summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 01:42:05 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 01:42:05 -0700
commit41f90b0fba77d8c6611f8b41dc79c62be3cd0571 (patch)
tree6cc185745c8f12570377f4b30843902cc157edfb
parentAdd item note for grenade pouch. (diff)
downloadcataclysm-bn-mod_armor-rebalance-41f90b0fba77d8c6611f8b41dc79c62be3cd0571.tar.xz
Convert the RX11 and wearable RX12 into actual pieces of clothing that can be damaged.
-rw-r--r--json/items/tool_armor.json16
1 files changed, 14 insertions, 2 deletions
diff --git a/json/items/tool_armor.json b/json/items/tool_armor.json
index 7aa06bd..9bca03a 100644
--- a/json/items/tool_armor.json
+++ b/json/items/tool_armor.json
@@ -325,8 +325,14 @@
"name": { "str": "RX12 medical delivery system" },
"description": "The Rivtech RX12 medical delivery system is a jet autoinjector system worn on the user's body. A simple press of its activator injects advanced fast-healing chemicals into the bloodstream without using a needle. A label on the side warns against using more than two doses per hour.",
"material": [ "superalloy", "kevlar" ],
+ "covers": [ "arm_either" ],
+ "coverage": 2,
+ "encumbrance": 1,
+ "material_thickness": 1,
+ "flags": [ "WATER_FRIENDLY", "SKINTIGHT", "FRAGILE", "COMPACT" ],
"//": "Fix the materials.",
- "//2": "Rename and redescribe to standarize with the RX11."
+ "//2": "Rename and redescribe to standarize with the RX11.",
+ "//3": "Convert to an actual worn item."
},
{
"id": "rx11_stimpack",
@@ -334,7 +340,13 @@
"type": "TOOL_ARMOR",
"name": { "str": "RX11 stimulant delivery system" },
"material": [ "superalloy", "kevlar" ],
- "//": "Fix the materials."
+ "covers": [ "arm_either" ],
+ "coverage": 2,
+ "encumbrance": 1,
+ "material_thickness": 1,
+ "flags": [ "WATER_FRIENDLY", "SKINTIGHT", "FRAGILE", "COMPACT" ],
+ "//": "Fix the materials.",
+ "//2": "Convert to an actual worn item."
},
{
"id": "powered_earmuffs_on",