mirror of
https://githubfast.com/mhwikicn/mh2.git
synced 2024-11-22 16:00:09 +08:00
Update itemsrc.js
This commit is contained in:
parent
443ccdbab2
commit
2be82ca18f
@ -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 += " ";
|
||||
|
Loading…
Reference in New Issue
Block a user