aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-06 23:27:11 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-06 23:27:11 -0700
commit638e040052717f17e9275254443dd2c36b688436 (patch)
treece8001e02f80c7534999f533539805f54eb943a4
parentHELMET_COMPAT -> HOOD (diff)
downloadcataclysm-dda-mod_battle-maid-redone-638e040052717f17e9275254443dd2c36b688436.tar.xz
Buff maid martial arts
Change some wording
-rw-r--r--martialarts.json14
-rw-r--r--techniques.json4
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 <npcname>, but they slip away!" ],
+ "name": "Evasive Movement",
+ "messages": [ "You dodge %s's grab attempt.", "The %s tries to grab <npcname>, but they slip away!" ],
"skill_requirements": [ { "name": "melee", "level": 1 } ],
"melee_allowed": true,
"defensive": true,