Jump to content

Template:CreatureInfoBox: Difference between revisions

No edit summary
No edit summary
Line 99: Line 99:
"appearanceBiome": {
"appearanceBiome": {
"label": "Appearance Biome",
"label": "Appearance Biome",
"description": "In what general biomes does this creature spawn?",
"description": "What general biomes/regions the creature spawns in.",
"example": "Forests, Jungles, etc.",
"example": "Forests, Jungles, etc.",
"type": "string",
"type": "string",
Line 106: Line 106:
"attackResilience": {
"attackResilience": {
"label": "Attack Resilience",
"label": "Attack Resilience",
"description": "Creature's resistance to attacks.",
"description": "Creature's resilience to attacks.",
"type": "number",
"type": "number",
"default": "0"
"default": "0"
Line 130: Line 130:
"breathingMode": {
"breathingMode": {
"label": "Breathing Mode",
"label": "Breathing Mode",
"description": "Does the creature breathe in air or water?",
"description": "Whether the creature can breathe on land or in water",
"example": "Air or water.",
"example": "Air or water.",
"type": "string",
"type": "string",
"default": "Air"
"default": "Air",
"suggested": true
},
},
"walkSpeed": {
"walkSpeed": {
Line 157: Line 158:
"description": "Creature's max jump height.",
"description": "Creature's max jump height.",
"default": "0 meters",
"default": "0 meters",
"type": "number"
"type": "number",
"suggested": true
},
},
"accelerationFactor": {
"accelerationFactor": {
Line 192: Line 194:
"example": "1-2 Bacon, 1 Rotten Meat (50%)",
"example": "1-2 Bacon, 1 Rotten Meat (50%)",
"type": "string",
"type": "string",
"default": "None.",
"default": "None",
"suggested": true
"suggested": true
},
},
Line 200: Line 202:
"example": "Vegetation, meat, or cannot be fed.",
"example": "Vegetation, meat, or cannot be fed.",
"type": "string",
"type": "string",
"default": "Cannot be fed.",
"default": "Cannot be fed",
"suggested": true
"suggested": true
},
},
Line 226: Line 228:
"isMountable": {
"isMountable": {
"label": "Mountable",
"label": "Mountable",
"description": "Is the creature mountable?",
"description": "Whether the creature is mountable/ridable with a saddle or not.",
"example": "Yes or no.",
"example": "Yes or no.",
"type": "boolean",
"type": "boolean",