Template:Infobox statistics/doc: Difference between revisions
No edit summary |
No edit summary |
||
(22 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{license|ccbysa}} | {{license|ccbysa}} | ||
{{warning|This template is outdated. Use [[Template:Infobox creature]] instead.}} | |||
{{Infobox statistics | {{Infobox statistics | ||
| name = Icarus | | name = Icarus | ||
Line 6: | Line 9: | ||
| race = Eagle | | race = Eagle | ||
| image = Giant Eagle.png | | image = Giant Eagle.png | ||
| imagesize = | | imagesize = 0.7 | ||
| armour_class = 10 | | armour_class = 10 | ||
| hit_points = 10 | | hit_points = 10 | ||
Line 20: | Line 23: | ||
| wis = 10 | | wis = 10 | ||
| cha = 10 | | cha = 10 | ||
| str_save_proficiency = | | str_save_proficiency = | ||
| dex_save_proficiency = yes | | dex_save_proficiency = yes | ||
Line 47: | Line 49: | ||
| feature2_mode = Tactician | | feature2_mode = Tactician | ||
| action1_name = Main Hand Attack | | action1_name = Main Hand Attack | ||
| action1 = {{ | | action1 = ''Melee Attack'': to hit, reach 1.5 m (5 ft), 1 target. ''Hit'': 1d8 + Piercing damage. | ||
| | }} | ||
| | {{Infobox character | ||
| | |||
| | | name = Steel Watcher | ||
| | | faction = [[Gortash]] | ||
| | | image = Steel Watcher.png | ||
| | | race = Steel Watcher | ||
| | | voice = Pieter Lawman | ||
| level = 11 | |||
| modules = | |||
{{Infobox statistics | |||
| child = yes | |||
| size = Large | |||
| type = [[Construct]] | |||
| hit_points = 206 | |||
| hit_points_tactician = 267 | |||
| armour_class = 16 | |||
| movement_speed_meters = 18 | |||
| movement_speed_feet = 60 | |||
| weight_kg = 750 | |||
| weight_lb = 1500 | |||
| hiddenlevel = 11 | |||
| str = 18 | |||
| dex = 22 | |||
| con = 18 | |||
| int = 6 | |||
| wis = 10 | |||
| cha = 10 | |||
| con_save_proficiency = yes | |||
| dex_save_proficiency = yes | |||
| resistant1 = Bludgeoning | |||
| resistant2 = Piercing | |||
| resistant3 = Slashing | |||
| vulnerable1 = Lightning | |||
| immune1 = Poison | |||
| immune2 = Psychic | |||
| feature1_name = Agile Chassis | |||
| feature1_description = Advantage on dexterity saving throws and an additional 9m/30ft movement speed. | |||
| feature2_name = Darkvision | |||
| feature2_description = Can attack creatures in the dark without disadvantage, up to a range of 12 m (40 ft). | |||
| feature3_name = Failsafe Protocol | |||
| feature3_description = After losing a significant amount of Hit Points, this creature will begin a Self-Detonation protocol to eliminate all nearby threats. | |||
| feature4_name = Immutable Form | |||
| feature4_description = Creature's form cannot be altered, +5 to saving throws against spells that remove it from this plane. | |||
| feature5_name = Opportunity Attack | |||
| feature5_description = Automatically attack an enemy moving out of your reach. | |||
| feature6_name = Magic Resistance | |||
| feature6_description = Advantage on saving throws against spells. | |||
| feature7_name = Perfect Sentry | |||
| feature7_description = Cannot be surprised. | |||
}} | |||
}} | |||
Adds an infobox with statistics, either for use standalone in a dedicated gameplay section or for combination with {{tlink|infobox character}}. | |||
<pre> | |||
{{Infobox statistics | |||
| subbox = | |||
| child = | |||
| bodyclass= | |||
| class1 = | |||
| name = | |||
| size = | |||
| type = | |||
| race = | |||
| image = | |||
| imagesize = | |||
| armour_class = | |||
| hit_points = | |||
| hit_points_tactician = | |||
| movement_speed_meters = | |||
| movement_speed_feet = | |||
| weight_kg = | |||
| weight_lb = | |||
| str = | |||
| dex = | |||
| con = | |||
| int = | |||
| wis = | |||
| cha = | |||
| proficiency_bonus = | |||
| str_save_proficiency = | |||
| dex_save_proficiency = | |||
| con_save_proficiency = | |||
| int_save_proficiency = | |||
| wis_save_proficiency = | |||
| cha_save_proficiency = | |||
| immune1 = | |||
| immune2 = | |||
| resistant1 = | |||
| resistant2 = | |||
| vulnerable1 = | |||
| vulnerable2 = | |||
| condition1_name = | |||
| condition1_description = | |||
| condition1_mode = | |||
| condition2_name = | |||
| condition2_description = | |||
| condition2_mode = | |||
| feature1_name = | |||
| feature1_description = | |||
| feature2_name = | |||
| feature2_description = | |||
| feature2_mode = | |||
| action1_name = | |||
| action1 = | |||
| feature1_mode = | |||
| action2_name = | |||
| action2 = | |||
| feature2_mode = | |||
| hiddenlevel = | |||
}} | }} | ||
</pre> | |||
To add it to infobox character, specify that it is either a subbox or a child box (preferred), and add it under the module parameter: | |||
<pre> | |||
{{Infobox character | |||
| name = | |||
| image = | |||
| background = | |||
| class = | |||
| module = {{Infobox statistics | |||
| child = yes | |||
| armour_class = | |||
| hit_points = | |||
| str = | |||
| dex = | |||
| con = | |||
| int = | |||
| wis = | |||
| cha = | |||
}}}} | |||
</pre> | |||
== Template data== | == Template data== | ||
Line 64: | Line 198: | ||
"str": { | "str": { | ||
"label": "Strength ability score", | "label": "Strength ability score", | ||
"type": "number", | "type": "number", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"10", | "10" | ||
], | |||
"example": "10", | |||
"suggested": true | |||
}, | }, | ||
"dex": { | "dex": { | ||
"label": "Dexterity ability score ", | "label": "Dexterity ability score ", | ||
"type": "number", | "type": "number", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"10" | "10" | ||
] | ], | ||
"example": "10", | |||
"suggested": true | |||
}, | }, | ||
"con": { | "con": { | ||
"label": "Constitution ability score", | "label": "Constitution ability score", | ||
"type": "number", | "type": "number", | ||
" | "example": "10", | ||
"suggested": true | |||
}, | }, | ||
"int": { | "int": { | ||
"label": "Intelligence ability score", | "label": "Intelligence ability score", | ||
" | "type": "number", | ||
" | "suggested": true | ||
}, | }, | ||
"wis": { | "wis": { | ||
"label": "Wisdom ability score", | "label": "Wisdom ability score", | ||
" | "type": "number", | ||
" | "example": "10", | ||
"suggested": true | |||
}, | }, | ||
"cha": { | "cha": { | ||
"label": "Charisma ability score", | "label": "Charisma ability score", | ||
" | "type": "number", | ||
" | "example": "10", | ||
"suggested": true | |||
}, | }, | ||
"str_save_proficiency": { | "str_save_proficiency": { | ||
Line 128: | Line 263: | ||
"type": "number", | "type": "number", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"8" | "8" | ||
], | ], | ||
" | "label": "Level", | ||
"description": "Character level, expressed as a number.", | |||
"suggested": true | |||
}, | }, | ||
"name": { | "name": { | ||
Line 139: | Line 275: | ||
}, | }, | ||
"size": { | "size": { | ||
"type": "string" | "type": "string", | ||
"label": "Size", | |||
"description": "The creature's size.", | |||
"example": "Medium", | |||
"suggested": true | |||
}, | }, | ||
"type": { | "type": { | ||
"label": "Creature type", | "label": "Creature type", | ||
"suggested": true | "suggested": true, | ||
"example": "Humanoid", | |||
"type": "string" | |||
}, | |||
"class": { | |||
"description": "The character's class.", | |||
"example": "[[Knowledge Domain]] [[Cleric]]", | |||
"type": "content" | |||
}, | |||
"race": { | |||
"example": "Half-elf", | |||
"type": "content" | |||
}, | }, | ||
"image": { | "image": { | ||
"description": "A file with filename.", | "description": "A file with filename.", | ||
"example": "Eagle.png", | "example": "Eagle.png", | ||
"type": "wiki-file-name" | "type": "wiki-file-name", | ||
"suggested": true | |||
}, | }, | ||
"imagesize": { | "imagesize": { | ||
"description": "Image size. Recommended values at 100px to 200px" | "description": "Image size. Recommended values at 100px to 200px" | ||
}, | }, | ||
" | "armour_class": { | ||
"suggested": true, | "suggested": true, | ||
"type": "number", | "type": "number", | ||
" | "label": "Armour Class", | ||
"example": "10" | |||
}, | |||
"hit_points_tactician": { | |||
"label": "Hit points (Tactician mode)", | |||
"example": "70", | |||
"type": "number" | |||
}, | |||
"hit_points_honour": { | |||
"label": "Hit points (Honour mode)", | |||
"example": "85", | |||
"type": "number" | |||
}, | }, | ||
"hit_points": { | "hit_points": { | ||
"suggested": true, | "suggested": true, | ||
"type": "number", | |||
"label": "Hit points" | |||
}, | |||
"movement_speed_meters": { | |||
"label": "Movement speed (meters)", | |||
"description": "5", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"movement_speed_feet": { | |||
"label": "Movement speed (feet)", | |||
"example": "30", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"weight_kg": { | |||
"label": "Weight (kg)", | |||
"example": "50", | |||
"suggested": true | |||
}, | |||
"weight_lb": { | |||
"label": "Weight (lb)", | |||
"example": "100" | |||
}, | |||
"initiative": { | |||
"description": "Not necessary to specify. Can be used to overwrite the autocalculated initiative with a custom value.", | |||
"type": "number" | "type": "number" | ||
}, | }, | ||
" | "immune1": { | ||
"description": "A damage type that the creature is immune to.", | |||
"example": "Fire", | |||
"type": "string" | |||
}, | |||
"immune2": {}, | "immune2": {}, | ||
"immune3": {}, | "immune3": {}, | ||
Line 183: | Line 365: | ||
"immune9": {}, | "immune9": {}, | ||
"immune10": {}, | "immune10": {}, | ||
"resistant1": {}, | "resistant1": { | ||
"description": "A damage type that the creature is resistant to.", | |||
"example": "Fire", | |||
"type": "string" | |||
}, | |||
"resistant2": {}, | "resistant2": {}, | ||
"resistant3": {}, | "resistant3": {}, | ||
Line 194: | Line 380: | ||
"resistant10": {}, | "resistant10": {}, | ||
"resistant19": {}, | "resistant19": {}, | ||
"vulnerable1": {}, | "vulnerable1": { | ||
"description": "A damage type that the creature is vulnerable to.", | |||
"example": "Fire", | |||
"type": "string" | |||
}, | |||
"vulnerable2": {}, | "vulnerable2": {}, | ||
"vulnerable3": {}, | "vulnerable3": {}, | ||
Line 205: | Line 395: | ||
"vulnerable19": {}, | "vulnerable19": {}, | ||
"vulnerable10": {}, | "vulnerable10": {}, | ||
"condition1_mode": {}, | "condition1_mode": { | ||
"condition1_name": {}, | "description": "The mode this condition is applied. Can be Honour or Tactician.", | ||
"condition1_description": {}, | "example": "Honour" | ||
}, | |||
"condition1_name": { | |||
"description": "The name of the condition.", | |||
"type": "string" | |||
}, | |||
"condition1_description": { | |||
"description": "Enter a short and concice description of the condition.", | |||
"example": "Takes 1d4 damage per turn for 2 turns." | |||
}, | |||
"condition2_mode": {}, | "condition2_mode": {}, | ||
"condition2_name": {}, | "condition2_name": {}, | ||
Line 220: | Line 419: | ||
"condition5_name": {}, | "condition5_name": {}, | ||
"condition5_description": {}, | "condition5_description": {}, | ||
"feature1_name": {}, | |||
"feature1_mode": {}, | "feature1_mode": {}, | ||
" | "feature1_item": {}, | ||
"feature1_description": {}, | "feature1_description": {}, | ||
"feature2_name": {}, | |||
"feature2_mode": {}, | "feature2_mode": {}, | ||
" | "feature2_item": {}, | ||
"feature2_description": {}, | "feature2_description": {}, | ||
"feature3_name": {}, | |||
"feature3_mode": {}, | "feature3_mode": {}, | ||
" | "feature3_item": {}, | ||
"feature3_description": {}, | |||
"feature4_name": {}, | |||
"feature4_mode": {}, | |||
"feature4_item": {}, | |||
"feature4_description": {}, | "feature4_description": {}, | ||
" | "feature5_name": {}, | ||
"feature5_mode": {}, | "feature5_mode": {}, | ||
" | "feature5_item": {}, | ||
"feature5_description": {}, | "feature5_description": {}, | ||
" | "subbox": { | ||
"description": "Yes if intended to be used as within another infobox template. Empty otherwise.", | |||
" | "type": "boolean" | ||
" | |||
}, | }, | ||
" | "child": { | ||
"description": " | "description": "Yes if intended to be used as within another infobox template. Empty otherwise. Preffered over subbox.", | ||
" | "example": "{{Infobox character\n| name =\n| image = \n| background =\n| class = \n| module = {{Infobox statistics\n| child = yes\n| armour_class = \n| hit_points = \n| str = \n| dex =\n| con = \n| int = \n| wis = \n| cha =\n}}", | ||
"type": "wiki-template-name", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "bodystyle": { | ||
"description": "Add a custom CSS style for entire infobox.", | |||
" | "type": "string" | ||
}, | }, | ||
" | "datastyle": { | ||
"description": " | "description": "Custom css style for data only.", | ||
"type": "string" | |||
}, | }, | ||
" | "condition6_name": {}, | ||
"condition6_mode": {}, | |||
"condition6_description": {}, | |||
"condition7_name": {}, | |||
"condition7_mode": {}, | |||
"condition7_description": {}, | |||
"condition8_name": {}, | |||
"condition8_mode": {}, | |||
"condition8_description": {}, | |||
"condition9_name": {}, | |||
"condition9_mode": {}, | |||
"condition9_description": {}, | |||
"condition10_name": {}, | |||
"condition10_mode": {}, | |||
"condition10_description": {}, | |||
"feature6_name": {}, | |||
"feature6_mode": {}, | |||
"feature6_item": {}, | |||
"feature6_description": {}, | |||
"feature7_name": {}, | |||
"feature7_mode": {}, | |||
"feature7_item": {}, | |||
"feature7_description": {}, | |||
"feature8_name": {}, | |||
"feature8_mode": {}, | |||
"feature8_item": {}, | |||
"feature8_description": {}, | |||
"feature9_name": {}, | |||
"feature9_mode": {}, | |||
"feature9_item": {}, | |||
"feature9_description": {}, | |||
"feature10_name": {}, | |||
"feature10_mode": {}, | |||
"feature10_item": {}, | |||
"feature10_description": {}, | |||
"action1_mode": {}, | |||
"action1_name": { | |||
"label": "Action name", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "action1": {}, | ||
" | "action2_name": {}, | ||
" | "action2_mode": {}, | ||
" | "action2": {}, | ||
" | "action3_name": {}, | ||
" | "action3_mode": {}, | ||
" | "action3": {}, | ||
"description": " | "action4_name": {}, | ||
"action4_mode": {}, | |||
"action4": {}, | |||
"action5_name": {}, | |||
"action5_mode": {}, | |||
"action5": {}, | |||
"action6_name": {}, | |||
"action6_mode": {}, | |||
"action6": {}, | |||
"action7_name": {}, | |||
"action7_mode": {}, | |||
"action7": {}, | |||
"action8_name": {}, | |||
"action8_mode": {}, | |||
"action8": {}, | |||
"action9_name": {}, | |||
"action9_mode": {}, | |||
"action9": {}, | |||
"action10_name": {}, | |||
"action10_mode": {}, | |||
"action10": {}, | |||
"armour_class": {}, | |||
"modules": {}, | |||
"hiddenlevel": { | |||
"description": "Can be added in place of level if the level should only be added for calculations, and not be displayed in the infobox itself. Useful when the infobox is added as a module.", | |||
"type": "number" | |||
}, | }, | ||
" | "bodyclass": { | ||
" | "description": "Custom CSS class for infobox.", | ||
"type": "string" | |||
" | |||
}, | }, | ||
" | "mode": {}, | ||
" | "feature1_label": {}, | ||
" | "feature2_label": {}, | ||
" | "feature3_label": {}, | ||
} | "feature4_label": {}, | ||
"feature5_label": {}, | |||
"feature6_label": {}, | |||
"feature7_label": {}, | |||
"feature8_label": {}, | |||
"feature9_label": {}, | |||
"feature10_label": {}, | |||
"action1_effect": {}, | |||
"action1_class": {}, | |||
"action2_effect": {}, | |||
"action2_class": {}, | |||
"action3_effect": {}, | |||
"action3_class": {}, | |||
"action4_effect": {}, | |||
"action4_class": {}, | |||
"action5_effect": {}, | |||
"action5_class": {}, | |||
"action6_class": {}, | |||
"action7_class": {}, | |||
"action8_class": {}, | |||
"action9_class": {}, | |||
"action10_class": {} | |||
}, | |||
"format": "block", | |||
"paramOrder": [ | |||
"child", | |||
"subbox", | |||
"bodyclass", | |||
"bodystyle", | |||
"datastyle", | |||
"image", | |||
"str", | |||
"dex", | |||
"con", | |||
"int", | |||
"wis", | |||
"cha", | |||
"str_save_proficiency", | |||
"proficiency_bonus", | |||
"dex_save_proficiency", | |||
"con_save_proficiency", | |||
"int_save_proficiency", | |||
"wis_save_proficiency", | |||
"cha_save_proficiency", | |||
"level", | |||
"name", | |||
"size", | |||
"type", | |||
"class", | |||
"race", | |||
"imagesize", | |||
"armour_class", | |||
"hit_points_tactician", | |||
"hit_points_honour", | |||
"hit_points", | |||
"movement_speed_meters", | |||
"movement_speed_feet", | |||
"weight_kg", | |||
"weight_lb", | |||
"initiative", | |||
"immune1", | |||
"immune2", | |||
"immune3", | |||
"immune4", | |||
"immune5", | |||
"immune6", | |||
"immune7", | |||
"immune8", | |||
"immune9", | |||
"immune10", | |||
"resistant1", | |||
"resistant2", | |||
"resistant3", | |||
"resistant4", | |||
"resistant5", | |||
"resistant6", | |||
"resistant7", | |||
"resistant8", | |||
"resistant9", | |||
"resistant10", | |||
"resistant19", | |||
"vulnerable1", | |||
"vulnerable2", | |||
"vulnerable3", | |||
"vulnerable4", | |||
"vulnerable5", | |||
"vulnerable6", | |||
"vulnerable7", | |||
"vulnerable8", | |||
"vulnerable9", | |||
"vulnerable19", | |||
"vulnerable10", | |||
"condition1_mode", | |||
"condition1_name", | |||
"condition1_description", | |||
"condition2_mode", | |||
"condition2_name", | |||
"condition2_description", | |||
"condition3_mode", | |||
"condition3_name", | |||
"condition3_description", | |||
"condition4_mode", | |||
"condition4_name", | |||
"condition4_description", | |||
"condition5_mode", | |||
"condition5_name", | |||
"condition5_description", | |||
"feature1_name", | |||
"feature1_mode", | |||
"feature1_item", | |||
"feature1_description", | |||
"feature2_name", | |||
"feature2_mode", | |||
"feature2_item", | |||
"feature2_description", | |||
"feature3_name", | |||
"feature3_mode", | |||
"feature3_item", | |||
"feature3_description", | |||
"feature4_name", | |||
"feature4_mode", | |||
"feature4_item", | |||
"feature4_description", | |||
"feature5_name", | |||
"feature5_mode", | |||
"feature5_item", | |||
"feature5_description", | |||
"condition6_name", | |||
"condition6_mode", | |||
"condition6_description", | |||
"condition7_name", | |||
"condition7_mode", | |||
"condition7_description", | |||
"condition8_name", | |||
"condition8_mode", | |||
"condition8_description", | |||
"condition9_name", | |||
"condition9_mode", | |||
"condition9_description", | |||
"condition10_name", | |||
"condition10_mode", | |||
"condition10_description", | |||
"feature6_name", | |||
"feature6_mode", | |||
"feature6_item", | |||
"feature6_description", | |||
"feature7_name", | |||
"feature7_mode", | |||
"feature7_item", | |||
"feature7_description", | |||
"feature8_name", | |||
"feature8_mode", | |||
"feature8_item", | |||
"feature8_description", | |||
"feature9_name", | |||
"feature9_mode", | |||
"feature9_item", | |||
"feature9_description", | |||
"feature10_name", | |||
"feature10_mode", | |||
"feature10_item", | |||
"feature10_description", | |||
"action1_mode", | |||
"action1_name", | |||
"action1", | |||
"action2_name", | |||
"action2_mode", | |||
"action2", | |||
"action3_name", | |||
"action3_mode", | |||
"action3", | |||
"action4_name", | |||
"action4_mode", | |||
"action4", | |||
"action5_name", | |||
"action5_mode", | |||
"action5", | |||
"action6_name", | |||
"action6_mode", | |||
"action6", | |||
"action7_name", | |||
"action7_mode", | |||
"action7", | |||
"action8_name", | |||
"action8_mode", | |||
"action8", | |||
"action9_name", | |||
"action9_mode", | |||
"action9", | |||
"action10_name", | |||
"action10_mode", | |||
"action10", | |||
"modules", | |||
"hiddenlevel", | |||
"mode", | |||
"feature1_label", | |||
"feature2_label", | |||
"feature3_label", | |||
"feature4_label", | |||
"feature5_label", | |||
"feature6_label", | |||
"feature7_label", | |||
"feature8_label", | |||
"feature9_label", | |||
"feature10_label", | |||
"action1_effect", | |||
"action1_class", | |||
"action2_effect", | |||
"action2_class", | |||
"action3_effect", | |||
"action3_class", | |||
"action4_effect", | |||
"action4_class", | |||
"action5_effect", | |||
"action5_class", | |||
"action6_class", | |||
"action7_class", | |||
"action8_class", | |||
"action9_class", | |||
"action10_class" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
[[Category:Outdated Templates]] | |||
[[Category:Infobox templates]] | [[Category:Infobox templates]] |
Latest revision as of 15:35, 23 June 2024
This Template page is licensed under CC BY-SA 4.0. |
This template is outdated. Use Template:Infobox creature instead.
Icarus | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Small Beast | |||||||||||||
Eagle | |||||||||||||
Stats | |||||||||||||
Armour Class | 10 | ||||||||||||
Hit points |
| ||||||||||||
Movement speed | 9 m (30 ft) | ||||||||||||
Weight | 5 kg (10 lb) | ||||||||||||
Initiative | -1 | ||||||||||||
Ability scores | |||||||||||||
| |||||||||||||
Proficiency bonus | +2 | ||||||||||||
Saving throws |
| ||||||||||||
Resistances | |||||||||||||
Immune | Fire | ||||||||||||
Resistant | Cold, Lightning | ||||||||||||
Vulnerable | Slashing, Piercing | ||||||||||||
Conditions | |||||||||||||
| Aren't we all? | ||||||||||||
Honour | Soon it is your turn. | ||||||||||||
Features | |||||||||||||
| Can see in the dark. | ||||||||||||
Tactician | Can see in the dark. | ||||||||||||
Actions | |||||||||||||
Melee Attack: to hit, reach 1.5 m (5 ft), 1 target. Hit: 1d8 + Piercing damage. |
Steel Watcher | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Level 11 | |||||||||||||
Voiced by | Pieter Lawman | ||||||||||||
Information | |||||||||||||
Race | Steel Watcher | ||||||||||||
Faction | Gortash | ||||||||||||
Stats | |||||||||||||
Size | Large | ||||||||||||
Type | Construct | ||||||||||||
Armour Class | 16 | ||||||||||||
Hit points |
| ||||||||||||
Movement speed | 18 m (60 ft) | ||||||||||||
Weight | 750 kg (1500 lb) | ||||||||||||
Initiative | +6 | ||||||||||||
Ability scores | |||||||||||||
| |||||||||||||
Proficiency bonus | +4 | ||||||||||||
Saving throws |
| ||||||||||||
Resistances | |||||||||||||
Immune | Poison, Psychic | ||||||||||||
Resistant | Bludgeoning, Piercing, Slashing | ||||||||||||
Vulnerable | Lightning | ||||||||||||
Features | |||||||||||||
| Advantage on dexterity saving throws and an additional 9m/30ft movement speed. | ||||||||||||
| Can attack creatures in the dark without disadvantage, up to a range of 12 m (40 ft). | ||||||||||||
| After losing a significant amount of Hit Points, this creature will begin a Self-Detonation protocol to eliminate all nearby threats. | ||||||||||||
| Creature's form cannot be altered, +5 to saving throws against spells that remove it from this plane. | ||||||||||||
| Automatically attack an enemy moving out of your reach. | ||||||||||||
| Advantage on saving throws against spells. | ||||||||||||
| Cannot be surprised. |
Adds an infobox with statistics, either for use standalone in a dedicated gameplay section or for combination with {{infobox character}}.
{{Infobox statistics | subbox = | child = | bodyclass= | class1 = | name = | size = | type = | race = | image = | imagesize = | armour_class = | hit_points = | hit_points_tactician = | movement_speed_meters = | movement_speed_feet = | weight_kg = | weight_lb = | str = | dex = | con = | int = | wis = | cha = | proficiency_bonus = | str_save_proficiency = | dex_save_proficiency = | con_save_proficiency = | int_save_proficiency = | wis_save_proficiency = | cha_save_proficiency = | immune1 = | immune2 = | resistant1 = | resistant2 = | vulnerable1 = | vulnerable2 = | condition1_name = | condition1_description = | condition1_mode = | condition2_name = | condition2_description = | condition2_mode = | feature1_name = | feature1_description = | feature2_name = | feature2_description = | feature2_mode = | action1_name = | action1 = | feature1_mode = | action2_name = | action2 = | feature2_mode = | hiddenlevel = }}
To add it to infobox character, specify that it is either a subbox or a child box (preferred), and add it under the module parameter:
{{Infobox character | name = | image = | background = | class = | module = {{Infobox statistics | child = yes | armour_class = | hit_points = | str = | dex = | con = | int = | wis = | cha = }}}}
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
child | child | Yes if intended to be used as within another infobox template. Empty otherwise. Preffered over subbox.
| Template | suggested |
subbox | subbox | Yes if intended to be used as within another infobox template. Empty otherwise. | Boolean | optional |
bodyclass | bodyclass | Custom CSS class for infobox. | String | optional |
bodystyle | bodystyle | Add a custom CSS style for entire infobox. | String | optional |
datastyle | datastyle | Custom css style for data only. | String | optional |
image | image | A file with filename.
| File | suggested |
Strength ability score | str | no description
| Number | suggested |
Dexterity ability score | dex | no description
| Number | suggested |
Constitution ability score | con | no description
| Number | suggested |
Intelligence ability score | int | no description | Number | suggested |
Wisdom ability score | wis | no description
| Number | suggested |
Charisma ability score | cha | no description
| Number | suggested |
str_save_proficiency | str_save_proficiency | Leave empty if none. Add any value if yes | Boolean | optional |
Proficiency bonus | proficiency_bonus | Optional, not required. | Unknown | optional |
dex_save_proficiency | dex_save_proficiency | Leave empty if none. Add any value if yes | Unknown | optional |
con_save_proficiency | con_save_proficiency | Leave empty if none. Add any value if yes | Unknown | optional |
int_save_proficiency | int_save_proficiency | Leave empty if none. Add any value if yes | Unknown | optional |
wis_save_proficiency | wis_save_proficiency | Leave empty if none. Add any value if yes | Unknown | optional |
cha_save_proficiency | cha_save_proficiency | Leave empty if none. Add any value if yes | Unknown | optional |
Level | level | Character level, expressed as a number.
| Number | suggested |
name | name | Creature or character name. | String | suggested |
Size | size | The creature's size.
| String | suggested |
Creature type | type | no description
| String | suggested |
class | class | The character's class.
| Content | optional |
race | race | no description
| Content | optional |
imagesize | imagesize | Image size. Recommended values at 100px to 200px | Unknown | optional |
armour_class | armour_class | no description | Unknown | optional |
Hit points (Tactician mode) | hit_points_tactician | no description
| Number | optional |
Hit points (Honour mode) | hit_points_honour | no description
| Number | optional |
Hit points | hit_points | no description | Number | suggested |
Movement speed (meters) | movement_speed_meters | 5 | Number | suggested |
Movement speed (feet) | movement_speed_feet | no description
| Number | suggested |
Weight (kg) | weight_kg | no description
| Unknown | suggested |
Weight (lb) | weight_lb | no description
| Unknown | optional |
initiative | initiative | Not necessary to specify. Can be used to overwrite the autocalculated initiative with a custom value. | Number | optional |
immune1 | immune1 | A damage type that the creature is immune to.
| String | optional |
immune2 | immune2 | no description | Unknown | optional |
immune3 | immune3 | no description | Unknown | optional |
immune4 | immune4 | no description | Unknown | optional |
immune5 | immune5 | no description | Unknown | optional |
immune6 | immune6 | no description | Unknown | optional |
immune7 | immune7 | no description | Unknown | optional |
immune8 | immune8 | no description | Unknown | optional |
immune9 | immune9 | no description | Unknown | optional |
immune10 | immune10 | no description | Unknown | optional |
resistant1 | resistant1 | A damage type that the creature is resistant to.
| String | optional |
resistant2 | resistant2 | no description | Unknown | optional |
resistant3 | resistant3 | no description | Unknown | optional |
resistant4 | resistant4 | no description | Unknown | optional |
resistant5 | resistant5 | no description | Unknown | optional |
resistant6 | resistant6 | no description | Unknown | optional |
resistant7 | resistant7 | no description | Unknown | optional |
resistant8 | resistant8 | no description | Unknown | optional |
resistant9 | resistant9 | no description | Unknown | optional |
resistant10 | resistant10 | no description | Unknown | optional |
resistant19 | resistant19 | no description | Unknown | optional |
vulnerable1 | vulnerable1 | A damage type that the creature is vulnerable to.
| String | optional |
vulnerable2 | vulnerable2 | no description | Unknown | optional |
vulnerable3 | vulnerable3 | no description | Unknown | optional |
vulnerable4 | vulnerable4 | no description | Unknown | optional |
vulnerable5 | vulnerable5 | no description | Unknown | optional |
vulnerable6 | vulnerable6 | no description | Unknown | optional |
vulnerable7 | vulnerable7 | no description | Unknown | optional |
vulnerable8 | vulnerable8 | no description | Unknown | optional |
vulnerable9 | vulnerable9 | no description | Unknown | optional |
vulnerable19 | vulnerable19 | no description | Unknown | optional |
vulnerable10 | vulnerable10 | no description | Unknown | optional |
condition1_mode | condition1_mode | The mode this condition is applied. Can be Honour or Tactician.
| Unknown | optional |
condition1_name | condition1_name | The name of the condition. | String | optional |
condition1_description | condition1_description | Enter a short and concice description of the condition.
| Unknown | optional |
condition2_mode | condition2_mode | no description | Unknown | optional |
condition2_name | condition2_name | no description | Unknown | optional |
condition2_description | condition2_description | no description | Unknown | optional |
condition3_mode | condition3_mode | no description | Unknown | optional |
condition3_name | condition3_name | no description | Unknown | optional |
condition3_description | condition3_description | no description | Unknown | optional |
condition4_mode | condition4_mode | no description | Unknown | optional |
condition4_name | condition4_name | no description | Unknown | optional |
condition4_description | condition4_description | no description | Unknown | optional |
condition5_mode | condition5_mode | no description | Unknown | optional |
condition5_name | condition5_name | no description | Unknown | optional |
condition5_description | condition5_description | no description | Unknown | optional |
feature1_name | feature1_name | no description | Unknown | optional |
feature1_mode | feature1_mode | no description | Unknown | optional |
feature1_item | feature1_item | no description | Unknown | optional |
feature1_description | feature1_description | no description | Unknown | optional |
feature2_name | feature2_name | no description | Unknown | optional |
feature2_mode | feature2_mode | no description | Unknown | optional |
feature2_item | feature2_item | no description | Unknown | optional |
feature2_description | feature2_description | no description | Unknown | optional |
feature3_name | feature3_name | no description | Unknown | optional |
feature3_mode | feature3_mode | no description | Unknown | optional |
feature3_item | feature3_item | no description | Unknown | optional |
feature3_description | feature3_description | no description | Unknown | optional |
feature4_name | feature4_name | no description | Unknown | optional |
feature4_mode | feature4_mode | no description | Unknown | optional |
feature4_item | feature4_item | no description | Unknown | optional |
feature4_description | feature4_description | no description | Unknown | optional |
feature5_name | feature5_name | no description | Unknown | optional |
feature5_mode | feature5_mode | no description | Unknown | optional |
feature5_item | feature5_item | no description | Unknown | optional |
feature5_description | feature5_description | no description | Unknown | optional |
condition6_name | condition6_name | no description | Unknown | optional |
condition6_mode | condition6_mode | no description | Unknown | optional |
condition6_description | condition6_description | no description | Unknown | optional |
condition7_name | condition7_name | no description | Unknown | optional |
condition7_mode | condition7_mode | no description | Unknown | optional |
condition7_description | condition7_description | no description | Unknown | optional |
condition8_name | condition8_name | no description | Unknown | optional |
condition8_mode | condition8_mode | no description | Unknown | optional |
condition8_description | condition8_description | no description | Unknown | optional |
condition9_name | condition9_name | no description | Unknown | optional |
condition9_mode | condition9_mode | no description | Unknown | optional |
condition9_description | condition9_description | no description | Unknown | optional |
condition10_name | condition10_name | no description | Unknown | optional |
condition10_mode | condition10_mode | no description | Unknown | optional |
condition10_description | condition10_description | no description | Unknown | optional |
feature6_name | feature6_name | no description | Unknown | optional |
feature6_mode | feature6_mode | no description | Unknown | optional |
feature6_item | feature6_item | no description | Unknown | optional |
feature6_description | feature6_description | no description | Unknown | optional |
feature7_name | feature7_name | no description | Unknown | optional |
feature7_mode | feature7_mode | no description | Unknown | optional |
feature7_item | feature7_item | no description | Unknown | optional |
feature7_description | feature7_description | no description | Unknown | optional |
feature8_name | feature8_name | no description | Unknown | optional |
feature8_mode | feature8_mode | no description | Unknown | optional |
feature8_item | feature8_item | no description | Unknown | optional |
feature8_description | feature8_description | no description | Unknown | optional |
feature9_name | feature9_name | no description | Unknown | optional |
feature9_mode | feature9_mode | no description | Unknown | optional |
feature9_item | feature9_item | no description | Unknown | optional |
feature9_description | feature9_description | no description | Unknown | optional |
feature10_name | feature10_name | no description | Unknown | optional |
feature10_mode | feature10_mode | no description | Unknown | optional |
feature10_item | feature10_item | no description | Unknown | optional |
feature10_description | feature10_description | no description | Unknown | optional |
action1_mode | action1_mode | no description | Unknown | optional |
Action name | action1_name | no description | Unknown | suggested |
action1 | action1 | no description | Unknown | optional |
action2_name | action2_name | no description | Unknown | optional |
action2_mode | action2_mode | no description | Unknown | optional |
action2 | action2 | no description | Unknown | optional |
action3_name | action3_name | no description | Unknown | optional |
action3_mode | action3_mode | no description | Unknown | optional |
action3 | action3 | no description | Unknown | optional |
action4_name | action4_name | no description | Unknown | optional |
action4_mode | action4_mode | no description | Unknown | optional |
action4 | action4 | no description | Unknown | optional |
action5_name | action5_name | no description | Unknown | optional |
action5_mode | action5_mode | no description | Unknown | optional |
action5 | action5 | no description | Unknown | optional |
action6_name | action6_name | no description | Unknown | optional |
action6_mode | action6_mode | no description | Unknown | optional |
action6 | action6 | no description | Unknown | optional |
action7_name | action7_name | no description | Unknown | optional |
action7_mode | action7_mode | no description | Unknown | optional |
action7 | action7 | no description | Unknown | optional |
action8_name | action8_name | no description | Unknown | optional |
action8_mode | action8_mode | no description | Unknown | optional |
action8 | action8 | no description | Unknown | optional |
action9_name | action9_name | no description | Unknown | optional |
action9_mode | action9_mode | no description | Unknown | optional |
action9 | action9 | no description | Unknown | optional |
action10_name | action10_name | no description | Unknown | optional |
action10_mode | action10_mode | no description | Unknown | optional |
action10 | action10 | no description | Unknown | optional |
modules | modules | no description | Unknown | optional |
hiddenlevel | hiddenlevel | Can be added in place of level if the level should only be added for calculations, and not be displayed in the infobox itself. Useful when the infobox is added as a module. | Number | optional |
mode | mode | no description | Unknown | optional |
feature1_label | feature1_label | no description | Unknown | optional |
feature2_label | feature2_label | no description | Unknown | optional |
feature3_label | feature3_label | no description | Unknown | optional |
feature4_label | feature4_label | no description | Unknown | optional |
feature5_label | feature5_label | no description | Unknown | optional |
feature6_label | feature6_label | no description | Unknown | optional |
feature7_label | feature7_label | no description | Unknown | optional |
feature8_label | feature8_label | no description | Unknown | optional |
feature9_label | feature9_label | no description | Unknown | optional |
feature10_label | feature10_label | no description | Unknown | optional |
action1_effect | action1_effect | no description | Unknown | optional |
action1_class | action1_class | no description | Unknown | optional |
action2_effect | action2_effect | no description | Unknown | optional |
action2_class | action2_class | no description | Unknown | optional |
action3_effect | action3_effect | no description | Unknown | optional |
action3_class | action3_class | no description | Unknown | optional |
action4_effect | action4_effect | no description | Unknown | optional |
action4_class | action4_class | no description | Unknown | optional |
action5_effect | action5_effect | no description | Unknown | optional |
action5_class | action5_class | no description | Unknown | optional |
action6_class | action6_class | no description | Unknown | optional |
action7_class | action7_class | no description | Unknown | optional |
action8_class | action8_class | no description | Unknown | optional |
action9_class | action9_class | no description | Unknown | optional |
action10_class | action10_class | no description | Unknown | optional |