summaryrefslogtreecommitdiff
path: root/json/items/corpses/inactive_bots.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-30 23:43:53 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-30 23:43:53 -0700
commite06562c0c89e7c6036cab36602a1c37ace12f2a2 (patch)
tree56251cb72c7563dfe22c6d856e9c40c4a85eb429 /json/items/corpses/inactive_bots.json
parentCopy most of hack data from stock hacks. (diff)
downloadcataclysm-dda-mod_hack-fix-e06562c0c89e7c6036cab36602a1c37ace12f2a2.tar.xz
Add ReadmeHEADmaster
Fix file path
Diffstat (limited to 'json/items/corpses/inactive_bots.json')
-rw-r--r--json/items/corpses/inactive_bots.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/json/items/corpses/inactive_bots.json b/json/items/corpses/inactive_bots.json
new file mode 100644
index 0000000..00f05ba
--- /dev/null
+++ b/json/items/corpses/inactive_bots.json
@@ -0,0 +1,44 @@
+[
+ {
+ "type" : "TOOL",
+ "id" : "bot_EMP_hack",
+ "copy-from" : "bot_EMP_hack",
+ "name": { "str": "inactive EMP hack" },
+ "volume": "250 ml"
+ },
+ {
+ "type" : "TOOL",
+ "id" : "bot_c4_hack",
+ "copy-from" : "bot_c4_hack",
+ "name": { "str": "inactive C-4 hack" },
+ "volume": "1000 ml"
+ },
+ {
+ "type" : "TOOL",
+ "id" : "bot_flashbang_hack",
+ "copy-from" : "bot_flashbang_hack",
+ "name": { "str": "inactive flashbang hack" },
+ "volume": "250 ml"
+ },
+ {
+ "type" : "TOOL",
+ "id" : "bot_gasbomb_hack",
+ "copy-from" : "bot_gasbomb_hack",
+ "name": { "str": "inactive tear gas hack" },
+ "volume": "250 ml"
+ },
+ {
+ "type" : "TOOL",
+ "id" : "bot_manhack",
+ "copy-from" : "bot_manhack",
+ "name": { "str": "inactive manhack" },
+ "volume": "250 ml"
+ },
+ {
+ "type" : "TOOL",
+ "id" : "bot_mininuke_hack",
+ "copy-from" : "bot_mininuke_hack",
+ "name": { "str": "inactive mininuke hack" },
+ "volume": "16000 ml"
+ }
+]