From 6006460712a757e17fe324dcbb0e8d3d547cba6f Mon Sep 17 00:00:00 2001 From: dynst <148708712+dynst@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:16:39 -0400 Subject: [PATCH] Aftershock: fix up minireactor and plutonium cells --- data/json/items/ammo.json | 4 ++-- data/mods/Aftershock/vehicles/part_items.json | 2 +- data/mods/Aftershock/vehicles/vehicle_parts.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/json/items/ammo.json b/data/json/items/ammo.json index 35051655bb24d..c8c44bf8c3ab2 100644 --- a/data/json/items/ammo.json +++ b/data/json/items/ammo.json @@ -461,8 +461,8 @@ "description": "This is neither a fuel cell, nor nuclear, but the name stuck. It uses plutonium-244 as a catalyst to stabilize a complicated nanocompound that can store enormous amounts of power. Unfortunately, it cannot be recharged by conventional means: expended cells had to be sent to a central reprocessing facility that almost certainly doesn't exist anymore.", "material": [ "plut_cell" ], "flags": [ "LEAK_DAM", "RADIOACTIVE" ], - "volume": "250 ml", - "weight": "80 g", + "volume": "5 ml", + "weight": "20 g", "ammo_type": "plutonium", "count": 5, "effects": [ "COOKOFF", "NEVER_MISFIRES" ] diff --git a/data/mods/Aftershock/vehicles/part_items.json b/data/mods/Aftershock/vehicles/part_items.json index a154bf568696a..148db280807e6 100644 --- a/data/mods/Aftershock/vehicles/part_items.json +++ b/data/mods/Aftershock/vehicles/part_items.json @@ -60,7 +60,7 @@ "color": "light_cyan", "symbol": ":", "material": [ "superalloy", "ceramic" ], - "pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { "plutonium": 10000 }, "rigid": true } ], + "pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { "plutonium": 1000 }, "rigid": true } ], "volume": "100 L", "category": "veh_parts", "price": "900 USD", diff --git a/data/mods/Aftershock/vehicles/vehicle_parts.json b/data/mods/Aftershock/vehicles/vehicle_parts.json index 1f22a0567554c..b6e44323df47d 100644 --- a/data/mods/Aftershock/vehicles/vehicle_parts.json +++ b/data/mods/Aftershock/vehicles/vehicle_parts.json @@ -146,8 +146,8 @@ "damage_modifier": 80, "durability": 580, "description": "A small nuclear reactor. When loaded with plutonium cells and turned on, will generate a lot of electrical power.", - "power": "100 W", - "//": "Here it is a multiplier on power efficiency - 1 unit of plutonium is 100 units of battery", + "power": "10000 W", + "//": "Here it is a multiplier on power efficiency - 1 unit of plutonium is 10000 kJ", "epower": "149200 W", "fuel_type": "plut_cell", "item": "minireactor",