Skip to content

Commit

Permalink
vehicle parts: delete extra seat definitions (CleverRaven#42990)
Browse files Browse the repository at this point in the history
When seats got moved into their own seats.json, the original part
definitions didn't get removed from vehicle_parts.json.  Correct that
error.
  • Loading branch information
mlangsdorf authored Aug 17, 2020
1 parent d85cda9 commit d31f35a
Showing 1 changed file with 0 additions and 70 deletions.
70 changes: 0 additions & 70 deletions data/json/vehicleparts/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,76 +82,6 @@
"flags": [ "NOINSTALL" ],
"breaks_into": [ ]
},
{
"type": "vehicle_part",
"id": "seat",
"name": { "str": "seat" },
"symbol": "#",
"looks_like": "reclining_seat",
"color": "red",
"broken_symbol": "*",
"broken_color": "red",
"damage_modifier": 60,
"durability": 300,
"description": "A place to sit, or sleep if you're desperate.",
"size": 100,
"item": "seat",
"floor_bedding_warmth": 200,
"comfort": 2,
"location": "center",
"requirements": {
"install": { "skills": [ [ "mechanics", 1 ] ], "time": "30 m", "using": [ [ "vehicle_bolt", 1 ] ] },
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "15 m", "using": [ [ "vehicle_bolt", 1 ] ] },
"repair": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "SEAT", "BOARDABLE", "CARGO", "BELTABLE", "SIMPLE_PART" ],
"breaks_into": "ig_vp_seat",
"damage_reduction": { "all": 2 }
},
{
"type": "vehicle_part",
"id": "seat_leather",
"copy-from": "seat",
"looks_like": "seat",
"name": { "str": "leather seat" },
"item": "seat_leather",
"breaks_into": "ig_vp_seat_leather"
},
{
"type": "vehicle_part",
"id": "reclining_seat",
"name": { "str": "reclining seat" },
"symbol": "#",
"looks_like": "seat",
"color": "red",
"broken_symbol": "*",
"broken_color": "red",
"damage_modifier": 60,
"durability": 100,
"description": "A place to sit, and the backrest reclines to make it an uncomfortable bed.",
"item": "seat",
"size": 25,
"floor_bedding_warmth": 250,
"comfort": 3,
"location": "center",
"requirements": {
"install": { "skills": [ [ "mechanics", 1 ] ], "time": "30 m", "using": [ [ "vehicle_bolt", 1 ] ] },
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "15 m", "using": [ [ "vehicle_bolt", 1 ] ] },
"repair": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "BED", "SEAT", "BOARDABLE", "BELTABLE", "CARGO", "SIMPLE_PART" ],
"breaks_into": "ig_vp_seat",
"damage_reduction": { "all": 3 }
},
{
"type": "vehicle_part",
"id": "reclining_seat_leather",
"looks_like": "seat_leather",
"copy-from": "reclining_seat",
"name": { "str": "reclining leather seat" },
"item": "seat_leather",
"breaks_into": "ig_vp_seat_leather"
},
{
"type": "vehicle_part",
"id": "yoke_harness",
Expand Down

0 comments on commit d31f35a

Please sign in to comment.