Changes

Jump to navigation Jump to search

Documentation/Engine/Units/accessory chassis data

2,141 bytes removed, 16:27, 9 March 2017
Unit def section and dep attr's removed
|false
|''For truck and trailers.'' When true, the axle can be lifted. Each array member corresponds to an axle, from front to back (or from back to front in the case of trailers). ''Trailer functionality is added in ETS2 1.27/ATS 1.6.''
|-
|<del>powered_wheel</del>
|bool_array
|
|Deprecated – use powered_axle instead.
|}
 
{{UnitDef|def=<nowiki> "accessory_chassis_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"
},
"detail_model":{
"type": "string"
},
"model":{
"type": "string"
},
"lods":{
"type": "string_array"
},
"collision":{
"type": "string"
},
"trailer_brace_model":{
"type": "string"
},
"trailer_brace_anim":{
"type": "string"
},
"trailer_brace_up_sound":{
"type": "string"
},
"trailer_brace_down_sound":{
"type": "string"
},
"variant":{
"type": "token"
},
"variant_uk":{
"type": "token"
},
"look":{
"type": "token"
},
"shadow_texture":{
"type": "string"
},
"shadow_intensity":{
"type": "float"
},
"extended_shadow_texture":{
"type": "string"
},
"extended_shadow_intensity":{
"type": "float"
},
"extended_shadow_fadeout_start":{
"type": "float"
},
"extended_shadow_fadeout_length":{
"type": "float"
},
"extended_shadow_shared_model_variant":{
"type": "token"
},
"ui_shadow":{
"type": "string"
},
"tank_size":{
"type": "float"
},
"adblue_tank_size":{
"type": "float"
},
"residual_travel":{
"type": "float_array"
},
"trailer_mass":{
"type": "float"
},
"powered_axle":{
"type": "bool_array"
},
"kerb_weight":{
"type": "float_array"
},
"liftable_axle":{
"type": "bool_array"
},
"powered_wheel":{
"type": "bool_array"
}
}
},</nowiki>}}
309
edits

Navigation menu