diff options
Diffstat (limited to 'json')
-rw-r--r-- | json/items/tool_armor.json | 16 |
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", |