Skip to content

Commit 02e9324

Browse files
committed
Revert vehicle cargo sizes to sane values
1 parent b8c0d00 commit 02e9324

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

data/json/vehicleparts/doors.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
},
139139
"repair": { "skills": [ [ "mechanics", 3 ] ], "time": "5 m", "using": [ [ "repair_welding_lc_steel", 3 ] ] }
140140
},
141-
"size": "200 L",
141+
"size": "37500 ml",
142142
"extend": { "flags": [ "LOCKABLE_CARGO", "MULTISQUARE", "COVERED" ] },
143143
"type": "vehicle_part"
144144
},
@@ -176,7 +176,6 @@
176176
},
177177
"repair": { "skills": [ [ "mechanics", 4 ] ], "time": "8 m", "using": [ [ "repair_welding_lc_steel", 4 ] ] }
178178
},
179-
"size": "100 L",
180179
"type": "vehicle_part"
181180
},
182181
{

data/json/vehicleparts/seats.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"using": [ [ "repair_welding_standard", 1 ], [ "sewing_standard", 8 ] ]
5050
}
5151
},
52-
"size": "85 L",
52+
"size": "25 L",
5353
"type": "vehicle_part",
5454
"variants_bases": [ { "id": "windshield", "label": "Windshield" }, { "id": "swivel_chair", "label": "Swivel Chair" } ],
5555
"variants": [
@@ -76,10 +76,9 @@
7676
"id": "reclining_seat",
7777
"copy-from": "seat",
7878
"comfort": 3,
79-
"//": "reclining and bench seats are roomier than standard and are able to fit Large characters, if not comfortably",
8079
"description": "A soft seat with an adjustable backrest, making it a reasonably comfortable place to sleep.",
8180
"durability": 100,
82-
"size": "95 L",
81+
"size": "6250 ml",
8382
"floor_bedding_warmth": 350,
8483
"name": { "str": "reclining bucket seat" },
8584
"extend": { "flags": [ "BED" ] },
@@ -103,7 +102,6 @@
103102
"description": "A soft, wide seat with a high back, the kind often used in back seats or older cars. It might be a decent place to sleep.",
104103
"floor_bedding_warmth": 500,
105104
"item": "seat_bench",
106-
"size": "95 L",
107105
"name": { "str": "bench seat" },
108106
"extend": { "flags": [ "BED" ] },
109107
"type": "vehicle_part"

data/json/vehicleparts/vehicle_parts.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"damage_modifier": 60,
208208
"durability": 95,
209209
"description": "A small but comfortable bed.",
210-
"size": "100 L",
210+
"size": "50 L",
211211
"item": "mattress",
212212
"comfort": 4,
213213
"floor_bedding_warmth": 700,
@@ -309,7 +309,6 @@
309309
"color": "white",
310310
"durability": 400,
311311
"description": "An aisle.",
312-
"size": "100 L",
313312
"item": "sheet_metal",
314313
"location": "center",
315314
"//": ".5 m square sheet of metal, likely affixed with bolts in places, assume 200 cm weld to install and 50 cm weld to repair",
@@ -326,7 +325,7 @@
326325
},
327326
"repair": { "skills": [ [ "mechanics", 2 ] ], "time": "6 m", "using": [ [ "repair_welding_lc_steel", 5 ] ] }
328327
},
329-
"flags": [ "AISLE", "BOARDABLE", "CARGO" ],
328+
"flags": [ "AISLE", "BOARDABLE" ],
330329
"breaks_into": [
331330
{ "item": "sheet_metal_small", "count": [ 0, 1 ] },
332331
{ "item": "lc_steel_lump", "count": [ 1, 2 ] },
@@ -366,7 +365,7 @@
366365
"folded_volume": "12500 ml",
367366
"item": "foldwoodframe",
368367
"breaks_into": [ { "item": "splinter", "count": [ 7, 11 ] }, { "item": "nail", "charges": [ 5, 10 ] } ],
369-
"flags": [ "AISLE", "BOARDABLE", "CARGO" ]
368+
"flags": [ "AISLE", "BOARDABLE" ]
370369
},
371370
{
372371
"type": "vehicle_part",
@@ -2294,8 +2293,7 @@
22942293
"durability": 250,
22952294
"description": "A cargo space for carrying livestock. 'e'xamine it to capture an animal next to you, or to release the animal currently contained. When selecting an animal to capture, choose its tile relative to you, not the part.",
22962295
"//1": "240 cm weld to install, 60 cm per damage quadrant to repair",
2297-
"size": "300 L",
2298-
"comfort": 2,
2296+
"size": "200 L",
22992297
"item": "livestock_carrier",
23002298
"location": "center",
23012299
"requirements": {
@@ -2311,7 +2309,7 @@
23112309
},
23122310
"repair": { "skills": [ [ "mechanics", 2 ] ], "time": "20 m", "using": [ [ "repair_welding_standard", 12 ] ] }
23132311
},
2314-
"flags": [ "BOARDABLE", "CARGO", "COVERED", "CAPTURE_MONSTER_VEH", "HUGE_OK", "BED", "BELTABLE" ],
2312+
"flags": [ "BOARDABLE", "CARGO", "COVERED", "CAPTURE_MONSTER_VEH", "HUGE_OK" ],
23152313
"breaks_into": [
23162314
{ "item": "mc_steel_lump", "count": [ 6, 8 ] },
23172315
{ "item": "mc_steel_chunk", "count": [ 6, 8 ] },

0 commit comments

Comments
 (0)