Update itemsrc.js

This commit is contained in:
illuminatich 2023-02-07 20:01:30 +08:00
parent 443ccdbab2
commit 2be82ca18f

View File

@ -293,7 +293,7 @@ function ShowItemDetail()
} else if (yflag == "G") { } else if (yflag == "G") {
html += FormatItemName(data.substring(ic+1,ic+4)); html += FormatItemName(data.substring(ic+1,ic+4));
html += " 吃下后发生体力回复的情况下,"; html += " 吃下后发生体力回复的情况下,";
html += Number(data.substring(ic+4,ic+7)) + "%的概率可入手"; html += Number(data.substring(ic+4,ic+7)) + "%的概率可入手";
ic = ic + 7; ic = ic + 7;
@ -448,7 +448,7 @@ function ShowItemDetail()
ic = ic + 7; ic = ic + 7;
} else if (yflag == "G") { //(ドス)贪吃金枪鱼食べた結果出現するアイテム } else if (yflag == "G") { //(ドス)贪吃金枪鱼食べた結果出現するアイテム
html += "吃下后发生体力回复的情况下,"; html += "吃下后发生体力回复的情况下,";
html += Number(data.substring(ic+1,ic+4)) + "%的概率获得 "; html += Number(data.substring(ic+1,ic+4)) + "%的概率获得 ";
html += FormatItemName(data.substring(ic+4,ic+7)); html += FormatItemName(data.substring(ic+4,ic+7));
html += " "; html += " ";