|
|
(4 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {| class="wikitable" | | {| class="wikitable" |
| |-style="background-color:{{{ThemeMain|#f7941d}}};color:{{{MainTextColor|white}}};text-align:center;" | | |+ |
| | colspan="6" |'''{{{name}}}'''
| | |style="background-color:{{{ThemeMain|#f7941d}}};color:{{{MainTextColor|white}}};text-align:center;" colspan="3" |'''{{{name}}}''' |
| |- | | |- |
| |style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan="1" |'''Wound Threshold''' | | | colspan="3" style="text-align:center;" colspan="6" |{{{RaceDesc}}} |
| |{{{strain_threshold}}}
| |
| |style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan="1" |'''Strain 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:#caebfb;" | | |style="background-color:{{{ThemeSec|#1a4a8d}}};color:white;text-align:center;"|'''{{{Talent1_Name}}}''' |
| |style="text-align:center;" colspan="6" | {{{Talent1_Text}}}
| | |style="background-color:{{{ThemeSec|#1a4a8d}}};color:white;text-align:center;"|'''{{{Talent2_Name}}}''' |
| |- | | |- |
| |style="background-color:{{{ThemeMain|#f7941d}}};color:white;text-align:center;" colspan="6" |'''Talent: {{{Talent2_Name}}}''' | | |
| |-
| | |{{{Talent1_Text}}} |
| |style="text-align:center;" colspan="6" | {{{Talent2_Text}}}
| | |{{{Talent2_Text}}} |
| |} | | |} |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "name": {
| |
| "required": true,
| |
| "description": "Name fo the Ancestry",
| |
| "example": "Human"
| |
| },
| |
| "Talent1_Name": {
| |
| "required": true
| |
| },
| |
| "Talent1_Text": {
| |
| "required": true
| |
| },
| |
| "Talent2_Name": {
| |
| "required": true
| |
| },
| |
| "Talent2_Text": {
| |
| "required": true
| |
| },
| |
| "ThemeMain": {},
| |
| "MainTextColor": {},
| |
| "ThemeSec": {},
| |
| "SecTextColor": {},
| |
| "strain_threshold": {
| |
| "required": true,
| |
| "aliases": [
| |
| "Wound Threshold"
| |
| ],
| |
| "label": "Wounds Threshold",
| |
| "description": "The wound threshold of an Ancestry",
| |
| "example": "10",
| |
| "type": "number"
| |
| },
| |
| "wound_threshold": {
| |
| "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"
| |
| }
| |
| },
| |
| "description": "Template for showing Ancestry",
| |
| "paramOrder": [
| |
| "name",
| |
| "wound_threshold",
| |
| "strain_threshold",
| |
| "Talent1_Name",
| |
| "Talent1_Text",
| |
| "Talent2_Name",
| |
| "Talent2_Text",
| |
| "ThemeMain",
| |
| "MainTextColor",
| |
| "ThemeSec",
| |
| "SecTextColor",
| |
| "ExpMod"
| |
| ],
| |
| "format": "block"
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |