From fcb8b6a1b4791de2b08efcfcdad148e2a03f6606 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 26 Aug 2021 15:34:23 -0700 Subject: Fix punctution in techniques. The descriptions are technically appended with " for x damage." --- techniques.json | 10 +++++----- 1 file 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.", " strikes %s in one elegant motion." ], + "messages": [ "You strike %s with an elegant coup de grâce", " 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.", " parries and forces %s back." ], + "messages": [ "You block %s's attack and shove them back", " 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.", " dodges and trips %s." ], + "messages": [ "You whirl away and trip %s", " 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.", " lands a measured strike on %s." ], + "messages": [ "Your carefully placed strike sunders %s's guard", " 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.", " assaults %s with fury and dedication." ], + "messages": [ "You assault %s with fury and dedication", " assaults %s with fury and dedication." ], "flat_bonuses": [ { "stat": "arpen", "type": "bash", "scale": 5 }, { "stat": "arpen", "type": "cut", "scale": 5 }, -- cgit v1.2.1