diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-14 17:17:52 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-14 17:17:52 -0800 |
commit | 5ebe4e29a5f3e11f52dad9d20953b33f94597bf8 (patch) | |
tree | 8cc5d84d45cfc9ae40d32dda4e9459e09d11d8f3 /json/items/ranged | |
download | cataclysm-bn-mod_packed-at4-5ebe4e29a5f3e11f52dad9d20953b33f94597bf8.tar.xz |
Initial commit
Diffstat (limited to 'json/items/ranged')
-rw-r--r-- | json/items/ranged/launcher.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/json/items/ranged/launcher.json b/json/items/ranged/launcher.json new file mode 100644 index 0000000..cfaab87 --- /dev/null +++ b/json/items/ranged/launcher.json @@ -0,0 +1,10 @@ +[ + { + "id": "LAW", + "copy-from": "LAW", + "looks_like": "m79", + "type": "GUN", + "name": { "str_sp": "M72 LAW" }, + "extend": { "flags": [ "FIRE_TWOHAND", "NO_REPAIR" ] } + } +] |