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.", |