From 65fe084b8dac263d677cf327354acd78b7199e0b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 25 Aug 2020 17:17:31 -0700 Subject: Formatting --- melee.json | 432 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 216 insertions(+), 216 deletions(-) (limited to 'melee.json') diff --git a/melee.json b/melee.json index 03ea3b2..1231feb 100644 --- a/melee.json +++ b/melee.json @@ -1,219 +1,219 @@ [ - { - "id": "vorpal_kitchen_knife", - "type": "TOOL", - "category" : "weapons", - "name": { "str": "maid's kitchen knife" }, - "description": "It is a kitchen knife suitable for combat. It slices through enemies of your Mistress just as easily as it would food.", - "weight": "450 g", - "volume": "250 ml", - "price": 9000, - "to_hit": 1, - "bashing": 4, - "cutting": 28, - "material": ["steel","wood"], - "symbol": "/", - "color": "light_gray", - "qualities": [["CUT", 1], ["BUTCHER", 30],["CUT_FINE", 3]], - "techniques": ["RAPID", "WBLOCK_1"], - "flags" : ["SLICE", "DURABLE_MELEE", "SHEATH_KNIFE", "VORPAL"] - }, - { - "id": "slaying_pan", - "type":"TOOL", - "category" : "weapons", - "name": { "str": "maid's frying pan" }, - "description": "It is a frying pan suitable for combat. It can make short work of threats to your Mistress just as easily as it does food.", - "weight": "1000 g", - "volume": "1750 ml", - "price": 9000, - "to_hit": 2, - "bashing": 26, - "cutting": 8, - "material": ["steel", "wood"], - "symbol": ")", - "color": "dark_gray", - "qualities": [["COOK", 2], ["BOIL", 2], ["CONTAIN", 1]], - "techniques": ["RAPID", "BRUTAL", "WBLOCK_2"], - "flags" : [ "DURABLE_MELEE"] - }, - { - "id" : "brutal_broom", - "type":"GENERIC", - "category" : "weapons", - "name": { "str": "maid's broom" }, - "description" : "It is a broom suitable for combat. Inside the handle is a blade, hidden yet unyielding, just like the passion you have for your Mistress.", - "weight": "1200 g", - "volume": "1500 ml", - "price" : 9000, - "to_hit" : 2, - "bashing" : 4, - "cutting" : 20, - "material" : ["steel","wood"], - "symbol" : "/", - "color" : "light_gray", - "techniques" : ["BRUTAL", "WBLOCK_1"], - "flags" : ["STAB", "REACH_ATTACK"] - }, - { - "id" : "spiked_whip", - "type":"GENERIC", - "category" : "weapons", - "name": { "str": "maid's whip" }, - "description" : "It is a leather whip weighted with countless spikes. It can used to disarm opponents.", - "weight": "1300 g", - "volume": "1750 ml", - "price" : 9000, - "to_hit" : 2, - "bashing" : 20, - "cutting" : 8, - "material" : ["steel","leather"], - "symbol" : ")", - "color" : "light_gray", - "techniques" : ["WHIP_DISARM"], - "flags" : ["DURABLE_MELEE", "REACH_ATTACK"] - }, - { - "id" : "shikomi_kasa", - "type":"GENERIC", - "category" : "weapons", - "name": { "str": "maid's umbrella" }, - "description" : "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. It conceals a hidden blade for self-defence.", - "weight": "1000 g", - "volume": "1500 ml", - "price" : 17800, - "to_hit" : 1, - "bashing" : 6, - "cutting" : 4, - "material" : ["aluminum","plastic","steel"], - "symbol" : "/", - "color" : "dark_gray", - "techniques" : ["WBLOCK_1"], - "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"], - "use_action": { - "type": "transform", - "target": "shikomi_kasa_draw", - "msg": "You trigger the umbrella's spring-loaded blade." - } - }, - { - "id" : "shikomi_kasa_draw", - "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", - "price" : 17800, - "to_hit" : 1, - "bashing" : 3, - "cutting" : 24, - "material" : ["aluminum","plastic","steel"], - "symbol" : "/", - "color" : "dark_gray", - "techniques" : ["RAPID", "WBLOCK_1"], - "flags" : ["SLICE","DURABLE_MELEE","IAIJUTSU"], - "use_action": { - "type": "transform", - "target": "shikomi_kasa", - "msg": "You retract the umbrella's blade back into its hiding spot." - } - }, - { - "id" : "shikomi_stick", - "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", - "price" : 17800, - "to_hit" : 1, - "bashing" : 8, - "cutting" : 4, - "material" : ["wood","steel"], - "symbol" : "/", - "color" : "dark_gray", - "techniques" : ["WBLOCK_1"], - "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"], - "use_action": { - "type": "transform", - "target": "shikomi_stick_draw", - "msg": "You unsheath the shirasaya." - } - }, - { - "id" : "shikomi_stick_draw", - "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", - "price" : 17800, - "to_hit" : 1, - "bashing" : 3, - "cutting" : 24, - "material" : ["wood","steel"], - "symbol" : "/", - "color" : "dark_gray", - "techniques" : ["RAPID", "WBLOCK_1"], - "flags" : ["SLICE","DURABLE_MELEE","IAIJUTSU"], - "use_action": { - "type": "transform", - "target": "shikomi_stick", - "msg": "You resheath the shirasaya." - } - }, - { - "id": "maid_claw", - "type": "GENERIC", - "category" : "weapons", - "name": { "str": "maid's claws" }, - "description": "It is a sharp claw for fighting combat. Fit tightly to your arms, allows you to fight with unarmed techniques.", - "weight": "1000 g", - "volume": "250 ml", - "price": 50000, - "to_hit": 1, - "bashing": 4, - "cutting": 14, - "pierce": 30, - "material": ["steel","leather"], - "symbol": "/", - "color": "dark_gray", - "flags" : ["STAB", "DURABLE_MELEE", "UNARMED_WEAPON"] - }, - { - "id": "battle_mop", - "type": "TOOL", - "category" : "weapons", - "name": { "str": "maid's mop" }, - "description": "A mop with a wooden handle that actually conseals a steel core, making it a formidable weapon for taking out whatever trash may pose a threat to your Mistress.", - "weight": "1100 g", - "volume": "1750 ml", - "price": 1000, - "to_hit": 2, - "bashing": 22, - "material": ["wood","iron"], - "color": "light_gray", - "symbol": "/", - "techniques": "WBLOCK_1", - "flags" : ["DURABLE_MELEE","REACH_ATTACK"], - "use_action": "MOP" - }, - { - "id" : "destruction_otama", - "type" : "TOOL", - "category": "weapons", - "name": { "str": "maid's ladle" }, - "description" : "A weapon used by a maid when she's seriously angry. Scary!", - "weight": "2000 g", - "volume": "2000 ml", - "price" : 9000, - "to_hit" : 2, - "bashing" : 24, - "material" : ["steel","wood"], - "color" : "light_gray", - "symbol" : "/" + { + "id": "vorpal_kitchen_knife", + "type": "TOOL", + "category" : "weapons", + "name": { "str": "maid's kitchen knife" }, + "description": "It is a kitchen knife suitable for combat. It slices through enemies of your Mistress just as easily as it would food.", + "weight": "450 g", + "volume": "250 ml", + "price": 9000, + "to_hit": 1, + "bashing": 4, + "cutting": 28, + "material": ["steel","wood"], + "symbol": "/", + "color": "light_gray", + "qualities": [["CUT", 1], ["BUTCHER", 30],["CUT_FINE", 3]], + "techniques": ["RAPID", "WBLOCK_1"], + "flags" : ["SLICE", "DURABLE_MELEE", "SHEATH_KNIFE", "VORPAL"] + }, + { + "id": "slaying_pan", + "type":"TOOL", + "category" : "weapons", + "name": { "str": "maid's frying pan" }, + "description": "It is a frying pan suitable for combat. It can make short work of threats to your Mistress just as easily as it does food.", + "weight": "1000 g", + "volume": "1750 ml", + "price": 9000, + "to_hit": 2, + "bashing": 26, + "cutting": 8, + "material": ["steel", "wood"], + "symbol": ")", + "color": "dark_gray", + "qualities": [["COOK", 2], ["BOIL", 2], ["CONTAIN", 1]], + "techniques": ["RAPID", "BRUTAL", "WBLOCK_2"], + "flags" : [ "DURABLE_MELEE"] + }, + { + "id" : "brutal_broom", + "type":"GENERIC", + "category" : "weapons", + "name": { "str": "maid's broom" }, + "description" : "It is a broom suitable for combat. Inside the handle is a blade, hidden yet unyielding, just like the passion you have for your Mistress.", + "weight": "1200 g", + "volume": "1500 ml", + "price" : 9000, + "to_hit" : 2, + "bashing" : 4, + "cutting" : 20, + "material" : ["steel","wood"], + "symbol" : "/", + "color" : "light_gray", + "techniques" : ["BRUTAL", "WBLOCK_1"], + "flags" : ["STAB", "REACH_ATTACK"] + }, + { + "id" : "spiked_whip", + "type":"GENERIC", + "category" : "weapons", + "name": { "str": "maid's whip" }, + "description" : "It is a leather whip weighted with countless spikes. It can used to disarm opponents.", + "weight": "1300 g", + "volume": "1750 ml", + "price" : 9000, + "to_hit" : 2, + "bashing" : 20, + "cutting" : 8, + "material" : ["steel","leather"], + "symbol" : ")", + "color" : "light_gray", + "techniques" : ["WHIP_DISARM"], + "flags" : ["DURABLE_MELEE", "REACH_ATTACK"] + }, + { + "id" : "shikomi_kasa", + "type":"GENERIC", + "category" : "weapons", + "name": { "str": "maid's umbrella" }, + "description" : "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. It conceals a hidden blade for self-defence.", + "weight": "1000 g", + "volume": "1500 ml", + "price" : 17800, + "to_hit" : 1, + "bashing" : 6, + "cutting" : 4, + "material" : ["aluminum","plastic","steel"], + "symbol" : "/", + "color" : "dark_gray", + "techniques" : ["WBLOCK_1"], + "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"], + "use_action": { + "type": "transform", + "target": "shikomi_kasa_draw", + "msg": "You trigger the umbrella's spring-loaded blade." } + }, + { + "id" : "shikomi_kasa_draw", + "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", + "price" : 17800, + "to_hit" : 1, + "bashing" : 3, + "cutting" : 24, + "material" : ["aluminum","plastic","steel"], + "symbol" : "/", + "color" : "dark_gray", + "techniques" : ["RAPID", "WBLOCK_1"], + "flags" : ["SLICE","DURABLE_MELEE","IAIJUTSU"], + "use_action": { + "type": "transform", + "target": "shikomi_kasa", + "msg": "You retract the umbrella's blade back into its hiding spot." + } + }, + { + "id" : "shikomi_stick", + "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", + "price" : 17800, + "to_hit" : 1, + "bashing" : 8, + "cutting" : 4, + "material" : ["wood","steel"], + "symbol" : "/", + "color" : "dark_gray", + "techniques" : ["WBLOCK_1"], + "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"], + "use_action": { + "type": "transform", + "target": "shikomi_stick_draw", + "msg": "You unsheath the shirasaya." + } + }, + { + "id" : "shikomi_stick_draw", + "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", + "price" : 17800, + "to_hit" : 1, + "bashing" : 3, + "cutting" : 24, + "material" : ["wood","steel"], + "symbol" : "/", + "color" : "dark_gray", + "techniques" : ["RAPID", "WBLOCK_1"], + "flags" : ["SLICE","DURABLE_MELEE","IAIJUTSU"], + "use_action": { + "type": "transform", + "target": "shikomi_stick", + "msg": "You resheath the shirasaya." + } + }, + { + "id": "maid_claw", + "type": "GENERIC", + "category" : "weapons", + "name": { "str": "maid's claws" }, + "description": "It is a sharp claw for fighting combat. Fit tightly to your arms, allows you to fight with unarmed techniques.", + "weight": "1000 g", + "volume": "250 ml", + "price": 50000, + "to_hit": 1, + "bashing": 4, + "cutting": 14, + "pierce": 30, + "material": ["steel","leather"], + "symbol": "/", + "color": "dark_gray", + "flags" : ["STAB", "DURABLE_MELEE", "UNARMED_WEAPON"] + }, + { + "id": "battle_mop", + "type": "TOOL", + "category" : "weapons", + "name": { "str": "maid's mop" }, + "description": "A mop with a wooden handle that actually conseals a steel core, making it a formidable weapon for taking out whatever trash may pose a threat to your Mistress.", + "weight": "1100 g", + "volume": "1750 ml", + "price": 1000, + "to_hit": 2, + "bashing": 22, + "material": ["wood","iron"], + "color": "light_gray", + "symbol": "/", + "techniques": "WBLOCK_1", + "flags" : ["DURABLE_MELEE","REACH_ATTACK"], + "use_action": "MOP" + }, + { + "id" : "destruction_otama", + "type" : "TOOL", + "category": "weapons", + "name": { "str": "maid's ladle" }, + "description" : "A weapon used by a maid when she's seriously angry. Scary!", + "weight": "2000 g", + "volume": "2000 ml", + "price" : 9000, + "to_hit" : 2, + "bashing" : 24, + "material" : ["steel","wood"], + "color" : "light_gray", + "symbol" : "/" + } ] -- cgit v1.2.1