From 27e1d0d36c75c9a8619fb342a220afacda44d439 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 19 Apr 2022 16:12:58 -0700 Subject: Initial commit --- json/itemgroups/Locations_MapExtras/locations.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 json/itemgroups/Locations_MapExtras/locations.json (limited to 'json/itemgroups/Locations_MapExtras') diff --git a/json/itemgroups/Locations_MapExtras/locations.json b/json/itemgroups/Locations_MapExtras/locations.json new file mode 100644 index 0000000..1fa29bb --- /dev/null +++ b/json/itemgroups/Locations_MapExtras/locations.json @@ -0,0 +1,10 @@ +[ + { + "id": "energy_weapon_armory", + "type": "item_group", + "subtype": "distribution", + "items": [ + [ "double_plutonium_core", 15 ] + ] + } +] -- cgit v1.2.1