[code]{
“type” : “vehicle_part”,
“id” : “spinner”,
“name”: “spinner”,
“symbol”: “$”,
“color”: “light_grey”,
“broken_symbol”: “x”,
“broken_color”: “light_gray”,
“damage_modifier”: 50,
“durability”: 20,
“item”: “spinner_part”,
“difficulty”: 1,
“flags”: [“UNMOUNT_ON_DAMAGE”]
}
{
"type":"GENERIC",
"id" : "spinner_part",
"name" : "Spinner",
"description" : "Bitchin spinning rims yo.",
"weight" : 9525,
"to_hit" : -2,
"color" : "light_grey",
"symbol" : "$",
"material" : ["steel", "null"],
"techniques" : ["DEF_DISARM"],
"volume" : 8,
"bashing" : 4,
"cutting" : 0,
"price" : 20
},[/code]
yo.