Template:GenesysStatBlock: Difference between revisions
(Created page with "{| class="wikitable" |+ Attributes |-style="background-color:{{{TableC|#351c75}}};color:white;text-align:center;" | '''Brawn''' || '''Agility''' || '''Intellect''' || '''Cunni...") |
No edit summary |
||
Line 6: | Line 6: | ||
| {{{Brawn|2}}} || {{{Agility|2}}} || {{{Intellect|2}}} || {{{Cunning|2}}} || {{{Willpower|2}}} || {{{Presence|2}}} | | {{{Brawn|2}}} || {{{Agility|2}}} || {{{Intellect|2}}} || {{{Cunning|2}}} || {{{Willpower|2}}} || {{{Presence|2}}} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Table for Genesys Stat blocks", | |||
"params": { | |||
"Brawn": { | |||
"label": "Brawn", | |||
"description": "The Attribute for Brawn", | |||
"type": "number" | |||
}, | |||
"Agility": { | |||
"label": "Agility", | |||
"description": "The Attribute for Agility", | |||
"type": "number" | |||
}, | |||
"Intellect": { | |||
"label": "Intellect", | |||
"description": "The Attribute for Intellect", | |||
"type": "number" | |||
}, | |||
"Cunning": { | |||
"label": "Cunning", | |||
"description": "The Attribute for Cunning", | |||
"type": "number" | |||
}, | |||
"Willpower": { | |||
"label": "Willpower", | |||
"description": "The Attribute for Willpower", | |||
"type": "number" | |||
}, | |||
"Presence": { | |||
"label": "Presence", | |||
"description": "The Attribute for Brawn", | |||
"type": "number" | |||
}, | |||
"TableC": { | |||
"label": "Table Color", | |||
"description": "What color the Table's header is", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 18:26, 10 August 2021
Brawn | Agility | Intellect | Cunning | Willpower | Presence |
2 | 2 | 2 | 2 | 2 | 2 |
Table for Genesys Stat blocks
Parameter | Description | Type | Status | |
---|---|---|---|---|
Brawn | Brawn | The Attribute for Brawn | Number | optional |
Agility | Agility | The Attribute for Agility | Number | optional |
Intellect | Intellect | The Attribute for Intellect | Number | optional |
Cunning | Cunning | The Attribute for Cunning | Number | optional |
Willpower | Willpower | The Attribute for Willpower | Number | optional |
Presence | Presence | The Attribute for Brawn | Number | optional |
Table Color | TableC | What color the Table's header is | String | optional |