diff --git a/data/CommonEvents.json b/data/CommonEvents.json index a2c57ca..19d2131 100644 --- a/data/CommonEvents.json +++ b/data/CommonEvents.json @@ -30121,7 +30121,7 @@ "code": 355, "indent": 1, "parameters": [ - "BattleManager._logWindow.addText(\"[Weapon Effect] Durability Increase!\");" + "BattleManager._logWindow.addText(\"[Weapon Effect] Endurance Increase!\");" ] }, { @@ -30254,7 +30254,7 @@ "code": 355, "indent": 1, "parameters": [ - "BattleManager._logWindow.addText(\"[Weapon Effect] Durability Increase!\");" + "BattleManager._logWindow.addText(\"[Weapon Effect] Endurance Increase!\");" ] }, { @@ -30363,7 +30363,7 @@ "code": 355, "indent": 0, "parameters": [ - "BattleManager._logWindow.addText(\"[Weapon Effect] Durability Increase!\");" + "BattleManager._logWindow.addText(\"[Weapon Effect] Endurance Increase!\");" ] }, { diff --git a/data/States.json b/data/States.json index 5a7c48a..c8fd884 100644 --- a/data/States.json +++ b/data/States.json @@ -685,14 +685,14 @@ ], "iconIndex": 51, "maxTurns": 4, - "message1": "[\\I[51]] %1's durability decay!", - "message2": "[\\I[51]] %1's durability decay!", + "message1": "[\\I[51]] %1's Endurance decayed!", + "message2": "[\\I[51]] %1's Endurance decayed!", "message3": "", - "message4": "[\\I[51]] %1's durability has been restored!", + "message4": "[\\I[51]] %1's Endurance has been restored!", "minTurns": 3, "motion": 0, "name": "[Common] Endurance DOWN", - "note": "", + "note": "", "overlay": 0, "priority": 50, "removeAtBattleEnd": true, @@ -2512,14 +2512,14 @@ ], "iconIndex": 35, "maxTurns": 4, - "message1": "[\\I[35]] %1's durability increased!", - "message2": "[\\I[35]] %1's durability increased!", + "message1": "[\\I[35]] %1's Endurance increased!", + "message2": "[\\I[35]] %1's Endurance increased!", "message3": "", - "message4": "[\\I[35]] %1's durability has been restored!", + "message4": "[\\I[35]] %1's Endurance has been restored!", "minTurns": 4, "motion": 0, "name": "[Common] Endurance Increase", - "note": "", + "note": "", "overlay": 0, "priority": 50, "removeAtBattleEnd": false, diff --git a/data/SystemTexts.json b/data/SystemTexts.json index 92ce81f..34d7f22 100644 --- a/data/SystemTexts.json +++ b/data/SystemTexts.json @@ -45,7 +45,7 @@ "UPG_HP": "[Endurance Monster] Max HP + 500", "UPG_MP": "[Technique Samurai] Max SP + 1", "UPG_ATK": "[Strength Boost] Strength (base attack power excluding weapon) + 20", - "UPG_DEF": "[Durability Boost] Durability + 10", + "UPG_DEF": "[Endurance Boost] Endurance + 10", "UPG_MATK": "[Resolve Boost] Resolve (SP recovery at end of turn) + 1", "UPG_SPD": "[Agility Boost] Agility (action speed in battle) + 10", "UPG_Dagger": "[Dagger Mastery] Increases successful action range for daggers", @@ -82,7 +82,7 @@ "EquipScn_NON": "---", "EquipScn_ATK": "\\}Strength\\}(Base Attack)\\{\\{:", "EquipScn_WepATK": "\\}Weapon Attack\\{:", - "EquipScn_DEF": "\\}Durability\\{:", + "EquipScn_DEF": "\\}Endurance\\{:", "EquipScn_MATK": "\\}Resolve\\}(SP Recovery)\\{\\{:", "EquipScn_SPD": "\\}Agility\\{:", "MapLv": "\\}\\}Rank \\{\\{",