From dc177e9b88d5acec59dfa8ae57ff67ecab60c6bc Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 27 Jul 2021 03:07:11 -0700 Subject: Add looks_like aliases to weapons so they actually look like something. Increase weight and volume of unsheated umbrella and shirasaya to match the unsheathed. Buff the unsheathed shirasaya to more closely match the katana. Buff the sheated shirasaya to more closely match a weak bokken. --- melee.json | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/melee.json b/melee.json index be95aea..e9ee49a 100644 --- a/melee.json +++ b/melee.json @@ -1,6 +1,7 @@ [ { "id": "vorpal_kitchen_knife", + "looks_like": "knife_butcher", "type": "TOOL", "category": "weapons", "name": { "str": "maid's kitchen knife" }, @@ -20,6 +21,7 @@ }, { "id": "slaying_pan", + "looks_like": "pan", "type":"TOOL", "category": "weapons", "name": { "str": "maid's frying pan" }, @@ -39,6 +41,7 @@ }, { "id": "brutal_broom", + "looks_like": "broom", "type":"GENERIC", "category": "weapons", "name": { "str": "maid's broom" }, @@ -57,6 +60,7 @@ }, { "id": "spiked_whip", + "looks_like": "bullwhip_razor", "type":"GENERIC", "category": "weapons", "name": { "str": "maid's whip" }, @@ -75,6 +79,7 @@ }, { "id": "shikomi_kasa", + "looks_like": "umbrella", "type":"GENERIC", "category": "weapons", "name": { "str": "maid's umbrella" }, @@ -98,12 +103,13 @@ }, { "id": "shikomi_kasa_draw", + "looks_like": "wakizashi", "type":"GENERIC", "category": "weapons", "name": { "str": "maid's umbrella (unsheathed)" }, "description": "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. It conceals a hidden blade for self-defence.", - "weight": "835 g", - "volume": "750 ml", + "weight": "1000 g", + "volume": "1500 ml", "price": 17800, "to_hit": 1, "bashing": 3, @@ -121,12 +127,13 @@ }, { "id": "shikomi_stick", + "looks_like": "bokken", "type":"GENERIC", "category": "weapons", "name": { "str": "maid's shirasaya" }, "description": "A matching wooden handle and scabbard, consealing full length katana blade. It appears as a solid wooden stick to those unfamiliar with it, due to how well the handle and scabbard fit together. It reminds you of how well you and your Mistress fit together.", - "weight": "1000 g", - "volume": "1000 ml", + "weight": "1350 g", + "volume": "2 L", "price": 17800, "to_hit": 1, "bashing": 8, @@ -134,8 +141,8 @@ "material": [ "wood", "steel" ], "symbol": "/", "color": "dark_gray", - "techniques": [ "WBLOCK_1" ], - "flags": [ "STAB", "DURABLE_MELEE", "RAIN_PROTECT" ], + "techniques": [ "WBLOCK_2" ], + "flags": [ "DURABLE_MELEE", "RAIN_PROTECT" ], "use_action": { "type": "transform", "target": "shikomi_stick_draw", @@ -144,20 +151,21 @@ }, { "id": "shikomi_stick_draw", + "looks_like": "katana", "type":"GENERIC", "category": "weapons", "name": { "str": "maid's shirasaya (unsheathed)" }, "description": "A matching wooden handle and scabbard, consealing full length katana blade. It appears as a solid wooden stick to those unfamiliar with it, due to how well the handle and scabbard fit together. It reminds you of how well you and your Mistress fit together.", - "weight": "835 g", - "volume": "750 ml", + "weight": "1350 g", + "volume": "2 L", "price": 17800, "to_hit": 1, - "bashing": 3, - "cutting": 24, + "bashing": 5, + "cutting": 34, "material": [ "wood", "steel" ], "symbol": "/", "color": "dark_gray", - "techniques": [ "RAPID", "WBLOCK_1" ], + "techniques": [ "RAPID", "WBLOCK_2" ], "flags": [ "DURABLE_MELEE" ], "use_action": { "type": "transform", @@ -167,6 +175,7 @@ }, { "id": "maid_claw", + "looks_like": "bagh_nakha", "type": "GENERIC", "category": "weapons", "name": { "str": "maid's claws" }, @@ -185,6 +194,7 @@ }, { "id": "battle_mop", + "looks_like": "mop", "type": "TOOL", "category": "weapons", "name": { "str": "maid's mop" }, @@ -203,6 +213,7 @@ }, { "id": "destruction_otama", + "looks_like": "ladle", "type": "TOOL", "category": "weapons", "name": { "str": "maid's ladle" }, -- cgit v1.2.1