From 2be82ca18fcd6fc65faa1c17d7861c72aec903e8 Mon Sep 17 00:00:00 2001 From: illuminatich <116045499+mhwikicn@users.noreply.github.com> Date: Tue, 7 Feb 2023 20:01:30 +0800 Subject: [PATCH] Update itemsrc.js --- scripts/itemsrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/itemsrc.js b/scripts/itemsrc.js index b82a546..d37d9e5 100644 --- a/scripts/itemsrc.js +++ b/scripts/itemsrc.js @@ -293,7 +293,7 @@ function ShowItemDetail() } else if (yflag == "G") { html += FormatItemName(data.substring(ic+1,ic+4)); - html += " 吃下后发生体力回复的情况下,"; + html += " 吃下后未发生体力回复的情况下,"; html += Number(data.substring(ic+4,ic+7)) + "%的概率可入手"; ic = ic + 7; @@ -448,7 +448,7 @@ function ShowItemDetail() ic = ic + 7; } else if (yflag == "G") { //(ドス)贪吃金枪鱼食べた結果出現するアイテム - html += "吃下后发生体力回复的情况下,"; + html += "吃下后未发生体力回复的情况下,"; html += Number(data.substring(ic+1,ic+4)) + "%的概率获得 "; html += FormatItemName(data.substring(ic+4,ic+7)); html += " ";