Template:GenesysStatBlock: Difference between revisions

From Void Collection
(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

Attributes
Brawn Agility Intellect Cunning Willpower Presence
2 2 2 2 2 2


Table for Genesys Stat blocks

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
BrawnBrawn

The Attribute for Brawn

Numberoptional
AgilityAgility

The Attribute for Agility

Numberoptional
IntellectIntellect

The Attribute for Intellect

Numberoptional
CunningCunning

The Attribute for Cunning

Numberoptional
WillpowerWillpower

The Attribute for Willpower

Numberoptional
PresencePresence

The Attribute for Brawn

Numberoptional
Table ColorTableC

What color the Table's header is

Stringoptional