diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-11 21:42:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-11 21:42:52 -0700 |
commit | 4e13b985a7374d420d9b96305ff9b3dd5e39264f (patch) | |
tree | e25b726195d203ec04b21d10a26a1c01549ff29d /json/itemgroups/military.json | |
parent | Updated to use BN depends. (diff) | |
download | cataclysm-bn-mod_m26-mass-4e13b985a7374d420d9b96305ff9b3dd5e39264f.tar.xz |
Update itemgroups.
Diffstat (limited to 'json/itemgroups/military.json')
-rw-r--r-- | json/itemgroups/military.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json index 0abea8c..54bda11 100644 --- a/json/itemgroups/military.json +++ b/json/itemgroups/military.json @@ -1,6 +1,14 @@ [ { "type": "item_group", + "id": "sopmod_2", + "subtype": "distribution", + "entries": [ + { "item": "m26_mass", "prob": 100 } + ] + }, + { + "type": "item_group", "id": "military", "subtype": "distribution", "entries": [ |