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 }, diff --git a/data/mods/Magiclysm/items/containers.json b/data/mods/Magiclysm/items/containers.json index 378f4aaa585d4..1605403b8c7e1 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.05, + "weight_multiplier": 5.0, + "rigid": true + } + ] } ]