Template:CreatureInfoBox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 88: | Line 88: | ||
"example": "\"Brown Bear\"", | "example": "\"Brown Bear\"", | ||
"type": "string", | "type": "string", | ||
" | "required": true | ||
}, | }, | ||
"model": { | "model": { | ||
Line 95: | Line 95: | ||
"example": "{{#widget:ModelViewer}}", | "example": "{{#widget:ModelViewer}}", | ||
"type": "wiki-template-name", | "type": "wiki-template-name", | ||
" | "required": true | ||
}, | }, | ||
"appearanceBiome": { | "appearanceBiome": { | ||
Line 107: | Line 107: | ||
"label": "Attack Resilience", | "label": "Attack Resilience", | ||
"description": "Creature's resistance to attacks.", | "description": "Creature's resistance to attacks.", | ||
"type": "number" | "type": "number", | ||
"default": "0" | |||
}, | }, | ||
"fireResilience": { | "fireResilience": { | ||
"label": "Fire Resilience", | "label": "Fire Resilience", | ||
"description": "Creature's resistance to fire damage.", | "description": "Creature's resistance to fire damage.", | ||
"type": "number" | "type": "number", | ||
"default": "0" | |||
}, | }, | ||
"fallResilience": { | "fallResilience": { | ||
"label": "Fall Resilience", | "label": "Fall Resilience", | ||
"description": "Creature's resistance to fall damage.", | "description": "Creature's resistance to fall damage.", | ||
"type": "number" | "type": "number", | ||
"default": "0" | |||
}, | }, | ||
"attackPower": { | "attackPower": { | ||
"label": "Attack Power", | "label": "Attack Power", | ||
"description": "Creature's attack power.", | "description": "Creature's attack power.", | ||
"type": "number" | "type": "number", | ||
"default": "0" | |||
}, | }, | ||
"breathingMode": { | "breathingMode": { | ||
Line 128: | Line 132: | ||
"description": "Does the creature breathe in air or water?", | "description": "Does the creature breathe in air or water?", | ||
"example": "Air or water.", | "example": "Air or water.", | ||
"type": "string" | "type": "string", | ||
"default": "Air" | |||
}, | }, | ||
"walkSpeed": { | "walkSpeed": { | ||
Line 151: | Line 156: | ||
"label": "Jump Height", | "label": "Jump Height", | ||
"description": "How high does the creature jump?", | "description": "How high does the creature jump?", | ||
"default": "0 meters" | "default": "0 meters", | ||
"type": "number" | |||
}, | }, | ||
"accelerationFactor": { | "accelerationFactor": { |