diff --git a/images/cards/CARDS_054.PNG b/images/cards/CARDS_054.PNG index c5beb0e3..82c550d9 100644 Binary files a/images/cards/CARDS_054.PNG and b/images/cards/CARDS_054.PNG differ diff --git a/monsters-info/README.md b/monsters-info/README.md index d4378d9f..99d99122 100644 --- a/monsters-info/README.md +++ b/monsters-info/README.md @@ -7,8 +7,8 @@ The current acquisition time is | 语言 | 时间 | API | | --- | --- | --- | | 日语(ja) | 2019-6-14 17:40 | https://api-adrv2.padsv.gungho.jp/api.php?action=download_card_data | -| 英语(en) | 2019-6-14 15:20 | https://api-na-adrv2.padsv.gungho.jp/api.php?action=download_card_data | -| 韩语(ko) | 2019-6-14 15:20 | https://api-kr-adrv2.padsv.gungho.jp/api.php?action=download_card_data | +| 英语(en) | 2019-6-21 14:00 | https://api-na-adrv2.padsv.gungho.jp/api.php?action=download_card_data | +| 韩语(ko) | 2019-6-21 14:00 | https://api-kr-adrv2.padsv.gungho.jp/api.php?action=download_card_data | 经研究后得出如下结论,JSON里数字指的数组下标。 The following conclusions were drawn from the research. The number in JSON refers to the array subscript.(no translate) diff --git a/monsters-info/official-API/test.html b/monsters-info/official-API/test-mon.html similarity index 90% rename from monsters-info/official-API/test.html rename to monsters-info/official-API/test-mon.html index 736689e5..de7189f5 100644 --- a/monsters-info/official-API/test.html +++ b/monsters-info/official-API/test-mon.html @@ -37,7 +37,7 @@ function g(id) type.push(tn[m[6]]); if (m[m.length-9]!=-1) //第三个type要倒着来 type.push(tn[m[m.length-9]]); - console.log("%oNo.%d %s [%s/%s],Lv%d,%s究极退化为%d,类型:%s,%d星,COST%d,%s个觉醒,三维%s,110级增长%d%%,%s当二技,1级吃经验%d,1级卖¥%d,%dMP,成长类型%d,升2级经验", + console.log("%oNo.%d %s [%s/%s],Lv%d,%s究极退化为%d,类型:%s,%d星,COST%d,%s个觉醒,三维%s,110级增长%d%%,%s当二技,1级吃经验%d,1级卖¥%d,%dMP,成长类型%d,升2级经验%d,技能编号%d,队长%d", m, //对象 m[0], //ID m[1], //名字 @@ -56,7 +56,9 @@ function g(id) Math.round(m[13]/10), //1级卖钱 m[m.length-8], //MP m[23], //成长类型 - Math.round(m[23] * Math.pow((2 - 1) / 98,m[24])) //1级升2级经验 + Math.round(m[23] * Math.pow((2 - 1) / 98,m[24])), //1级升2级经验 + m[25], //技能编号 + m[26] //队长技能编号 ); } GM_xmlhttpRequest({ diff --git a/monsters-info/official-API/test-skill.html b/monsters-info/official-API/test-skill.html new file mode 100644 index 00000000..5a0e7ae2 --- /dev/null +++ b/monsters-info/official-API/test-skill.html @@ -0,0 +1,70 @@ + + +
+ +