Template:Ancestry: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
| colspan="6" |'''{{{name}}}''' | | colspan="6" |'''{{{name}}}''' | ||
|- | |- | ||
|style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan=" | |style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan="1" |'''Wound Threshold''' | ||
|{{{strain_threshold}}} | |{{{strain_threshold}}} | ||
|style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan=" | |style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan="1" |'''Strain Threshold''' | ||
|{{{wound_threshold}}} | |{{{wound_threshold}}} | ||
|style="background-color:{{{ThemeMain|#1a4a8d}}};color:{{{MainTextColor|white}}};text-align:center;" colspan="1"|'''EXP Mod''' | |||
|color:{{{MainTextColor|black}}};text-align:center;" colspan="1" |{{{ExpMod}}} | |||
|- | |- | ||
|style="background-color:{{{ThemeMain|#f7941d}}};color:white;text-align:center;" colspan="6" |'''Talent: {{{Talent1_Name}}}''' | |style="background-color:{{{ThemeMain|#f7941d}}};color:white;text-align:center;" colspan="6" |'''Talent: {{{Talent1_Name}}}''' | ||
Line 21: | Line 23: | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
"required": true | "required": true, | ||
"description": "Name fo the Ancestry", | |||
"example": "Human" | |||
}, | }, | ||
"Talent1_Name": { | "Talent1_Name": { | ||
Line 32: | Line 36: | ||
"required": true | "required": true | ||
}, | }, | ||
"Talent2_Text": {}, | "Talent2_Text": { | ||
"required": true | |||
}, | |||
"ThemeMain": {}, | "ThemeMain": {}, | ||
"MainTextColor": {}, | "MainTextColor": {}, | ||
Line 38: | Line 44: | ||
"SecTextColor": {}, | "SecTextColor": {}, | ||
"strain_threshold": { | "strain_threshold": { | ||
"required": true | "required": true, | ||
"aliases": [ | |||
"Wound Threshold" | |||
], | |||
"label": "Wounds Threshold", | |||
"description": "The wound threshold of an Ancestry", | |||
"example": "10", | |||
"type": "number" | |||
}, | }, | ||
"wound_threshold": { | "wound_threshold": { | ||
"required": true | "required": true, | ||
"aliases": [ | |||
"Strain Threshold" | |||
], | |||
"label": "Strain Threshold", | |||
"description": "The Strain Threshold of the ancestry", | |||
"example": "10", | |||
"type": "number" | |||
}, | |||
"ExpMod": { | |||
"required": true, | |||
"description": "The Modifier for the players starting EXP if they pick this ancestry", | |||
"example": "+10", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 56: | Line 82: | ||
"MainTextColor", | "MainTextColor", | ||
"ThemeSec", | "ThemeSec", | ||
"SecTextColor" | "SecTextColor", | ||
] | "ExpMod" | ||
], | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 15:42, 7 June 2022
{{{name}}} | |||||
Wound Threshold | {{{strain_threshold}}} | Strain Threshold | {{{wound_threshold}}} | EXP Mod | {{{ExpMod}}} |
Talent: {{{Talent1_Name}}} | |||||
{{{Talent1_Text}}} | |||||
Talent: {{{Talent2_Name}}} | |||||
{{{Talent2_Text}}} |
Template for showing Ancestry
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | Name fo the Ancestry
| Unknown | required |
Strain Threshold | wound_threshold Strain Threshold | The Strain Threshold of the ancestry
| Number | required |
Wounds Threshold | strain_threshold Wound Threshold | The wound threshold of an Ancestry
| Number | required |
Talent1_Name | Talent1_Name | no description | Unknown | required |
Talent1_Text | Talent1_Text | no description | Unknown | required |
Talent2_Name | Talent2_Name | no description | Unknown | required |
Talent2_Text | Talent2_Text | no description | Unknown | required |
ThemeMain | ThemeMain | no description | Unknown | optional |
MainTextColor | MainTextColor | no description | Unknown | optional |
ThemeSec | ThemeSec | no description | Unknown | optional |
SecTextColor | SecTextColor | no description | Unknown | optional |
ExpMod | ExpMod | The Modifier for the players starting EXP if they pick this ancestry
| String | required |