From 638e040052717f17e9275254443dd2c36b688436 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 6 May 2021 23:27:11 -0700 Subject: Buff maid martial arts Change some wording --- martialarts.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'martialarts.json') diff --git a/martialarts.json b/martialarts.json index 170f689..3a7f76d 100644 --- a/martialarts.json +++ b/martialarts.json @@ -10,7 +10,7 @@ { "id": "maid_defense", "name": "For Another", - "description": "A servant stands between their mistress and the world.\n\nBlocked damage reduced by 100% of Dexterity, +1 Block attempt", + "description": "A servant stands between their Mistress and the world.\n\nBlocked damage reduced by 100% of Dexterity, +1 Block attempt", "unarmed_allowed": true, "melee_allowed": true, "bonus_blocks": 1, @@ -49,26 +49,24 @@ { "id": "maid_pause_bonus", "name": "Collected Miscellany", - "description": "A moment to compose yourself is all you need.\n\nEnables certain techniques. -2 Blocks, -1 Dodge. Lasts one turn", + "description": "A moment to compose yourself is all you need.\n\nEnables certain techniques. Lasts one turn", "unarmed_allowed": true, "melee_allowed": true, "skill_requirements": [ { "name": "unarmed", "level": 0 } ], "buff_duration": 1, - "max_stacks": 1, - "bonus_blocks": -2, - "bonus_dodges": -1 + "max_stacks": 1 } ], "ongethit_buffs": [ { "id": "maid_gethit", "name": "Flustered", - "description": "Ah! N-not there!\n\n-1 Dodge attempts, -2 Dodge skill.", + "description": "Ow! I have to try harder!\n\n+1 Dodge attempts, +2 Dodge skill.", "unarmed_allowed": true, "melee_allowed": true, "buff_duration": 1, - "bonus_dodges": -1, - "flat_bonuses": [ { "stat": "dodge", "scale": -2.0 } ] + "bonus_dodges": 1, + "flat_bonuses": [ { "stat": "dodge", "scale": 2.0 } ] } ], "techniques": [ -- cgit v1.2.1