Template:Infobox unit/doc: Difference between revisionsGive feedback
Added damage resist |
changed max_health type to be a string. in practice, pages like Walker already use non-numeric strings |
||
| Line 92: | Line 92: | ||
"description": "Unit Health", | "description": "Unit Health", | ||
"example": "5500", | "example": "5500", | ||
"type": " | "type": "string" | ||
}, | }, | ||
"health_regen": { | "health_regen": { | ||
| Line 151: | Line 151: | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"voice_actor": { | |||
"description": "voice actor" | "description": "voice actor" | ||
}, | }, | ||
"quotes": { | |||
"description": "link to quotes page" | "description": "link to quotes page" | ||
}, | }, | ||
"information": { | |||
"suggestedvalues": [ | |||
"true" | "true" | ||
], | ], | ||
| Line 167: | Line 167: | ||
"description": "adds movement boxes" | "description": "adds movement boxes" | ||
} | } | ||
}, | |||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
| Line 186: | Line 186: | ||
"font-size", | "font-size", | ||
"can_move", | "can_move", | ||
"voice_actor", | |||
"quotes", | |||
"information" | |||
], | ], | ||
"format": "block", | "format": "block", | ||