aboutsummaryrefslogtreecommitdiff
path: root/melee.json
diff options
context:
space:
mode:
Diffstat (limited to 'melee.json')
-rw-r--r--melee.json308
1 files changed, 308 insertions, 0 deletions
diff --git a/melee.json b/melee.json
new file mode 100644
index 0000000..5123ae6
--- /dev/null
+++ b/melee.json
@@ -0,0 +1,308 @@
+[
+ {
+ "id": "vorpal_kitchen_knife",
+ "type": "TOOL",
+ "category" : "weapons",
+ "symbol": "/",
+ "color": "light_gray",
+ "name": "maid's kitchen knife",
+ "description": "It is a kitchen knife suitable for combat. It slices through victims just as easily as it would food. When activated, it can drain strength from enemies.",
+ "price": 9000,
+ "material": ["steel","wood"],
+ "techniques": ["RAPID", "WBLOCK_1"],
+ "flags" : ["SLICE", "DURABLE_MELEE","SHEATH_KNIFE","VORPAL"],
+ "weight": 450,
+ "volume": 1,
+ "bashing": 4,
+ "cutting": 28,
+ "to_hit": 1,
+ "qualities": [["CUT", 1], ["BUTCHER", 30],["CUT_FINE", 3]],
+ "max_charges": 100,
+ "initial_charges": 100,
+ "charges_per_use": 80,
+ "ammo": "maid_point",
+ "use_action": {
+ "type": "transform",
+ "msg": "The maid's kitchen knife is looking for blood. Let's cook!.",
+ "target": "vorpal_kitchen_knife_on",
+ "active": true,
+ "need_charges": 80,
+ "need_charges_msg": "Not enough maid energy!"
+ }
+ },
+ {
+ "id": "vorpal_kitchen_knife_on",
+ "type": "TOOL",
+ "category" : "weapons",
+ "symbol": "/",
+ "color": "light_gray",
+ "name": "maid's kitchen knife (powered)",
+ "description": "It is a kitchen knife suitable for combat. It slices through enemies of your master just as easily as it would food. When activated, it can drain strength from enemies.",
+ "price": 9000,
+ "material": ["steel","wood"],
+ "techniques": ["RAPID", "WBLOCK_1"],
+ "flags" : ["SLICE", "DURABLE_MELEE", "VORPAL", "NO_RELOAD"],
+ "weight": 450,
+ "volume": 1,
+ "bashing": 4,
+ "cutting": 28,
+ "to_hit": 1,
+ "qualities": [["CUT", 1], ["BUTCHER", 30],["CUT_FINE", 3]],
+ "max_charges": 20,
+ "initial_charges": 20,
+ "turns_per_charge": 1,
+ "ammo": "maid_point",
+ "revert_to": "vorpal_kitchen_knife",
+ "use_action": {
+ "type": "transform",
+ "msg": "You clean the blade and resheath it.",
+ "target": "vorpal_kitchen_knife",
+ "need_charges": 0
+ },
+ "artifact_data" : {
+ "effects_wielded": ["AEP_SAP_LIFE"]
+ }
+ },
+ {
+ "type":"TOOL",
+ "category" : "weapons",
+ "id": "slaying_pan",
+ "symbol": ")",
+ "color": "dark_gray",
+ "name": "maid's frying pan",
+ "description": "It is a frying pan suitable for combat. It slices through the enemies of your master just as easily as it would food. When activated, it will be wreathed in flame.",
+ "price": 9000,
+ "material": ["steel", "wood"],
+ "techniques": ["RAPID", "BRUTAL", "WBLOCK_2"],
+ "flags" : ["STAB", "DURABLE_MELEE"],
+ "weight": 1000,
+ "volume": 7,
+ "bashing": 18,
+ "cutting": 18,
+ "to_hit": 2,
+ "qualities": [["COOK", 2], ["BOIL", 2], ["CONTAIN", 1]],
+ "max_charges": 100,
+ "initial_charges": 100,
+ "charges_per_use": 1,
+ "ammo": "maid_point",
+ "use_action": {
+ "type": "transform",
+ "msg": "When you hold your hand over the slay pan, a burning flame has arisen!",
+ "target": "slaying_pan_on",
+ "active": true,
+ "need_charges": 1,
+ "need_charges_msg": "Not enough maid energy!"
+ }
+ },
+ {
+ "type":"TOOL",
+ "category" : "weapons",
+ "id": "slaying_pan_on",
+ "symbol": ")",
+ "color": "dark_gray",
+ "name": "maid's pan (ignited)",
+ "description": "It is a frying pan suitable for combat. It can make short work of threats to your master just as easily as it does food. When activated, it will be wreathed in flame.",
+ "price": 9000,
+ "material": ["steel","wood"],
+ "techniques": ["RAPID","BRUTAL","WBLOCK_2"],
+ "flags" : ["STAB", "DURABLE_MELEE", "FIRE", "LIGHT_240", "FLAMING"],
+ "weight": 1000,
+ "volume": 7,
+ "bashing": 18,
+ "cutting": 18,
+ "to_hit": 2,
+ "qualities": [["COOK", 2], ["BOIL", 2], ["CONTAIN", 1]],
+ "max_charges": 100,
+ "initial_charges": 100,
+ "turns_per_charge": 10,
+ "ammo": "maid_point",
+ "revert_to": "slaying_pan",
+ "use_action": {
+ "type": "transform",
+ "msg": "The flame fizzles out.",
+ "target": "slaying_pan",
+ "need_charges": 0
+ },
+ "artifact_data" : {
+ "effects_worn": ["AEP_GLOW"]
+ }
+ },
+ {
+ "type":"GENERIC",
+ "category" : "weapons",
+ "id" : "brutal_broom",
+ "name" : "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 master.",
+ "weight" : 1200,
+ "to_hit" : 2,
+ "color" : "light_gray",
+ "symbol" : "/",
+ "material" : ["steel","wood"],
+ "techniques" : ["BRUTAL", "WBLOCK_1"],
+ "volume" : 6,
+ "bashing" : 4,
+ "cutting" : 20,
+ "flags" : ["STAB", "REACH_ATTACK"],
+ "price" : 9000
+ },
+ {
+ "type":"GENERIC",
+ "category" : "weapons",
+ "id" : "spiked_whip",
+ "name" : "maid's whip",
+ "description" : "It is a leather whip weighted with countless spikes. It can used to disarm opponents, or discipline your master when disobedient.",
+ "weight" : 1300,
+ "to_hit" : 2,
+ "color" : "light_gray",
+ "symbol" : ")",
+ "material" : ["steel","leather"],
+ "techniques" : ["WHIP_DISARM"],
+ "volume" : 7,
+ "bashing" : 20,
+ "cutting" : 8,
+ "flags" : ["DURABLE_MELEE", "REACH_ATTACK"],
+ "price" : 9000
+ },
+ {
+ "type":"GENERIC",
+ "category" : "weapons",
+ "id" : "shikomi_kasa",
+ "name" : "maid's umbrella",
+ "description" : "The kind of fancy umbrella you imagine sharing with your master on rainy days. It conceals a hidden blade for self-defence.",
+ "weight" : 1000,
+ "to_hit" : 1,
+ "color" : "dark_gray",
+ "symbol" : "/",
+ "material" : ["aluminum","plastic","steel"],
+ "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."
+ },
+ "volume" : 6,
+ "bashing" : 6,
+ "cutting" : 4,
+ "price" : 17800
+ },
+ {
+ "type":"GENERIC",
+ "category" : "weapons",
+ "id" : "shikomi_kasa_draw",
+ "name" : "maid's umbrella (unsheathed)",
+ "description" : "The kind of fancy umbrella you imagine sharing with your master on rainy days. It conceals a hidden blade for self-defence.",
+ "weight" : 835,
+ "to_hit" : 1,
+ "color" : "dark_gray",
+ "symbol" : "/",
+ "material" : ["aluminum","plastic","steel"],
+ "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."
+ },
+ "volume" : 3,
+ "bashing" : 3,
+ "cutting" : 24,
+ "price" : 17800
+ },
+ {
+ "type":"GENERIC",
+ "category" : "weapons",
+ "id" : "shikomi_stick",
+ "name" : "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 master fit together.",
+ "weight" : 1000,
+ "to_hit" : 1,
+ "color" : "dark_gray",
+ "symbol" : "/",
+ "material" : ["wood","steel"],
+ "techniques" : ["WBLOCK_1"],
+ "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"],
+ "use_action": {
+ "type": "transform",
+ "target": "shikomi_stick_draw",
+ "msg": "You unsheath the shirasaya."
+ },
+ "volume" : 4,
+ "bashing" : 8,
+ "cutting" : 4,
+ "price" : 17800
+ },
+ {
+ "type":"GENERIC",
+ "category" : "weapons",
+ "id" : "shikomi_stick_draw",
+ "name" : "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 master fit together.",
+ "weight" : 835,
+ "to_hit" : 1,
+ "color" : "dark_gray",
+ "symbol" : "/",
+ "material" : ["wood","steel"],
+ "techniques" : ["RAPID", "WBLOCK_1"],
+ "flags" : ["SLICE","DURABLE_MELEE","IAIJUTSU"],
+ "use_action": {
+ "type": "transform",
+ "target": "shikomi_stick",
+ "msg": "You resheath the shirasaya."
+ },
+ "volume" : 3,
+ "bashing" : 3,
+ "cutting" : 24,
+ "price" : 17800
+ },
+ {
+ "id": "maid_claw",
+ "type": "GUN",
+ "category" : "weapons",
+ "symbol": "/",
+ "color": "dark_gray",
+ "name": "maid's claws",
+ "description": "It is a sharp claw for fighting combat. Fit tightly to your arms, allows you to fight with unarmed techniques. When activated, it can launch fiery projectiles that burn as hot as your yearning for your master.",
+ "price": 50000,
+ "material": ["steel","leather"],
+ "skill": "unarmed",
+ "ammo": "maid_point",
+ "flags" : ["STAB", "FIRE_20", "NEVER_JAMS", "DURABLE_MELEE", "PRIMITIVE_RANGED_WEAPON", "UNARMED_WEAPON", "NO_SALVAGE"],
+ "weight": 1000,
+ "volume": 1,
+ "bashing": 4,
+ "cutting": 14,
+ "to_hit": 1,
+ "ranged_damage": 20,
+ "pierce": 30,
+ "range": 10,
+ "dispersion": 0,
+ "sight_dispersion": 90,
+ "aim_speed" : 0,
+ "recoil": 300,
+ "durability": 10,
+ "clip_size": 40,
+ "loudness" : 100,
+ "reload": 1,
+ "ammo_effects": ["FLAME", "STREAM", "INCENDIARY", "NEVER_MISFIRES", "SHOT"],
+ "modes": [ [ "DEFAULT", "auto", 2 ] ]
+},
+ {
+ "id": "battle_mop",
+ "type": "TOOL",
+ "category" : "weapons",
+ "symbol": "/",
+ "color": "light_gray",
+ "name": "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 master.",
+ "price": 1000,
+ "material": ["wood","iron"],
+ "flags" : ["DURABLE_MELEE","REACH_ATTACK"],
+ "techniques": "WBLOCK_1",
+ "weight": 1100,
+ "volume": 7,
+ "bashing": 22,
+ "to_hit": 2,
+ "use_action": "MOP"
+ }
+] \ No newline at end of file