From 8654e76b2831112f2b24e8f85b2bd58ea7e01506 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 21:07:37 -0700 Subject: Add and fix many vanilla items. Also port the garter belt and garter knife sheath from dda. --- json/items/armor/swimming.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 json/items/armor/swimming.json (limited to 'json/items/armor/swimming.json') diff --git a/json/items/armor/swimming.json b/json/items/armor/swimming.json new file mode 100644 index 0000000..3ae39f4 --- /dev/null +++ b/json/items/armor/swimming.json @@ -0,0 +1,13 @@ +[ + { + "id": "h20survivor_suit", + "copy-from": "h20survivor_suit", + "type": "ARMOR", + "name": { "str": "survivor wetsuit" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 20 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] }, + { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 10, 12 ] } + ] + }, +] -- cgit v1.2.1