From 41f90b0fba77d8c6611f8b41dc79c62be3cd0571 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 01:42:05 -0700 Subject: Convert the RX11 and wearable RX12 into actual pieces of clothing that can be damaged. --- json/items/tool_armor.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'json/items') 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", -- cgit v1.2.1