aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-26 15:34:23 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-26 15:34:23 -0700
commitfcb8b6a1b4791de2b08efcfcdad148e2a03f6606 (patch)
treee4ec95890b9e1fe5bbe0e6d407822c632e28ebb7
parentUpdate deprecated body part IDs (diff)
downloadcataclysm-dda-mod_battle-maid-redone-fcb8b6a1b4791de2b08efcfcdad148e2a03f6606.tar.xz
Fix punctution in techniques.
The descriptions are technically appended with " for x damage."
-rw-r--r--techniques.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/techniques.json b/techniques.json
index 791f7ba..ec02216 100644
--- a/techniques.json
+++ b/techniques.json
@@ -9,7 +9,7 @@
"crit_ok": true,
"downed_target": true,
"req_buffs": [ "maid_pause_bonus" ],
- "messages": [ "You strike %s with an elegant coup de grâce.", "<npcname> strikes %s in one elegant motion." ],
+ "messages": [ "You strike %s with an elegant coup de grâce", "<npcname> strikes %s in one elegant motion." ],
"flat_bonuses": [
{ "stat": "arpen", "type": "bash", "scale": 5 },
{ "stat": "arpen", "type": "cut", "scale": 5 },
@@ -30,7 +30,7 @@
"block_counter": true,
"melee_allowed": true,
"knockback_dist": 1,
- "messages": [ "You block %s's attack and shove them back.", "<npcname> parries and forces %s back." ],
+ "messages": [ "You block %s's attack and shove them back", "<npcname> parries and forces %s back." ],
"mult_bonuses": [
{ "stat": "movecost", "scale": 0.0 },
{ "stat": "damage", "type": "bash", "scale": 0.25 },
@@ -47,7 +47,7 @@
"dodge_counter": true,
"melee_allowed": true,
"down_dur": 1,
- "messages": [ "You whirl away and trip %s.", "<npcname> dodges and trips %s." ],
+ "messages": [ "You whirl away and trip %s", "<npcname> dodges and trips %s." ],
"mult_bonuses": [
{ "stat": "movecost", "scale": 0.0 },
{ "stat": "damage", "type": "bash", "scale": 0.50 },
@@ -63,7 +63,7 @@
"melee_allowed": true,
"req_buffs": [ "maid_pause_bonus" ],
"stun_dur": 1,
- "messages": [ "Your carefully placed strike sunders %s's guard.", "<npcname> lands a measured strike on %s." ],
+ "messages": [ "Your carefully placed strike sunders %s's guard", "<npcname> lands a measured strike on %s." ],
"mult_bonuses": [
{ "stat": "damage", "type": "bash", "scale": 1.33 },
{ "stat": "damage", "type": "cut", "scale": 1.33 },
@@ -79,7 +79,7 @@
"down_dur": 2,
"melee_allowed": true,
"knockback_dist": 1,
- "messages": [ "You assault %s with fury and dedication.", "<npcname> assaults %s with fury and dedication." ],
+ "messages": [ "You assault %s with fury and dedication", "<npcname> assaults %s with fury and dedication." ],
"flat_bonuses": [
{ "stat": "arpen", "type": "bash", "scale": 5 },
{ "stat": "arpen", "type": "cut", "scale": 5 },