Difference between revisions of "Template:CharacterSheet/Attributes"
From Jackpoint
(Created page with "{| class="wikitable" style="text-align:center;" |+ Attributes |- ! Body !! Agility !! Reaction !! Strength |- | {{{Body|-}}} || {{...") |
|||
Line 28: | Line 28: | ||
| {{#ifexpr: not( {{{Magic|0}}} or {{{Resonance|0}}} ) | colspan=2 {{!}} |}} {{{Edge|0}}}/{{{EdgeMax|-}}} | | {{#ifexpr: not( {{{Magic|0}}} or {{{Resonance|0}}} ) | colspan=2 {{!}} |}} {{{Edge|0}}}/{{{EdgeMax|-}}} | ||
|} | |} | ||
+ | |||
+ | <noinclude> | ||
+ | == Usage == | ||
+ | <pre> | ||
+ | {{CharacterSheet/Attributes | ||
+ | | Body = 2 | Agility = 3 | Reaction = 2 | Strength = 1 | ||
+ | | Charisma = 5 | Intuition = 6 | Logic = 7 | Willpower = 5 | ||
+ | | Essence = 6 | Resonance = 7 | Submersion = 2 | EdgeMax = 5 | Edge = 5 | ||
+ | }} | ||
+ | </pre> | ||
+ | yields: | ||
+ | {{CharacterSheet/Attributes | ||
+ | | Body = 2 | Agility = 3 | Reaction = 2 | Strength = 1 | ||
+ | | Charisma = 5 | Intuition = 6 | Logic = 7 | Willpower = 5 | ||
+ | | Essence = 6 | Resonance = 7 | Submersion = 2 | EdgeMax = 5 | Edge = 5 | ||
+ | }} | ||
+ | </noinclude> |
Revision as of 14:10, 22 December 2020
Body | Agility | Reaction | Strength |
---|---|---|---|
- | - | - | - |
Charisma | Intuition | Logic | Willpower |
- | - | - | - |
Essence | Edge | ||
- | 0/- |
Usage
{{CharacterSheet/Attributes | Body = 2 | Agility = 3 | Reaction = 2 | Strength = 1 | Charisma = 5 | Intuition = 6 | Logic = 7 | Willpower = 5 | Essence = 6 | Resonance = 7 | Submersion = 2 | EdgeMax = 5 | Edge = 5 }}
yields:
Body | Agility | Reaction | Strength |
---|---|---|---|
2 | 3 | 2 | 1 |
Charisma | Intuition | Logic | Willpower |
(Attack) | (Sleaze) | (Data Processing) | (Firewall) |
5 | 6 | 7 | 5 |
Essence | Resonance | Submersion | Edge |
6 | 7 | 2 | 5/5 |