Skip to content

Commit

Permalink
Merge pull request #36 from a666/foldfix
Browse files Browse the repository at this point in the history
Remove DDA unneeded foldable flag
  • Loading branch information
chaosvolt authored Oct 1, 2022
2 parents cee48e6 + b71ae70 commit 991a74e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MST_Extra/vehicles/vehicleparts.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"durability": 15,
"folded_volume": 15,
"breaks_into": [ { "item": "splinter", "count": [ 0, 6 ] } ],
"flags": [ "INITIAL_PART", "MOUNTABLE", "FOLDABLE" ],
"flags": [ "INITIAL_PART", "MOUNTABLE" ],
"requirements": {
"install": { "skills": [ [ "survival", 0 ] ], "time": "15 m", "using": [ [ "vehicle_sled", 1 ] ] },
"removal": { "skills": [ [ "survival", 0 ] ], "time": "10 m" },
Expand All @@ -33,7 +33,7 @@
"durability": 25,
"damage_modifier": 50,
"folded_volume": 10,
"flags": [ "WHEEL", "STABLE", "FOLDABLE" ],
"flags": [ "WHEEL", "STABLE" ],
"breaks_into": [ { "item": "splinter", "count": [ 3, 6 ] } ],
"requirements": {
"install": { "skills": [ [ "survival", 0 ] ], "time": "15 m", "using": [ [ "vehicle_sled", 1 ] ] },
Expand All @@ -57,7 +57,7 @@
"size": 150,
"item": "makeshift_sled_basket_item",
"location": "center",
"flags": [ "CARGO", "BOARDABLE", "COVERED", "FOLDABLE", "LOCKABLE_CARGO" ],
"flags": [ "CARGO", "BOARDABLE", "COVERED", "LOCKABLE_CARGO" ],
"breaks_into": [ { "item": "splinter", "count": [ 4, 9 ] } ],
"requirements": {
"install": { "skills": [ [ "survival", 1 ] ], "time": "15 m", "using": [ [ "vehicle_sled", 1 ] ] },
Expand Down Expand Up @@ -146,7 +146,7 @@
"description": "A heavy section of frame carved from a log, serving as a foundation or to keep a raft afloat. Other vehicle components can be mounted on it. If all the frames and components of a vehicle are foldable, the vehicle can be folded into a small package and picked up as a normal item.",
"folded_volume": 35,
"breaks_into": [ { "item": "splinter", "count": [ 20, 30 ] } ],
"flags": [ "INITIAL_PART", "FLOATS", "STABLE", "MOUNTABLE", "BOARDABLE", "FOLDABLE" ],
"flags": [ "INITIAL_PART", "FLOATS", "STABLE", "MOUNTABLE", "BOARDABLE" ],
"requirements": {
"install": { "skills": [ [ "survival", 1 ] ], "time": "30 m", "using": [ [ "vehicle_log_frame", 1 ] ] },
"removal": { "skills": [ [ "survival", 1 ] ], "time": "15 m" },
Expand Down

0 comments on commit 991a74e

Please sign in to comment.