From f6e1a0000c2b03ddc9fed077199c04d7dcfbbc51 Mon Sep 17 00:00:00 2001 From: Dazed Date: Wed, 21 Jun 2023 20:59:32 -0500 Subject: [PATCH] Fix Arin quest and tl text --- data/Actors.json | 2 +- data/Items.json | 2 +- data/System.json | 2 +- js/plugins/SH_BenriCommands.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/Actors.json b/data/Actors.json index 91ff083..2ba9f5f 100644 --- a/data/Actors.json +++ b/data/Actors.json @@ -299,7 +299,7 @@ "traits": [], "initialLevel": 1, "maxLevel": 99, - "name": "Alin", + "name": "Arin", "nickname": "Elder ", "note": "", "profile": "Orphan" diff --git a/data/Items.json b/data/Items.json index 74ba901..e2bb465 100644 --- a/data/Items.json +++ b/data/Items.json @@ -3470,7 +3470,7 @@ "iconIndex": 0, "itypeId": 3, "name": "★Kidnapped Arin", - "note": "\n\n\n\n\n", + "note": "\n\n\n\n\n\\ROC>\n", "occasion": 0, "price": 0, "repeats": 1, diff --git a/data/System.json b/data/System.json index 67f0ce5..d119c48 100644 --- a/data/System.json +++ b/data/System.json @@ -3598,7 +3598,7 @@ "", "Cleaning the Mansion", "", - "Alin Search", + "Arin Search", "", "Carpenter Count", "Boron Confession", diff --git a/js/plugins/SH_BenriCommands.js b/js/plugins/SH_BenriCommands.js index 7669992..3194e90 100644 --- a/js/plugins/SH_BenriCommands.js +++ b/js/plugins/SH_BenriCommands.js @@ -3647,7 +3647,7 @@ function SH_NeedItemArray(Num) { } itemList = 621 + i - $gameVariables._data[itemList] = `\\c[${fontColor}]\\i[${itemIcon}]` + itemName + `* ${itemNum} (所持数:${hasNum})` + $gameVariables._data[itemList] = `\\c[${fontColor}]\\i[${itemIcon}]` + itemName + `* ${itemNum} (Possessed:${hasNum})` return } else { var hasNum = $gameParty.gold() @@ -3656,7 +3656,7 @@ function SH_NeedItemArray(Num) { fontColor = 8 } itemList = 621 + i - $gameVariables._data[itemList] = `\\c[${fontColor}]\\i[${itemIcon}]` + `${itemNum} \\G (所持金:${hasNum} \\G)` + $gameVariables._data[itemList] = `\\c[${fontColor}]\\i[${itemIcon}]` + `${itemNum} \\G (Money:${hasNum} \\G)` return }