Skip to content

Commit

Permalink
update and move deoxymod
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGoatGod committed Sep 16, 2024
1 parent e6ab59a commit 433b96d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"type": "vehicle_part",
"name": { "str": "folding extra light quarterpanel" },
"color": "light_gray",
"symbol": "H",
"broken_symbol": "#",
"broken_color": "light_gray",
"durability": 30,
"item": "pipe",
Expand All @@ -17,63 +15,62 @@
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_weld_removal", 1 ] ] },
"repair": { "skills": [ [ "mechanics", 2 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "OBSTACLE", "FOLDABLE" ]
"flags": [ "OBSTACLE", "FOLDABLE" ],
"variants": [ { "symbols": "H", "symbols_broken": "#" } ]
},
{
"id": "fxlhalfboard_horizontal",
"copy-from": "fxlhalfboard",
"type": "vehicle_part",
"symbol": "h"
"variants": [ { "symbols": "h", "symbols_broken": "#" } ]
},
{
"id": "fxlhalfboard_vertical",
"copy-from": "fxlhalfboard",
"type": "vehicle_part",
"symbol": "j"
"variants": [ { "symbols": "j", "symbols_broken": "#" } ]
},
{
"id": "fxlhalfboard_nw",
"copy-from": "fxlhalfboard",
"type": "vehicle_part",
"symbol": "y"
"variants": [ { "symbols": "y", "symbols_broken": "#" } ]
},
{
"id": "fxlhalfboard_ne",
"copy-from": "fxlhalfboard",
"type": "vehicle_part",
"symbol": "u"
"variants": [ { "symbols": "u", "symbols_broken": "#" } ]
},
{
"id": "fxlhalfboard_se",
"copy-from": "fxlhalfboard",
"type": "vehicle_part",
"symbol": "n"
"variants": [ { "symbols": "n", "symbols_broken": "#" } ]
},
{
"id": "fxlhalfboard_sw",
"copy-from": "fxlhalfboard",
"type": "vehicle_part",
"symbol": "b"
"variants": [ { "symbols": "b", "symbols_broken": "#" } ]
},
{
"id": "fxlhalfboard_horizontal_2",
"copy-from": "fxlhalfboard",
"type": "vehicle_part",
"symbol": "="
"variants": [ { "symbols": "=", "symbols_broken": "#" } ]
},
{
"id": "fxlhalfboard_vertical_2",
"copy-from": "fxlhalfboard",
"type": "vehicle_part",
"symbol": "H"
"variants": [ { "symbols": "H", "symbols_broken": "#" } ]
},
{
"id": "fdoor",
"type": "vehicle_part",
"name": { "str": "foldable door" },
"symbol": "+",
"color": "cyan",
"broken_symbol": "&",
"broken_color": "cyan",
"damage_modifier": 80,
"durability": 50,
Expand All @@ -87,15 +84,14 @@
"repair": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "CARGO", "OBSTACLE", "OPENABLE", "BOARDABLE", "FOLDABLE" ],
"breaks_into": [ { "item": "steel_chunk", "count": [ 0, 2 ] }, { "item": "scrap", "count": [ 1, 2 ] } ]
"breaks_into": [ { "item": "steel_chunk", "count": [ 0, 2 ] }, { "item": "scrap", "count": [ 1, 2 ] } ],
"variants": [ { "symbols": "+", "symbols_broken": "&" } ]
},
{
"id": "sheet_superalloy",
"type": "vehicle_part",
"name": { "str": "superalloy coating" },
"symbol": ")",
"color": "dark_gray",
"broken_symbol": ")",
"broken_color": "dark_gray",
"durability": 250,
"item": "alloy_sheet",
Expand All @@ -111,7 +107,8 @@
{ "item": "steel_lump", "count": [ 4, 6 ] },
{ "item": "steel_chunk", "count": [ 4, 6 ] },
{ "item": "scrap", "count": [ 4, 6 ] }
]
],
"variants": [ { "symbols": ")", "symbols_broken": ")" } ]
},
{
"id": "storage_battery_mount",
Expand Down Expand Up @@ -153,14 +150,6 @@
"extend": { "flags": [ "FOLDABLE" ] },
"folded_volume": "7500 ml"
},
{
"id": "solar_panel_v2",
"copy-from": "solar_panel_v2",
"type": "vehicle_part",
"name": { "str": "quantum solar panel" },
"extend": { "flags": [ "FOLDABLE" ] },
"folded_volume": "4500 ml"
},
{
"id": "stereo",
"copy-from": "stereo",
Expand All @@ -185,28 +174,13 @@
"extend": { "flags": [ "FOLDABLE" ] },
"folded_volume": "4 L"
},
{
"id": "omnicam",
"copy-from": "omnicam",
"type": "vehicle_part",
"name": { "str": "security camera" },
"extend": { "flags": [ "FOLDABLE" ] },
"folded_volume": "2 L"
},
{
"id": "minireactor",
"copy-from": "minireactor",
"type": "vehicle_part",
"extend": { "flags": [ "FOLDABLE" ] },
"folded_volume": "1500 ml"
},
{
"id": "tank_small",
"copy-from": "tank_small",
"type": "vehicle_part",
"extend": { "flags": [ "FOLDABLE" ] },
"folded_volume": "10 L"
},
{
"id": "chimes",
"copy-from": "chimes",
Expand Down
6 changes: 6 additions & 0 deletions data/Legacy_mods/Broken_mods/DeoxyMod/flags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"id": "FOLDABLE",
"type": "json_flag"
}
]
File renamed without changes.

0 comments on commit 433b96d

Please sign in to comment.