From 5adf2bb4ee17cf8e9830f0d993a8b599bb2d73ed Mon Sep 17 00:00:00 2001 From: resonantTune <64097-resonanttune@users.noreply.gitgud.io> Date: Sat, 7 Dec 2024 14:48:36 +0300 Subject: [PATCH 01/11] Strike -> Blunt in a bunch of more places --- data/Items.json | 34 +++++++++++++++++----------------- data/Map034.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/data/Items.json b/data/Items.json index 2aeab04..1f90662 100644 --- a/data/Items.json +++ b/data/Items.json @@ -32635,7 +32635,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Anol Research Institute", - "note": "\n\n\n\n\n\n", + "note": "\n\n\n\n\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -32739,7 +32739,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Underwater Temple", - "note": "\n\n\n\n\n\n\n\n", + "note": "\n\n\n\n\n\n\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33389,7 +33389,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Sinialaz", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33441,7 +33441,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Remy", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33467,7 +33467,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Maristella", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33493,7 +33493,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Satsuki", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33519,7 +33519,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Pianist", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33545,7 +33545,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Special Security Robot", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33571,7 +33571,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Yam", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33597,7 +33597,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Ellie", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33623,7 +33623,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Satsuki", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33649,7 +33649,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Remy", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33675,7 +33675,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Maristella", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33727,7 +33727,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Khesed", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33753,7 +33753,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Remy", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33779,7 +33779,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Maristella", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -33805,7 +33805,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Khesed", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, diff --git a/data/Map034.json b/data/Map034.json index f9fd5bd..e32a5c4 100644 --- a/data/Map034.json +++ b/data/Map034.json @@ -4871,7 +4871,7 @@ "code": 401, "indent": 0, "parameters": [ - "※Proceeding further will lead to a boss battle. Are you\nsure? Weakness: \\i[91] Strike" + "※Proceeding further will lead to a boss battle. Are you\nsure? Weakness: \\i[91] Blunt" ] }, { From 65db2c8c1f0e9d9d27d5a2071738524af6f910b8 Mon Sep 17 00:00:00 2001 From: resonantTune <64097-resonanttune@users.noreply.gitgud.io> Date: Sat, 7 Dec 2024 14:51:37 +0300 Subject: [PATCH 02/11] These two have a Pierce resist, not Slash --- data/Items.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Items.json b/data/Items.json index 1f90662..7d1dd2d 100644 --- a/data/Items.json +++ b/data/Items.json @@ -32609,7 +32609,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Tosta Forest/Alka Cave", - "note": "\n\n\n\n\n\n", + "note": "\n\n\n\n\n\n", "occasion": 0, "price": 0, "repeats": 1, From acf23c39de3e17f8e611994ddb65d14174f4e780 Mon Sep 17 00:00:00 2001 From: resonantTune <64097-resonanttune@users.noreply.gitgud.io> Date: Sat, 7 Dec 2024 15:10:54 +0300 Subject: [PATCH 03/11] Fix (most of?) the wrong weakness icons. --- data/Items.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/Items.json b/data/Items.json index 7d1dd2d..aff8fe9 100644 --- a/data/Items.json +++ b/data/Items.json @@ -27799,7 +27799,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Mea's Character Traits", - "note": "\n\n", + "note": "\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -32635,7 +32635,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Anol Research Institute", - "note": "\n\n\n\n\n\n", + "note": "\n\n\n\n\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -32661,7 +32661,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Anol Research Institute (Back)", - "note": "\n\n\n\n", + "note": "\n\n\n\n", "occasion": 0, "price": 0, "repeats": 1, @@ -32713,7 +32713,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Rak Ruins (Back)", - "note": "\n\n\n\n", + "note": "\n\n\n\n", "occasion": 0, "price": 0, "repeats": 1, From c3c3c2f1331a805e63f3132c0e24fa2f5d10c49d Mon Sep 17 00:00:00 2001 From: resonantTune <64097-resonanttune@users.noreply.gitgud.io> Date: Sat, 7 Dec 2024 15:12:53 +0300 Subject: [PATCH 04/11] Some more Strike and Thrust fixes --- data/Map162.json | 2 +- data/States.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/Map162.json b/data/Map162.json index 7e794bc..7dab8b1 100644 --- a/data/Map162.json +++ b/data/Map162.json @@ -13881,7 +13881,7 @@ "code": 401, "indent": 1, "parameters": [ - "The enemy's weakness changes from \\i[91]Strike attribute to\n\\i[90]Slash attribute. Try resetting the skill tree and\nchanging your skill setup." + "The enemy's weakness changes from \\i[91]Blunt attribute to\n\\i[90]Slash attribute. Try resetting the skill tree and\nchanging your skill setup." ] }, { diff --git a/data/States.json b/data/States.json index d274dd7..1721443 100644 --- a/data/States.json +++ b/data/States.json @@ -1800,7 +1800,7 @@ "message4": "", "minTurns": 5, "motion": 0, - "name": "Resist [Strike] (125)", + "name": "Resist [Blunt] (125)", "note": "", "overlay": 0, "priority": 50, @@ -1893,7 +1893,7 @@ "message4": "", "minTurns": 5, "motion": 0, - "name": "Resist [Strike] (200)", + "name": "Resist [Blunt] (200)", "note": "", "overlay": 0, "priority": 50, @@ -8420,7 +8420,7 @@ "message4": "", "minTurns": 5, "motion": 0, - "name": "Resist Down [Strike] (Special)", + "name": "Resist Down [Blunt] (Special)", "note": "", "overlay": 0, "priority": 50, @@ -8543,7 +8543,7 @@ "message4": "", "minTurns": 5, "motion": 0, - "name": "Normal and Below Strike 200", + "name": "Normal and Below Blunt 200", "note": "<ステートポップ:0>", "overlay": 0, "priority": 50, @@ -8589,7 +8589,7 @@ "message4": "", "minTurns": 5, "motion": 0, - "name": "Thrust 200 for Normal and Below", + "name": "Pierce 200 for Normal and Below", "note": "<ステートポップ:0>", "overlay": 0, "priority": 50, From a10aff38fd62b64bba3436eb7604567eafcd50de Mon Sep 17 00:00:00 2001 From: resonantTune <64097-resonanttune@users.noreply.gitgud.io> Date: Sat, 7 Dec 2024 15:19:47 +0300 Subject: [PATCH 05/11] Clarify description of Dei's Self-Healing Technique --- data/Skills.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Skills.json b/data/Skills.json index 388520d..af97961 100644 --- a/data/Skills.json +++ b/data/Skills.json @@ -7388,7 +7388,7 @@ "type": 3, "variance": 0 }, - "description": "Recovery|Debuff/HP (15%)|Self only|\\c[11]35\\c[0] Grants self a\ndefensive state.", + "description": "Recovery|Debuff/HP (15%)|Self only|\\c[11]35\\c[0] Heals, removes debuffs,\ngrants state Defense.", "effects": [ { "code": 21, From ba508e88bea8ff5704ad0adf9cb9ff0ee4245d39 Mon Sep 17 00:00:00 2001 From: resonantTune <64097-resonanttune@users.noreply.gitgud.io> Date: Sat, 7 Dec 2024 15:22:39 +0300 Subject: [PATCH 06/11] Clarify Nitpicking --- data/Skills.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Skills.json b/data/Skills.json index af97961..5ea73e3 100644 --- a/data/Skills.json +++ b/data/Skills.json @@ -8380,7 +8380,7 @@ "type": 0, "variance": 20 }, - "description": "Special Debuff|10 turns|All targets|\\c[1]15\\c[0]\n\\i[286]Concentration|Defense reduced by 50%. Applying again changes\nto \\i[19]Strong Concentration and reduces defense to 0.", + "description": "Special Debuff|10 turns|All targets|\\c[1]15\\c[0]\n\\i[286]Concentration:Defense reduced by 50%. Applying again changes\nto \\i[19]Strong Concentration which reduces defense to 0.", "effects": [ { "code": 21, From f1939452a1f06ac4086019e8daa23b13652f01cf Mon Sep 17 00:00:00 2001 From: resonantTune <64097-resonanttune@users.noreply.gitgud.io> Date: Sat, 7 Dec 2024 15:54:56 +0300 Subject: [PATCH 07/11] Whitespace in Mana Pot essences --- data/Items.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/Items.json b/data/Items.json index aff8fe9..0854efa 100644 --- a/data/Items.json +++ b/data/Items.json @@ -8516,7 +8516,7 @@ "type": 0, "variance": 20 }, - "description": "[Activation/10EP] Revives if incapacitated at the end of battle.", + "description": "[Activation/10EP]\nRevives if incapacitated at the end of battle.", "effects": [], "hitType": 0, "iconIndex": 302, @@ -8542,7 +8542,7 @@ "type": 0, "variance": 20 }, - "description": "[Activation/15EP] Up to three times after battle, no battle occurs\nupon enemy contact.", + "description": "[Activation/15EP]\nUp to three times after battle,\nno battle occurs upon enemy contact.", "effects": [], "hitType": 0, "iconIndex": 302, @@ -8594,7 +8594,7 @@ "type": 0, "variance": 20 }, - "description": "[Upon Contact/5EP] No battle occurs. Invalid if less than 5EP.", + "description": "[Upon Contact/5EP]\nNo battle occurs. Invalid if less than 5EP.", "effects": [], "hitType": 0, "iconIndex": 302, From 3cbcaad9483499368feb013d2d595997ef1ff702 Mon Sep 17 00:00:00 2001 From: resonantTune <64097-resonanttune@users.noreply.gitgud.io> Date: Sat, 7 Dec 2024 16:05:13 +0300 Subject: [PATCH 08/11] Fix some pronouns --- data/CommonEvents.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/CommonEvents.json b/data/CommonEvents.json index cdeff0c..7620fca 100644 --- a/data/CommonEvents.json +++ b/data/CommonEvents.json @@ -74832,7 +74832,7 @@ "code": 401, "indent": 2, "parameters": [ - "...No response to the communication. It seems they're still\nexploring." + "...No response to the communication. It seems she's still\nexploring." ] }, { @@ -84288,7 +84288,7 @@ "code": 401, "indent": 2, "parameters": [ - "...No response to the communication. It seems they're still\nexploring." + "...No response to the communication. It seems she's still\nexploring." ] }, { @@ -190919,7 +190919,7 @@ "code": 401, "indent": 0, "parameters": [ - "Dei hides her genitals with her sleeve. Feeling the heat\nfrom inside the sleeve from her lower body, it stirs a bit\nof excitement." + "Dei hides my genitals with her sleeve. Feeling the heat\nfrom inside the sleeve from her lower body, it stirs a bit\nof excitement." ] }, { From e3760a66771f808c11920590424c4a8da0b4f9bf Mon Sep 17 00:00:00 2001 From: resonantTune <64097-resonanttune@users.noreply.gitgud.io> Date: Sat, 7 Dec 2024 16:34:58 +0300 Subject: [PATCH 09/11] Fix %1%2 in skill use messages --- data/Skills.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/data/Skills.json b/data/Skills.json index 5ea73e3..b05f6a8 100644 --- a/data/Skills.json +++ b/data/Skills.json @@ -1846,7 +1846,7 @@ "effects": [], "hitType": 0, "iconIndex": 88, - "message1": "%1%2 cast %2!", + "message1": "%1 cast %2!", "message2": "", "mpCost": 0, "name": "Instant Potion", @@ -1921,7 +1921,7 @@ "effects": [], "hitType": 0, "iconIndex": 88, - "message1": "%1%2 cast %2!", + "message1": "%1 cast %2!", "message2": "", "mpCost": 0, "name": "Potion Enhancement", @@ -1983,7 +1983,7 @@ "effects": [], "hitType": 0, "iconIndex": 88, - "message1": "%1%2 cast %2!", + "message1": "%1 cast %2!", "message2": "", "mpCost": 0, "name": "Potion Recommendation", @@ -2131,7 +2131,7 @@ "effects": [], "hitType": 0, "iconIndex": 88, - "message1": "%1%2 cast %2!", + "message1": "%1 cast %2!", "message2": "", "mpCost": 0, "name": "Caretaker", @@ -2423,7 +2423,7 @@ "effects": [], "hitType": 1, "iconIndex": 78, - "message1": "%1%2 unleashed %2!", + "message1": "%1 unleashed %2!", "message2": "", "mpCost": 25, "name": "Twisted Dream", @@ -3319,7 +3319,7 @@ "effects": [], "hitType": 0, "iconIndex": 88, - "message1": "%1%2 cast %2!", + "message1": "%1 cast %2!", "message2": "", "mpCost": 0, "name": "Emergency Treatment", @@ -4678,7 +4678,7 @@ ], "hitType": 1, "iconIndex": 77, - "message1": "%1%2 unleashed %2!", + "message1": "%1 unleashed %2!", "message2": "", "mpCost": 28, "name": "Speed☆Star", @@ -7453,7 +7453,7 @@ ], "hitType": 0, "iconIndex": 72, - "message1": "%1%2 used %2!", + "message1": "%1 used %2!", "message2": "", "mpCost": 0, "name": "Self-Healing Technique", @@ -17734,7 +17734,7 @@ "effects": [], "hitType": 1, "iconIndex": 0, - "message1": "%1%2 used %2!", + "message1": "%1 used %2!", "message2": "", "mpCost": 0, "name": "AF: Beyond the Dream", @@ -34408,7 +34408,7 @@ ], "hitType": 0, "iconIndex": 72, - "message1": "%1%2 used %2!", + "message1": "%1 used %2!", "message2": "", "mpCost": 0, "name": "[Skill] Dream World", @@ -38277,7 +38277,7 @@ ], "hitType": 0, "iconIndex": 0, - "message1": "%1%2 used %2!", + "message1": "%1 used %2!", "message2": "", "mpCost": 0, "name": "Emergency Battery Activation", From 2b2ab35b82598de87d42c72d64496fc189d1a8b0 Mon Sep 17 00:00:00 2001 From: resonantTune <64097-resonanttune@users.noreply.gitgud.io> Date: Sat, 7 Dec 2024 16:50:08 +0300 Subject: [PATCH 10/11] Fix Adventurer's Upper Garment not mentioning healing --- data/Armors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Armors.json b/data/Armors.json index c9bd1b0..f9a9103 100644 --- a/data/Armors.json +++ b/data/Armors.json @@ -318,7 +318,7 @@ { "id": 13, "atypeId": 1, - "description": "\\c[2]Defense ×1.1\\c[0] Def+30", + "description": "\\c[2]Defense ×1.1\\c[0] Def+30/Healing+30", "etypeId": 2, "traits": [ { From d4e329628c49dae67c787b26e8a4fcb43c600f19 Mon Sep 17 00:00:00 2001 From: resonantTune <64097-resonanttune@users.noreply.gitgud.io> Date: Sat, 7 Dec 2024 18:20:59 +0300 Subject: [PATCH 11/11] =?UTF-8?q?Translate=20'=E6=8F=BA=E3=82=89=E3=81=8E?= =?UTF-8?q?=E3=81=AE=E9=9B=B2'=20as=20'Wavering=20Cloud'=20consistently?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/Enemies.json | 2 +- data/Items.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/Enemies.json b/data/Enemies.json index 07b9a45..d3d432a 100644 --- a/data/Enemies.json +++ b/data/Enemies.json @@ -1931,7 +1931,7 @@ } ], "gold": 0, - "name": "Cloud of Distortion", + "name": "Wavering Cloud", "note": "\n\n\n\n\n", "params": [ 160, diff --git a/data/Items.json b/data/Items.json index 0854efa..1c68831 100644 --- a/data/Items.json +++ b/data/Items.json @@ -32661,7 +32661,7 @@ "iconIndex": 0, "itypeId": 4, "name": "Anol Research Institute (Back)", - "note": "\n\n\n\n", + "note": "\n\n\n\n", "occasion": 0, "price": 0, "repeats": 1,