Skip to content

Commit

Permalink
Backporting CleverRaven#49568
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Aug 12, 2021
1 parent f8de818 commit c713f69
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions data/json/obsolete.json
Original file line number Diff line number Diff line change
Expand Up @@ -1527,5 +1527,86 @@
"price": 10000,
"weight": "3000 g",
"difficulty": 4
},
{
"id": "wheel_steerable",
"categories": [ "movement" ],
"copy-from": "wheel",
"type": "vehicle_part",
"name": { "str": "wheel (steerable)" },
"extend": { "flags": [ "STEERABLE", "NOINSTALL" ] }
},
{
"id": "wheel_slick_steerable",
"categories": [ "movement" ],
"copy-from": "wheel_slick",
"type": "vehicle_part",
"name": { "str": "racing slick (steerable)" },
"item": "wheel_slick",
"extend": { "flags": [ "STEERABLE", "NOINSTALL" ] }
},
{
"id": "wheel_armor_steerable",
"categories": [ "movement" ],
"copy-from": "wheel_armor",
"type": "vehicle_part",
"name": { "str": "armored wheel (steerable)" },
"extend": { "flags": [ "STEERABLE", "NOINSTALL" ] }
},
{
"id": "wheel_bicycle_steerable",
"categories": [ "movement" ],
"copy-from": "wheel_bicycle",
"type": "vehicle_part",
"name": { "str": "bicycle wheel (steerable)" },
"extend": { "flags": [ "STEERABLE", "NOINSTALL" ] }
},
{
"id": "wheel_bicycle_or_steerable",
"categories": [ "movement" ],
"copy-from": "wheel_bicycle_or",
"type": "vehicle_part",
"name": { "str": "off-road bicycle wheel (steerable)" },
"extend": { "flags": [ "STEERABLE", "NOINSTALL" ] }
},
{
"id": "wheel_motorbike_steerable",
"categories": [ "movement" ],
"copy-from": "wheel_motorbike",
"type": "vehicle_part",
"name": { "str": "motorbike wheel (steerable)" },
"extend": { "flags": [ "STEERABLE", "NOINSTALL" ] }
},
{
"id": "wheel_motorbike_or_steerable",
"categories": [ "movement" ],
"copy-from": "wheel_motorbike_or",
"type": "vehicle_part",
"name": { "str": "off-road motorbike wheel (steerable)" },
"extend": { "flags": [ "STEERABLE", "NOINSTALL" ] }
},
{
"id": "wheel_small_steerable",
"categories": [ "movement" ],
"copy-from": "wheel_small",
"type": "vehicle_part",
"name": { "str": "small wheel (steerable)" },
"extend": { "flags": [ "STEERABLE", "NOINSTALL" ] }
},
{
"id": "wheel_wide_steerable",
"categories": [ "movement" ],
"copy-from": "wheel_wide",
"type": "vehicle_part",
"name": { "str": "wide wheel (steerable)" },
"extend": { "flags": [ "STEERABLE", "NOINSTALL" ] }
},
{
"id": "wheel_wide_or_steerable",
"categories": [ "movement" ],
"copy-from": "wheel_wide_or",
"type": "vehicle_part",
"name": { "str": "off-road wide wheel (steerable)" },
"extend": { "flags": [ "STEERABLE", "NOINSTALL" ] }
}
]

0 comments on commit c713f69

Please sign in to comment.