Changes

Jump to navigation Jump to search

Documentation/Engine/Units/accessory addon data

977 bytes removed, 16:24, 9 March 2017
Unit def section removed
*[[Documentation/Engine/Units/accessory_addon_int_data|accessory_addon_int_data]] (adds toy physics)
*[[Documentation/Engine/Units/accessory_addon_patch_data|accessory_addon_patch_data]] (adds cloth/flag physics)
 
{{UnitDef|def=<nowiki> "accessory_addon_data":{
"superclass":"accessory_data",
"attrs":{
"name":{
"type": "string"
},
"short_name":{
"type": "string"
},
"icon":{
"type": "string"
},
"info":{
"type": "string_array"
},
"price":{
"type": "s64"
},
"unlock":{
"type": "uint"
},
"suitable_for":{
"type": "string_array"
},
"conflict_with":{
"type": "string_array"
},
"defaults":{
"type": "string_array"
},
"require":{
"type": "token_array"
},
"exterior_model":{
"type": "string"
},
"interior_model":{
"type": "string"
},
"exterior_model_uk":{
"type": "string"
},
"interior_model_uk":{
"type": "string"
},
"coll":{
"type": "string"
},
"look":{
"type": "token"
},
"variant":{
"type": "token"
},
"hide_in":{
"type": "u32"
}
}
},</nowiki>}}
309
edits

Navigation menu