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 ++++++-------- techniques.json | 4 ++-- 2 files changed, 8 insertions(+), 10 deletions(-) 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": [ diff --git a/techniques.json b/techniques.json index 9398179..6a97143 100644 --- a/techniques.json +++ b/techniques.json @@ -78,8 +78,8 @@ { "type": "technique", "id": "tec_maid_grab", - "name": "Anti-Molestation Technique No.15", - "messages": [ "You dodge %s's groping lunge. Only mistress can touch that!", "The %s tries to grab , but they slip away!" ], + "name": "Evasive Movement", + "messages": [ "You dodge %s's grab attempt.", "The %s tries to grab , but they slip away!" ], "skill_requirements": [ { "name": "melee", "level": 1 } ], "melee_allowed": true, "defensive": true, -- cgit v1.2.1