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 --- Readme.txt | 7 ++++++ json/items/corpses/inactive_bots.json | 44 +++++++++++++++++++++++++++++++++++ json/items/tools.json | 44 ----------------------------------- 3 files changed, 51 insertions(+), 44 deletions(-) create mode 100644 Readme.txt create mode 100644 json/items/corpses/inactive_bots.json delete mode 100644 json/items/tools.json diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000..ad6cb89 --- /dev/null +++ b/Readme.txt @@ -0,0 +1,7 @@ +This mod adjusts the various hack drones to have the same volume as a +hack as they did as a grenade. + +It made no sense for emp, flashbang, and teargas drones to triple in +size comapred to the grenades, while the C4 drone became 75% smaller. + +The manhack is also made 250 mL to make it comparable to the others. 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