Template:CharacterSheet: Difference between revisions

From The Wild Beyond the Witchlight
No edit summary
No edit summary
Line 8: Line 8:
<!-- CHARACTER -->   
<!-- CHARACTER -->   
<div>  
<div>  
  {|class="rpgtable character" style="margin-bottom:0px"
  {|class="rpgtable character"
! colspan="4" | CHARACTER
! colspan="4" | CHARACTER
|-
|-
Line 160: Line 160:
     |}
     |}
</div>
</div>
<!-- GEAR -->
<div class="gear">
{| class="rpgtable"
! colspan="2" | GEAR
|-
| {{#ifexpr:2*{{{Strength|0}}}<1| <span class="encumbered">1</span> | 1}}
        | {{{Gear1|&nbsp;}}}
|-
| {{#ifexpr:2*{{{Strength|0}}}<2| <span class="encumbered">2</span> | 2}} 
        | {{{Gear2|&nbsp;}}}
|-
| {{#ifexpr:2*{{{Strength|0}}}<3| <span class="encumbered">3</span> | 3}} 
        | {{{Gear3|&nbsp;}}}
|-
| {{#ifexpr:2*{{{Strength|0}}}<4| <span class="encumbered">4</span> | 4}} 
        | {{{Gear4|&nbsp;}}}
|-
| {{#ifexpr:2*{{{Strength|0}}}<5| <span class="encumbered">5</span> | 5}}
        | {{{Gear5|&nbsp;}}}
|-
| {{#ifexpr:2*{{{Strength|0}}}<6| <span class="encumbered">6</span> | 6}}
        | {{{Gear6|&nbsp;}}}
{{#ifeq: {{{Gear7Skip}}} | 1 | | <tr><td>{{#ifexpr:2*{{{Strength|0}}}<7| <span class="encumbered">7</span> | 7}} </td><td>{{{Gear7|&nbsp;}}}</td></tr>}}
{{#ifeq: {{{Gear8Skip}}} | 1 | | <tr><td>{{#ifexpr:2*{{{Strength|0}}}<8| <span class="encumbered">8</span> | 8}} </td><td>{{{Gear8|&nbsp;}}}</td></tr>}}
{{#ifeq: {{{Gear9Skip}}} | 1 | | <tr><td>{{#ifexpr:2*{{{Strength|0}}}<9| <span class="encumbered">9</span> | 9}} </td><td>{{{Gear9|&nbsp;}}}</td></tr>}}{{#ifeq: {{{Gear10Skip}}} | 1 | | <tr><td>{{#ifexpr:2*{{{Strength|0}}}<10| <span class="encumbered">10</span> | 10}}</td><td>{{{Gear10|&nbsp;}}}</td></tr>}}
|-
| colspan="2" class="smaller" | <u>Tiny:</u> {{{Tiny|}}}
|-
| colspan="2" class="smaller" | Bullets: {{{Bullets|0}}}
|}
</div>
<!-- WEAPONS-->
<!-- WEAPONS-->
<div class="weapons">
<div class="weapons">

Revision as of 21:51, 21 October 2024