Skip to content

Commit

Permalink
Basic Sheet Edits
Browse files Browse the repository at this point in the history
Changed some fields, added back some drop down menues.
  • Loading branch information
Kittyzero committed Jul 17, 2017
1 parent 800f935 commit f0c1654
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Anime Campaign/Anime_Campaign.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,29 @@
</tr>
<tr>
<td>
<label>Epithet/Core Word:</label><input type="text" name="attr_Word" />
<select name="attr_EpithetUserorMundie">
<option value="Epithet">Epithet</option>
<option value="CoreWord">Core Word</option>
</select>
<input type="text" name="attr_Word" />
</td>
<td>
<label>Proficiency Score:</label><input type="number" name="attr_Proficiency" />
</td>
<td>
<button class="sheet-text-button" title="Roll-for-initiative" type="roll" name="roll_Roll-for-initiative" value="&{template:default} {{name=@{character_name}'s}} {{initiative=[[ ( 1d20cs20+@{initbonus} [tie-breaker] ) &{tracker} ]] }}"></button><label>Initiative +/-:<input type="number" name="attr_initbonus"/></label>
<label>Initiative:</label><button class="sheet-text-button" title="Roll-for-initiative" type="roll" name="roll_Roll-for-initiative" value="&{template:default} {{name=@{character_name}'s}} {{initiative=[[ ( 1d20cs20+@{initbonus} [tie-breaker] ) &{tracker} ]] }}"></button></label>
</td>
</tr>
<tr>
<td>
<label>Epithet User or Mundie:</label><input type="text" name="attr_PwrorExp" />
<select name="attr_EpithetorMundie">
<option value="Epithet">Epithet User</option>
<option value="PowerHouse">Powerhouse Mundie</option>
<option value="Expert">Expert Mundie</option>
</select>
</td>
<td>
<label>Build:</label><input type="text" name="attr_Build" />
<label>Build:</label><input type="text" name="attr_Build" />
<td>
<label>Class:</label><input type="text" name="attr_Class" />
</td>
Expand Down

0 comments on commit f0c1654

Please sign in to comment.