Template:Infobox unit/doc: Difference between revisions

LVL (talk | contribs)
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": "number"
"type": "string"
},
},
"health_regen": {
"health_regen": {
Line 151: Line 151:
"type": "number"
"type": "number"
},
},
        "voice_actor": {
"voice_actor": {
"description": "voice actor"
"description": "voice actor"
},
},
        "quotes": {
"quotes": {
"description": "link to quotes page"
"description": "link to quotes page"
},
},
        "information": {
"information": {
        "suggestedvalues": [
"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",
"voice_actor",
        "quotes",
"quotes",
        "information"
"information"
],
],
"format": "block",
"format": "block",