forked from Roll20/roll20-character-sheets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I added a sheet for Anime Campaign
- Loading branch information
Showing
4 changed files
with
210 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
|
||
/* === BASIC === */ | ||
.sheet-logo { | ||
width: 200px; | ||
margin: 0 5px; | ||
float: left; | ||
} | ||
|
||
|
||
|
||
.charsheet label { | ||
display: inline-block; | ||
width: 75px; | ||
text-align: right; | ||
} | ||
|
||
.charsheet input { | ||
background-color: transparent; | ||
border-style: solid; | ||
border-color: black; | ||
border-width: 0px 0px 2px 0px; | ||
} | ||
|
||
.charsheet input.sheet-inputbox { | ||
background-color: transparent; | ||
border-style: solid; | ||
border-color: black; | ||
border-width: 1px 1px 1px 1px; | ||
} | ||
|
||
.even { | ||
border: 1px solid black; | ||
background-color: #AAA; | ||
} | ||
|
||
.odd { | ||
border: 1px solid black; | ||
background-color: #DDD; | ||
} | ||
|
||
fieldset { | ||
display: none; | ||
} | ||
|
||
.sheet-colorred { | ||
display: inline-block; | ||
text-align: center; | ||
} | ||
|
||
|
||
.sheet-col strong.sheet-dee { | ||
font-size: 1.4em; | ||
font-weight: bold; | ||
padding-right: 4px; | ||
} | ||
|
||
.charsheet input.sheet-short { | ||
width: 3.5em; | ||
} | ||
|
||
.charsheet table td.sheet-skillsbox { | ||
font-size: 0.60em; | ||
text-align: left; | ||
} | ||
|
||
.charsheet { | ||
background-color: white; | ||
background-image: none; | ||
} | ||
|
||
.charsheet table th { | ||
font-size: 0.8em; | ||
text-align: center; | ||
} | ||
|
||
.charsheet table td.sheet-statlabel-big-purp { | ||
background-color: purple; | ||
color: white; | ||
font-size: 0.9em; | ||
text-align: center; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<div class="sheet-section-basic sheet-section"> | ||
<img class="sheet-logo" src="https://i.ytimg.com/vi/QeVg501zieQ/maxresdefault.jpg" alt="ANIME CAMPAIGN" /> | ||
|
||
<table> | ||
<tr> | ||
<td> | ||
<label>Name:</label><input type="text" name="attr_Name" /> | ||
</td> | ||
<td> | ||
<label>Stamina:</label><input type="number" name="attr_Stamina" /> | ||
</td> | ||
<td> | ||
<label>Movement:</label><input type="number" name="attr_Mov" /> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<label>Epithet/Core Word:</label><input type="text" name="attr_Word" /> | ||
</td> | ||
<td> | ||
<label>Proficiency Score:</label><input type="number" name="attr_Prof" /> | ||
</td> | ||
|
||
</tr> | ||
<tr> | ||
<td> | ||
<select name="PwrorExp"> | ||
<option value="Neither">Epithet User</option> | ||
<option value="Powerhouse">Powerhouse Mundie</option> | ||
<option value="Expert">Expert Mundie</option> | ||
</select> | ||
</td> | ||
<td> | ||
<select name="Build"> | ||
<option value="Small">Small - 6 Mov, +10 Stamina</option> | ||
<option value="Medium">Medium - 5 Mov, +15 Stamina</option> | ||
<option value="Heavy">Heavyset - 4 Mov, +20 Stamina</option> | ||
</select> | ||
<td> | ||
<label>Class:</label><input type="text" name="attr_Class" /> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
</div> <!-- .section-basic --> | ||
|
||
<div class="sheet-break"></div> | ||
|
||
<table cellpadding="10" cellspacing="0"> | ||
<tr> | ||
<td colspan="3" class="sheet-statlabel-big-purp" style="font-size: 1.5em; width: 450px;">Weapons</td> | ||
</tr> | ||
</table> | ||
<fieldset class="repeating_weapons"> | ||
<button type='roll' value='&{template:default} {{name=@{weapon}}} {{roll:=[[1d20cs20]]}} {{weapon:= range **@{weaponrange}** | damage **@{weapondam}**}}{{description:=@{weapondesc}}}' ></button> <label class="sheet-weapon-name sheet-name">Name:</label> | ||
<input type="text" name="attr_weapon"/> | ||
<label class="sheet-weapon-range sheet-name">Range:</label> | ||
<input type="number" name="attr_weaponrange"/> | ||
<label class="sheet-weapon-dam sheet-name">Damage:</label> | ||
<input type="number" name="attr_weapondam"/> | ||
<label class="sheet-weapon-desc sheet-name">Description:</label> | ||
<input type="text" name="attr_weapondesc"/> | ||
<div class="sheet-roll-box sheet-cf"> | ||
|
||
</fieldset> | ||
</div> | ||
</div> <!-- .section-weapon --> | ||
|
||
<div class="sheet-break"></div> | ||
|
||
<table cellpadding="10" cellspacing="0"> | ||
<tr> | ||
<td colspan="3" class="sheet-statlabel-big-purp" style="font-size: 1.5em; width: 450px;">Talents</td> | ||
</tr> | ||
</table> | ||
<fieldset class="repeating_talents"> | ||
<button type='roll' value='&{template:default} {{name=@{talent}}}{{talent:=@{talentdesc}}}' ></button> <label class="sheet-talent-name sheet-name">Name:</label> | ||
<input type="text" name="attr_talent"/> | ||
<label class="sheet-talent-cost sheet-name">Stamina:</label> | ||
+<input type='checkbox' name='attr_talentpos' value='+' /> -<input type='checkbox' name='attr_talentneg' value='-' /> <input type="number" name="attr_talentcost"/> | ||
<label class="sheet-talent-desc sheet-name">Description:</label> | ||
<input type="text" name="attr_talentdesc"/> | ||
<div class="sheet-roll-box sheet-cf"> | ||
|
||
</fieldset> | ||
</div> | ||
</div> <!-- .section-talents --> | ||
|
||
<table cellpadding="10" cellspacing="0"> | ||
<tr> | ||
<td colspan="3" class="sheet-statlabel-big-purp" style="font-size: 1.5em; width: 450px;">Passive</td> | ||
</tr> | ||
</table> | ||
<button type='roll' value='&{template:default} {{name=@{passive}}}{{passive:=@{passivedesc}}}' ></button> <label class="sheet-passive-name sheet-name">Name:</label> | ||
<input type="text" name="attr_passive"/> | ||
<label class="sheet-talent1-cost sheet-name">Description:</label> | ||
<input type="text" name="attr_passivedesc"/> | ||
<div class="sheet-roll-box sheet-cf"> | ||
|
||
</div> | ||
</div> <!-- .section-passive --> | ||
|
||
<div class="sheet-break"></div> | ||
|
||
<table cellpadding="10" cellspacing="0"> | ||
<tr> | ||
<td colspan="3" class="sheet-statlabel-big-purp" style="font-size: 1.5em; width: 450px;">Abilities</td> | ||
</tr> | ||
</table> | ||
<fieldset class="repeating_abilities"> | ||
<button type='roll' value='&{template:default} {{name=@{ability}}} {{roll:=[[1d20cs20]]}} {{Cost:=**@{abilitycost}**}}{{description:=@{abilitydesc}}}' ></button> <label class="sheet-ability-name sheet-name">Name:</label> | ||
<input type="text" name="attr_ability"/> | ||
<label class="sheet-ability-cost sheet-name">Cost:</label> | ||
<input type="number" name="attr_abilitycost"/> | ||
<label class="sheet-ability-desc sheet-name">Description:</label> | ||
<input type="text" name="attr_abilitydesc"/> | ||
<div class="sheet-roll-box sheet-cf"> | ||
|
||
</fieldset> | ||
</div> | ||
</div> <!-- .section-ability --> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"html": "Anime_Campaign.html", | ||
"css": "Anime_Campaign.css", | ||
"authors": "Kitty aka Tina.", | ||
"roll20userid": "45637", | ||
"preview": "Anime_Campaign_Preview.png", | ||
"instructions": "Make sure to check out the [Official Anime Campaign PDF](https://docs.google.com/document/d/1FDjPzvwzjypF0LUFjHpHELCMycIL7NA2g5BFPlEdYTo/edit)" | ||
} |