✨
This commit is contained in:
@@ -56,19 +56,19 @@
|
||||
<div class="row">
|
||||
<div class="charHex statHex"><span class="charHexHead">HP</span></br><input class="charHexValue invisibleInput" type="number" name="system.stats.hp" value="{{system.stats.hp}}"></div>
|
||||
</div>
|
||||
<div class="defenseBox">
|
||||
<table class="defenseTable">
|
||||
<tr>
|
||||
{{#each types}}
|
||||
<th>{{this}}</th>
|
||||
{{/each}}
|
||||
</tr>
|
||||
<tr>
|
||||
{{#each defenses}}
|
||||
<th>{{this}}</th>
|
||||
{{/each}}
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="defenseBox">
|
||||
<table class="defenseTable">
|
||||
<tr>
|
||||
{{#each types}}
|
||||
<th class="{{this}}">{{#short this}}</th>
|
||||
{{/each}}
|
||||
</tr>
|
||||
<tr>
|
||||
{{#each defenses}}
|
||||
<th class="effectiveness{{this}}">{{this}}</th>
|
||||
{{/each}}
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user