From e06562c0c89e7c6036cab36602a1c37ace12f2a2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 30 Jul 2020 23:43:53 -0700 Subject: Add Readme Fix file path --- json/items/corpses/inactive_bots.json | 44 +++++++++++++++++++++++++++++++++++ json/items/tools.json | 44 ----------------------------------- 2 files changed, 44 insertions(+), 44 deletions(-) create mode 100644 json/items/corpses/inactive_bots.json delete mode 100644 json/items/tools.json (limited to 'json/items') 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" + } +] diff --git a/json/items/tools.json b/json/items/tools.json deleted file mode 100644 index 00f05ba..0000000 --- a/json/items/tools.json +++ /dev/null @@ -1,44 +0,0 @@ -[ - { - "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" - } -] -- cgit v1.2.1