Template:CreatureInfoBox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 68: | Line 68: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"appearanceBiome": {}, | "appearanceBiome": { | ||
"attackResilience": {}, | "label": "Appearance Biome", | ||
"fireResilience": {}, | "description": "Biome(s) the creature inhabits.", | ||
"fallResilience": {}, | "example": "Forests, Jungles, etc.", | ||
"attackPower": {}, | "type": "string", | ||
"breathingMode": {}, | "suggested": true | ||
"mountable": {}, | }, | ||
"walkSpeed": {}, | "attackResilience": { | ||
"flySpeed": {}, | "label": "Attack Resilience" | ||
"swimSpeed": {}, | }, | ||
"jumpHeight": {}, | "fireResilience": { | ||
"accelerationFactor": {}, | "label": "Fire Resilience" | ||
"mass": {}, | }, | ||
"bodyBoxSize": {}, | "fallResilience": { | ||
"special": {}, | "label": "Fall Resilience" | ||
"drop": {}, | }, | ||
"food": {}, | "attackPower": { | ||
"minAudibleDistance": {}, | "label": "Attack Power" | ||
"herdingBehavior": {}, | }, | ||
"spawnerEgg": {} | "breathingMode": { | ||
"label": "Breathing Mode" | |||
}, | |||
"mountable": { | |||
"label": "Mountable" | |||
}, | |||
"walkSpeed": { | |||
"label": "Walk Speed" | |||
}, | |||
"flySpeed": { | |||
"label": "Fly Speed" | |||
}, | |||
"swimSpeed": { | |||
"label": "Swim Speed" | |||
}, | |||
"jumpHeight": { | |||
"label": "Jump Height" | |||
}, | |||
"accelerationFactor": { | |||
"label": "Acceleration Factor" | |||
}, | |||
"mass": { | |||
"label": "Mass" | |||
}, | |||
"bodyBoxSize": { | |||
"label": "Body Box Size" | |||
}, | |||
"special": { | |||
"label": "Special" | |||
}, | |||
"drop": { | |||
"label": "Drop" | |||
}, | |||
"food": { | |||
"label": "Food" | |||
}, | |||
"minAudibleDistance": { | |||
"label": "Minimum Audible Distance" | |||
}, | |||
"herdingBehavior": { | |||
"label": "Herding Behavior" | |||
}, | |||
"spawnerEgg": { | |||
"label": "Spawner Egg" | |||
} | |||
}, | }, | ||
"description": "Embeds a customized infobox for displaying creature attributes along the left side of a wiki page. Can be used in conjunction with the <code>Widget:ModelViewer</code> for displaying creature models.", | "description": "Embeds a customized infobox for displaying creature attributes along the left side of a wiki page. Can be used in conjunction with the <code>Widget:ModelViewer</code> for displaying creature models.", |
Revision as of 21:18, 31 July 2025
Embeds a customized infobox for displaying creature attributes along the left side of a wiki page. Can be used in conjunction with the <code>Widget:ModelViewer</code> for displaying creature models.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Creature Title | title | Name of the creature.
| String | suggested |
Model | model | Source for creature model or image. Templates are recommended but static files can be passed as well.
| Template | suggested |
Appearance Biome | appearanceBiome | Biome(s) the creature inhabits.
| String | suggested |
Attack Resilience | attackResilience | no description | Unknown | optional |
Fire Resilience | fireResilience | no description | Unknown | optional |
Fall Resilience | fallResilience | no description | Unknown | optional |
Attack Power | attackPower | no description | Unknown | optional |
Breathing Mode | breathingMode | no description | Unknown | optional |
Mountable | mountable | no description | Unknown | optional |
Walk Speed | walkSpeed | no description | Unknown | optional |
Fly Speed | flySpeed | no description | Unknown | optional |
Swim Speed | swimSpeed | no description | Unknown | optional |
Jump Height | jumpHeight | no description | Unknown | optional |
Acceleration Factor | accelerationFactor | no description | Unknown | optional |
Mass | mass | no description | Unknown | optional |
Body Box Size | bodyBoxSize | no description | Unknown | optional |
Special | special | no description | Unknown | optional |
Drop | drop | no description | Unknown | optional |
Food | food | no description | Unknown | optional |
Minimum Audible Distance | minAudibleDistance | no description | Unknown | optional |
Herding Behavior | herdingBehavior | no description | Unknown | optional |
Spawner Egg | spawnerEgg | no description | Unknown | optional |