From 44d37e7de9a050c62d1f2e8ec423856ea46a23ee Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 15 Jul 2021 00:46:14 -0700 Subject: Add rapiers and broadswords to the maid martial art Adjust maid ma buff names Remove move cost from maid ma counters --- martialarts.json | 11 ++++++++--- techniques.json | 6 ++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/martialarts.json b/martialarts.json index 3a7f76d..179b854 100644 --- a/martialarts.json +++ b/martialarts.json @@ -48,8 +48,8 @@ "onpause_buffs": [ { "id": "maid_pause_bonus", - "name": "Collected Miscellany", - "description": "A moment to compose yourself is all you need.\n\nEnables certain techniques. Lasts one turn", + "name": "Repose", + "description": "A moment to focus yourself is all you need.\n\nEnables certain techniques. Lasts one turn", "unarmed_allowed": true, "melee_allowed": true, "skill_requirements": [ { "name": "unarmed", "level": 0 } ], @@ -122,7 +122,12 @@ "pan", "steel_pan", "copper_pan", - "slaying_pan" + "slaying_pan", + "rapier", + "rapier_fake", + "broadsword", + "broadsword_inferior", + "broadsword_fake" ] } ] diff --git a/techniques.json b/techniques.json index 6a97143..f600a85 100644 --- a/techniques.json +++ b/techniques.json @@ -31,8 +31,7 @@ { "stat": "damage", "type": "bash", "scale": 0.25 }, { "stat": "damage", "type": "cut", "scale": 0.25 }, { "stat": "damage", "type": "stab", "scale": 0.25 } - ], - "flat_bonuses": [ { "stat": "movecost", "scale": 50 } ] + ] }, { "type": "technique", @@ -44,8 +43,7 @@ "melee_allowed": true, "down_dur": 1, "messages": [ "You whirl away and strike %s", " strikes with a malice that surprises you" ], - "mult_bonuses": [ { "stat": "movecost", "scale": 0.0 } ], - "flat_bonuses": [ { "stat": "movecost", "scale": 50 } ] + "mult_bonuses": [ { "stat": "movecost", "scale": 0.0 } ] }, { "type": "technique", -- cgit v1.2.1