
I make alternative Scion 2E sheet to that made by Salvador M. I expand it by some minor tweaks - but adding also a large modification of giving Antagonists stats on the sheet, as uncovered DIV in one place - and hidding other DIVs in other. Sheet already has option to hidden and show elements of it by making selection of Tier attribute. But I still do not understand HOW this element is hidden on Tier 0 and shown on Tier 1, expanded on Tier 2 and Tier 3. Here is example on the Legend Trait on this sheet... <input class="sheet-hider" type="hidden" name="attr_show_settings" value="0">
<div class="sheet-settings">
<span>Tier:</span>
<select name="attr_tier">
<option value="0" selected>Mortal</option>
<option value="1">Hero</option>
<option value="2">Demigod</option>
<option value="3">God</option>
<option value="4">Antagonist</option>
</select>
</div>
<input type="hidden" name="attr_tier" class="tierhider" value="0">
<input type="hidden" name="attr_targetnumber" value="8">
<div class="2colrow">
<div class="col">
<div class="flex-container"><label class="input-label"><h4>Name:</h4></label> <input type="text" name="attr_character_name"/></div>
<div class="flex-container"><label class="input-label"><h4>Player:</h4></label> <input type="text" name="attr_player"/></div>
<div class="flex-container vertical center vertical-encroach tier1">
<h4>Legend</h4>
<span>
<input class="normal" type="radio" name="attr_legend" value="1" checked /><span></span>
<input class="normal" type="radio" name="attr_legend" value="2" /><span></span>
<input class="normal" type="radio" name="attr_legend" value="3" /><span></span>
<input class="normal" type="radio" name="attr_legend" value="4" /><span></span>
<input class="normal tier2" type="radio" name="attr_legend" value="5" /><span class="tier2"></span>
<input class="normal tier2" type="radio" name="attr_legend" value="6" /><span class="tier2"></span>
<input class="normal tier2" type="radio" name="attr_legend" value="7" /><span class="tier2"></span>
<input class="normal tier2" type="radio" name="attr_legend" value="8" /><span class="tier2"></span>
<input class="normal tier3" type="radio" name="attr_legend" value="9" /><span class="tier3"></span>
<input class="normal tier3" type="radio" name="attr_legend" value="10" /><span class="tier3"></span>
<input class="normal tier3" type="radio" name="attr_legend" value="11" /><span class="tier3"></span>
<input class="normal tier3" type="radio" name="attr_legend" value="12" /><span class="tier3"></span>
</span>
<span>
<input class="normal" type="checkbox" name="attr_legendpoints1" value="1"/><span></span>
<input class="normal" type="checkbox" name="attr_legendpoints2" value="1"/><span></span>
<input class="normal" type="checkbox" name="attr_legendpoints3" value="1"/><span></span>
<input class="normal" type="checkbox" name="attr_legendpoints4" value="1"/><span></span>
<input class="normal tier2" type="checkbox" name="attr_legendpoints5" value="1"/><span class="tier2"></span>
<input class="normal tier2" type="checkbox" name="attr_legendpoints6" value="1"/><span class="tier2"></span>
<input class="normal tier2" type="checkbox" name="attr_legendpoints7" value="1"/><span class="tier2"></span>
<input class="normal tier2" type="checkbox" name="attr_legendpoints8" value="1"/><span class="tier2"></span>
<input class="normal tier3" type="checkbox" name="attr_legendpoints9" value="1"/><span class="tier3"></span>
<input class="normal tier3" type="checkbox" name="attr_legendpoints10" value="1"/><span class="tier3"></span>
<input class="normal tier3" type="checkbox" name="attr_legendpoints11" value="1"/><span class="tier3"></span>
<input class="normal tier3" type="checkbox" name="attr_legendpoints12" value="1"/><span class="tier3"></span>
</span>
</div>
</div>