Template:UnitInfobox: Difference between revisions
From Mechabellum Wiki
(Parameter update (WIP)) |
mNo edit summary |
||
Line 62: | Line 62: | ||
"params": { | "params": { | ||
"image": {}, | "image": {}, | ||
"giant": {"autovalue":"No"}, | "giant": { | ||
"autovalue": "No", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"type": {}, | "type": {}, | ||
"cost": {}, | "cost": {}, | ||
"units": {"autovalue":"1"}, | "units": { | ||
"autovalue": "1" | |||
}, | |||
"hp": {}, | "hp": {}, | ||
"atk": {}, | "atk": {}, | ||
"target": {"autovalue":"Ground Only"}, | "target": { | ||
"autovalue": "Ground Only" | |||
}, | |||
"atkint": {}, | "atkint": {}, | ||
"range": {}, | "range": {}, | ||
"speed": {}, | "speed": {}, | ||
"igdesc": {}, | "igdesc": {}, | ||
"mobility": {"autovalue":"Ground"}, | "mobility": { | ||
"autovalue": "Ground", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"unlockcost": {}, | "unlockcost": {}, | ||
"splashdmg": {"autovalue":"0"} | "splashdmg": { | ||
"autovalue": "0" | |||
} | |||
}, | }, | ||
"description": "Infobox for all ingame stats for this unit", | "description": "Infobox for all ingame stats for this unit", |
Revision as of 11:31, 28 May 2023
UnitInfobox
Infobox for all ingame stats for this unit
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | no description | Unknown | optional |
mobility | mobility | no description
| String | required |
giant | giant | no description
| String | required |
type | type | no description | Unknown | optional |
unlockcost | unlockcost | no description | Unknown | optional |
cost | cost | no description | Unknown | optional |
units | units | no description
| Unknown | optional |
hp | hp | no description | Unknown | optional |
atk | atk | no description | Unknown | optional |
splashdmg | splashdmg | no description
| Unknown | optional |
target | target | no description
| Unknown | optional |
atkint | atkint | no description | Unknown | optional |
range | range | no description | Unknown | optional |
speed | speed | no description | Unknown | optional |
igdesc | igdesc | no description | Unknown | optional |