Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalFox2140 committed Apr 7, 2024
1 parent 73d412d commit c36a4dc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 155 deletions.
27 changes: 0 additions & 27 deletions data/mods/Aftershock/items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,33 +33,6 @@
"qualities": [ [ "COOK", 1 ], [ "BOIL", 2 ], [ "CONTAIN", 1 ] ],
"use_action": "HEAT_FOOD"
},
{
"id": "afs_fridge",
"category": "veh_parts",
"type": "GENERIC",
"name": { "str": "vehicle refrigerator" },
"description": "A household refrigerator with impressive capacity. Its power connection has been refurbished, and it can be mounted onto a vehicle to draw from its power.",
"symbol": "{",
"color": "white",
"weight": "142882 g",
"volume": "300 L",
"price": "400 USD",
"price_postapoc": "100 USD",
"material": [ "steel" ],
"to_hit": -4,
"bashing": 8,
"flags": [ "DURABLE_MELEE" ],
"looks_like": "minifridge"
},
{
"id": "afs_freezer",
"category": "veh_parts",
"type": "GENERIC",
"name": { "str": "vehicle freezer" },
"copy-from": "afs_fridge",
"description": "This refurbished refrigerator has been stripped of much of its internal components and converted to run at a much lower temperature, causing it to serve as a freezer for more power. Like its predecessor, it runs on vehicle power.",
"color": "light_blue"
},
{
"type": "GENERIC",
"id": "afs_scrap_titanium",
Expand Down
68 changes: 0 additions & 68 deletions data/mods/Aftershock/maps/furniture.json

This file was deleted.

10 changes: 10 additions & 0 deletions data/mods/Aftershock/migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,15 @@
"type": "MIGRATION",
"replace": "legpouch_large",
"//": "No flag even needed for this one, it's getting OVERSIZE now"
},
{
"id": "afs_fridge",
"type": "MIGRATION",
"replace": "fridge"
},
{
"id": "afs_freezer",
"type": "MIGRATION",
"replace": "freezer"
}
]
28 changes: 0 additions & 28 deletions data/mods/Aftershock/recipes/construction.json

This file was deleted.

32 changes: 0 additions & 32 deletions data/mods/Aftershock/vehicles/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,38 +37,6 @@
"breaks_into": [ { "item": "steel_chunk", "count": [ 1, 2 ] }, { "item": "scrap", "count": [ 4, 6 ] } ],
"damage_reduction": { "all": 4 }
},
{
"type": "vehicle_part",
"id": "afs_fridge",
"copy-from": "minifridge",
"name": { "str": "refrigerator" },
"symbol": "{",
"categories": [ "Cargo", "Util" ],
"color": "white",
"broken_color": "white",
"looks_like": "minifridge",
"durability": 400,
"description": "A medium-sized household refrigerator, converted to utilize vehicle power. When turned on, food inside will be cooled, extending the time it has before spoiling.",
"epower": -100,
"size": "300 L",
"item": "afs_fridge"
},
{
"type": "vehicle_part",
"id": "afs_freezer",
"copy-from": "minifreezer",
"name": { "str": "freezer" },
"symbol": "{",
"categories": [ "Cargo", "Util" ],
"color": "light_blue",
"broken_color": "light_blue",
"looks_like": "minifridge",
"durability": 400,
"description": "A household fridge, converted to run at a much lower temperature and on vehicle power. When turned on, food inside will be frozen, completely stopping it from spoiling.",
"epower": -120,
"size": "300 L",
"item": "afs_freezer"
},
{
"type": "vehicle_part",
"id": "afs_metal_rig",
Expand Down

0 comments on commit c36a4dc

Please sign in to comment.