mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
Update to Current version
Updates things to current version: +Fixed how HP is calculated +Fixed how Aura is calculated +Changed initiative attribute to willpower. +Updated accurate ranged weapons to use discipline Fixed some typos.
This commit is contained in:
@@ -65,10 +65,10 @@
|
||||
</div>
|
||||
<div class='sheet-select'>
|
||||
<div class="sheet-popup">
|
||||
<input type="number" name="attr_health_max" disabled="true" value="@{endurance}+@{lvl2}+5" style="position: relative; left: 295px; bottom: 30px;background-color: transparent; border: transparent; font-size: 1.1em; font-family: monospace, sans-serif; font-weight: bold; width: 25px;"/>
|
||||
<input type="number" name="attr_health_max" disabled="true" value="@{endurance}+@{lvl2}+1" style="position: relative; left: 295px; bottom: 30px;background-color: transparent; border: transparent; font-size: 1.1em; font-family: monospace, sans-serif; font-weight: bold; width: 25px;"/>
|
||||
</div>
|
||||
<span class="sheet-tooltip" style="position: relative; left: 250px; bottom: 20px;">
|
||||
Endurance + 5
|
||||
Endurance + 1
|
||||
</span>
|
||||
|
||||
</div>
|
||||
@@ -126,10 +126,10 @@
|
||||
</div>
|
||||
<div class='sheet-select'>
|
||||
<div class="sheet-popup">
|
||||
<input type="number" name="attr_aura_max" disabled="true" value="@{perception}+@{willpower}+@{lvl2}+5" style="position: relative; left: 295px; bottom: 30px;background-color: transparent; border: transparent ; font-size: 1.1em; font-family: monospace, sans-serif; font-weight: bold; width: 25px;"/>
|
||||
<input type="number" name="attr_aura_max" disabled="true" value="@{perception}+@{lvl2}+10" style="position: relative; left: 295px; bottom: 30px;background-color: transparent; border: transparent ; font-size: 1.1em; font-family: monospace, sans-serif; font-weight: bold; width: 25px;"/>
|
||||
</div>
|
||||
<span class="sheet-tooltip" style="position: relative; left: 250px; bottom: 20px;">
|
||||
Perception + Willpower + 5
|
||||
Perception + 10
|
||||
</span>
|
||||
|
||||
</div>
|
||||
@@ -209,11 +209,11 @@
|
||||
Initiative
|
||||
</div>
|
||||
<span class="sheet-tooltip">
|
||||
Based on Perception.
|
||||
Based on Willpower.
|
||||
</span>
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<button type="roll" value="/me rolls for initiative [[@{perception} &{tracker}]]" name="roll_init" />
|
||||
<button type="roll" value="/me rolls for initiative [[@{willpower} &{tracker}]]" name="roll_init" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -247,7 +247,7 @@
|
||||
</div>
|
||||
</td>
|
||||
<td style="width: 382px; padding: 0px 0px 0px 2px;" valign="top" align="left">
|
||||
<div class="sheet-col" style="margin: 0px; height:120px; width:382px; border: 1px solid darkgrey; background-color: #EBEBEB;"><legend><strong>Informations</strong></legend>
|
||||
<div class="sheet-col" style="margin: 0px; height:120px; width:382px; border: 1px solid darkgrey; background-color: #EBEBEB;"><legend><strong>Information</strong></legend>
|
||||
<div class="sheet-4colrow1" style="width: 380px;" align="right">
|
||||
<div class="sheet-col-inf">
|
||||
Year
|
||||
@@ -431,7 +431,7 @@
|
||||
<div class="sheet-select">
|
||||
<select name="attr_rngvariant" style="width: 100px;">
|
||||
<option value="@{agility}+@{endurance}">Heavy</option>
|
||||
<option value="@{agility}+@{perception}">Accurate</option>
|
||||
<option value="@{agility}+@{discipline}">Accurate</option>
|
||||
<option value="@{agility}+@{willpower}">Energy</option>
|
||||
</select>
|
||||
</div>
|
||||
@@ -515,7 +515,7 @@
|
||||
<div class="sheet-4colrow1">
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<td style="width:17%; font-family: monospace, sans-serif; font-weight: bold; font-size: 1.1em; text-align: right">Cristal</td>
|
||||
<td style="width:17%; font-family: monospace, sans-serif; font-weight: bold; font-size: 1.1em; text-align: right">Crystal</td>
|
||||
<td style="width:83%"><input style="width:100%" type="text" name="attr_cristalcol"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -601,4 +601,4 @@
|
||||
<div class='sheet-col'style=" padding: 0px; height: 15px; width: 150px; display: inline;" align="right">
|
||||
Based on ver. 2.14.16
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user