Browse Source

v20.0正式更新

tags/v23.2
枫谷剑仙 4 years ago
parent
commit
4b0465ee65
13 changed files with 9 additions and 7 deletions
  1. BIN
      images/cards_ja/CARDS_088.PNG
  2. BIN
      images/cards_ja/CARDS_089.PNG
  3. BIN
      images/cards_ja/CARDS_090.PNG
  4. BIN
      images/icon-latent.png
  5. BIN
      images/project file/icon-latent.fw.png
  6. +1
    -1
      monsters-info/ckey.json
  7. +2
    -0
      monsters-info/extractByNode.js
  8. +1
    -1
      monsters-info/mon_en.json
  9. +1
    -1
      monsters-info/mon_ja.json
  10. +1
    -1
      monsters-info/mon_ko.json
  11. +1
    -1
      monsters-info/official-API/ja-card.json
  12. +1
    -1
      monsters-info/official-API/ja-skill.json
  13. +1
    -1
      monsters-info/skill_ja.json

BIN
images/cards_ja/CARDS_088.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 838 kB Width: 1024  |  Height: 1024  |  Size: 849 kB

BIN
images/cards_ja/CARDS_089.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 322 kB Width: 1024  |  Height: 1024  |  Size: 492 kB

BIN
images/cards_ja/CARDS_090.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 21 kB

BIN
images/icon-latent.png View File

Before After
Width: 108  |  Height: 1504  |  Size: 75 kB Width: 108  |  Height: 1504  |  Size: 74 kB

BIN
images/project file/icon-latent.fw.png View File

Before After
Width: 108  |  Height: 1504  |  Size: 304 kB Width: 108  |  Height: 1504  |  Size: 298 kB

+ 1
- 1
monsters-info/ckey.json View File

@@ -1 +1 @@
[{"code":"ja","ckey":{"card":"a120dd9dea0e5ba053f6ced22abf546c","skill":"210364812f1132a4ed87700b81f58b7a"},"updateTime":1653638649495},{"code":"en","ckey":{"card":"0e647ffaa965d606285be84d2096ecea","skill":"2cdd511d8d6e5170a331bc24aca7f6df"},"updateTime":1653638649495},{"code":"ko","ckey":{"card":"8096fcba54032b9d834d3b492ca679c3","skill":"3e51c4ace725e653237b93fa4773958a"},"updateTime":1653638649495}]
[{"code":"ja","ckey":{"card":"f328738c81c8b33b5ce566832b2c4c74","skill":"a35db3570575d578f26d0908619751fc"},"updateTime":1653887136370},{"code":"en","ckey":{"card":"3657760a636a9c46227cf02b3d00a89d","skill":"2cdd511d8d6e5170a331bc24aca7f6df"},"updateTime":1653887136370},{"code":"ko","ckey":{"card":"6d527727a8a8175039c2269a2ff00b4d","skill":"3e51c4ace725e653237b93fa4773958a"},"updateTime":1653887136370}]

+ 2
- 0
monsters-info/extractByNode.js View File

@@ -99,6 +99,7 @@ officialAPI.forEach(function(lang) {
delete card.searchFlags;
monCards.push(card);
}
/*
//测试附加属性与类型的武器用
for (let i = 83; i <= 95; i++)
{
@@ -111,6 +112,7 @@ officialAPI.forEach(function(lang) {
testCard.awakenings.push(49, i);
monCards.push(testCard);
}
*/
//加入自定义的语言
lang.customName.forEach(function(lcode){


+ 1
- 1
monsters-info/mon_en.json
File diff suppressed because it is too large
View File


+ 1
- 1
monsters-info/mon_ja.json
File diff suppressed because it is too large
View File


+ 1
- 1
monsters-info/mon_ko.json
File diff suppressed because it is too large
View File


+ 1
- 1
monsters-info/official-API/ja-card.json
File diff suppressed because it is too large
View File


+ 1
- 1
monsters-info/official-API/ja-skill.json
File diff suppressed because it is too large
View File


+ 1
- 1
monsters-info/skill_ja.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save