Changes

Jump to navigation Jump to search

Documentation/Engine/Units/accessory paint job data

1,794 bytes removed, 16:28, 9 March 2017
Unit def section removed
|Can be used to override the base texture of the truckpaint material. Requires that all truckpaint materials on the vehicle use the same base texture in the first place.
|}
 
{{UnitDef|def=<nowiki> "accessory_paint_job_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"
},
"mask_r_color":{
"type": "float3"
},
"mask_g_color":{
"type": "float3"
},
"mask_b_color":{
"type": "float3"
},
"base_color":{
"type": "float3"
},
"mask_r_locked":{
"type": "bool"
},
"mask_g_locked":{
"type": "bool"
},
"mask_b_locked":{
"type": "bool"
},
"base_color_locked":{
"type": "bool"
},
"flip_color_locked":{
"type": "bool"
},
"flake_color_locked":{
"type": "bool"
},
"flip_color":{
"type": "float3"
},
"flip_strength":{
"type": "float"
},
"flake_color":{
"type": "float3"
},
"flake_uvscale":{
"type": "float"
},
"flake_density":{
"type": "float"
},
"flake_shininess":{
"type": "float"
},
"flake_clearcoat_rolloff":{
"type": "float"
},
"flake_noise":{
"type": "string"
},
"flipflake":{
"type": "bool"
},
"airbrush":{
"type": "bool"
},
"alternate_uvset":{
"type": "bool"
},
"stock":{
"type": "bool"
},
"paint_job_mask":{
"type": "string"
},
"base_texture":{
"type": "string"
}
}
},</nowiki>}}
309
edits

Navigation menu