diff --git a/data/json/monster_special_attacks/monster_attacks.json b/data/json/monster_special_attacks/monster_attacks.json index cc6c9c6d59119..e523b92e97fbc 100644 --- a/data/json/monster_special_attacks/monster_attacks.json +++ b/data/json/monster_special_attacks/monster_attacks.json @@ -423,7 +423,7 @@ "hit_dmg_npc": "%1$s kicks and slams them to the ground!", "no_dmg_msg_u": "%1$s tries to kick %2$s and knock you down, but your armor protects you!", "no_dmg_msg_npc": "%1$s tries to kick and knock down, but their armor protects them!", - "miss_msg_u": "%s tries to kick your %2$s but you dodge!", + "miss_msg_u": "%1$s tries to kick your %2$s but you dodge!", "miss_msg_npc": "%s tries to kick and knock down , but they dodge!", "effects": [ { "id": "downed", "duration": 3 }, { "id": "stunned", "duration": 100 } ] }, diff --git a/data/mods/DinoMod/monster_attacks.json b/data/mods/DinoMod/monster_attacks.json index 4a3e683dcdf21..69ec17b88381f 100644 --- a/data/mods/DinoMod/monster_attacks.json +++ b/data/mods/DinoMod/monster_attacks.json @@ -13,11 +13,11 @@ "blockable": false, "dodgeable": true, "self_effects_always": [ { "id": "grabbing", "duration": 30000 } ], - "hit_dmg_u": "%s catches your %2$s in its long sharp teeth!", + "hit_dmg_u": "%1$s catches your %2$s in its long sharp teeth!", "hit_dmg_npc": "%s grabs in a powerful bite!", - "miss_msg_u": "%s tries to catch your %2$s in its teeth, but you dodge!", + "miss_msg_u": "%1$s tries to catch your %2$s in its teeth, but you dodge!", "miss_msg_npc": "%s tries to close its teeth around , but they dodge!", - "no_dmg_msg_u": "%s grabs your %2$s in its long sharp teeth!", + "no_dmg_msg_u": "%1$s grabs your %2$s in its long sharp teeth!", "no_dmg_msg_npc": "%s grabs in its long sharp teeth!" }, { @@ -57,11 +57,11 @@ "blockable": false, "dodgeable": true, "self_effects_always": [ { "id": "grabbing", "duration": 30000 } ], - "hit_dmg_u": "%s punctures your %2$s with its long sharp teeth!", + "hit_dmg_u": "%1$s punctures your %2$s with its long sharp teeth!", "hit_dmg_npc": "%s punctures in a powerful bite!", - "miss_msg_u": "%s tries to catch your %2$s in its teeth, but you dodge!", + "miss_msg_u": "%1$s tries to catch your %2$s in its teeth, but you dodge!", "miss_msg_npc": "%s tries to close its teeth around , but they dodge!", - "no_dmg_msg_u": "%s grabs your %2$s in its long sharp teeth!", + "no_dmg_msg_u": "%1$s grabs your %2$s in its long sharp teeth!", "no_dmg_msg_npc": "%s grabs in its long sharp teeth!" }, {