From 1dae56dcd31f7a59c14b4335a52543cdb3febef5 Mon Sep 17 00:00:00 2001 From: MrHrulgin <6834262+MrHrulgin@users.noreply.github.com> Date: Thu, 14 Mar 2024 23:06:36 -0700 Subject: [PATCH 1/3] Update itemgroups.json Adding the deeper freezer for corpse storage. --- data/mods/Magiclysm/itemgroups/itemgroups.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/mods/Magiclysm/itemgroups/itemgroups.json b/data/mods/Magiclysm/itemgroups/itemgroups.json index f0ac0e2669bd8..8f75c5f9de3e6 100644 --- a/data/mods/Magiclysm/itemgroups/itemgroups.json +++ b/data/mods/Magiclysm/itemgroups/itemgroups.json @@ -642,6 +642,7 @@ { "item": "mspider_box", "prob": 100, "charges-min": 3, "charges-max": 24 }, { "item": "cauldron_demon_chitin", "prob": 20 }, { "item": "fridge_holding_1", "prob": 12 }, + { "item": "fridge_holding_2", "prob": 2 }, { "item": "bag_holding_1", "prob": 8 }, { "item": "bag_holding_2", "prob": 1 }, { "item": "cauldron_orichalcum", "prob": 100 }, From bbde731548aa90ed505357a328972b076bb4ecab Mon Sep 17 00:00:00 2001 From: MrHrulgin <6834262+MrHrulgin@users.noreply.github.com> Date: Thu, 14 Mar 2024 23:07:31 -0700 Subject: [PATCH 2/3] Update containers.json Adding the deeper freezer attributes --- data/mods/Magiclysm/items/containers.json | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/data/mods/Magiclysm/items/containers.json b/data/mods/Magiclysm/items/containers.json index 378f4aaa585d4..84d6dde9845cc 100644 --- a/data/mods/Magiclysm/items/containers.json +++ b/data/mods/Magiclysm/items/containers.json @@ -100,5 +100,31 @@ "rigid": true } ] + }, + { + "type": "GENERIC", + "id": "fridge_holding_2", + "category": "container", + "name": { "str": "hypergravity preservation box", "str_pl": "hypergravity preservation boxes" }, + "description": "A box that takes gravity magic as a tool of preservation as far as it can go. It makes the box even heavier, and more capacious, but you can only store a single item inside in nigh-perfect stasis.", + "weight": "160 kg", + "symbol": "E", + "color": "light_red", + "volume": "500 L", + "price": "8000 USD", + "flags": [ "TARDIS" ], + "pocket_data": [ + { + "pocket_type": "CONTAINER", + "holster": true, + "moves": 6000, + "max_contains_volume": "1000 L", + "max_contains_weight": "4850 kg", + "max_item_length": "999 meter", + "spoil_multiplier": 0.01, + "weight_multiplier": 5.0, + "rigid": true + } + ] } ] From 3f366ea1522809bc7a1f0c4a498f9be00c33a67e Mon Sep 17 00:00:00 2001 From: MrHrulgin <6834262+MrHrulgin@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:14:20 -0700 Subject: [PATCH 3/3] Update containers.json --- data/mods/Magiclysm/items/containers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Magiclysm/items/containers.json b/data/mods/Magiclysm/items/containers.json index 84d6dde9845cc..1605403b8c7e1 100644 --- a/data/mods/Magiclysm/items/containers.json +++ b/data/mods/Magiclysm/items/containers.json @@ -121,7 +121,7 @@ "max_contains_volume": "1000 L", "max_contains_weight": "4850 kg", "max_item_length": "999 meter", - "spoil_multiplier": 0.01, + "spoil_multiplier": 0.05, "weight_multiplier": 5.0, "rigid": true }