Browse Source

2020年2月7日

tags/v8.0
枫谷剑仙 6 years ago
parent
commit
a0f06ea0cb
19 changed files with 15 additions and 15 deletions
  1. BIN
      images/cards_en/CARDS_059.PNG
  2. BIN
      images/cards_ja/CARDS_059.PNG
  3. BIN
      images/cards_ja/CARDS_060.PNG
  4. BIN
      images/cards_ko/CARDS_059.PNG
  5. +1
    -1
      languages/zh-CN.js
  6. +1
    -1
      monsters-info/custom/chs.json
  7. +1
    -1
      monsters-info/mon_en.json
  8. +1
    -1
      monsters-info/mon_ja.json
  9. +1
    -1
      monsters-info/mon_ko.json
  10. +1
    -1
      monsters-info/official-API/en-skill.json
  11. +1
    -1
      monsters-info/official-API/en.json
  12. +1
    -1
      monsters-info/official-API/ja-skill.json
  13. +1
    -1
      monsters-info/official-API/ja.json
  14. +1
    -1
      monsters-info/official-API/ko-skill.json
  15. +1
    -1
      monsters-info/official-API/ko.json
  16. +1
    -1
      monsters-info/skill_en.json
  17. +1
    -1
      monsters-info/skill_ja.json
  18. +1
    -1
      monsters-info/skill_ko.json
  19. +1
    -1
      monsters-info/提取中文数据.bat

BIN
images/cards_en/CARDS_059.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 232 kB Width: 1024  |  Height: 1024  |  Size: 328 kB

BIN
images/cards_ja/CARDS_059.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 860 kB Width: 1024  |  Height: 1024  |  Size: 861 kB

BIN
images/cards_ja/CARDS_060.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 17 kB Width: 1024  |  Height: 1024  |  Size: 127 kB

BIN
images/cards_ko/CARDS_059.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 232 kB Width: 1024  |  Height: 1024  |  Size: 328 kB

+ 1
- 1
languages/zh-CN.js View File

@@ -930,7 +930,7 @@ function parseSkillDescription(skill)
break;
case 168: //宝石姬技能2
strArr = sk.slice(1,7); //目前只有2个,而且2-6都是0,不知道是不是真的都是觉醒
str = `${sk[0]?`${sk[0]}回合内,`:""}根据队伍内觉醒技能${strArr.filter(s=>{return s>0;}).map(s=>{return awokenN(sk[1]);}).join("、")}的数目`;
str = `${sk[0]?`${sk[0]}回合内,`:""}根据队伍内觉醒技能 ${strArr.filter(s=>{return s>0;}).map(s=>{return awokenN(sk[1]);}).join("、")} 的数目`;
str += `提升所有属性的攻击力,每个觉醒可以提升${sk[7]}%`;
break;
case 169: //5COMBO或以上時受到的傷害減少25%、攻擊力6倍;


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


+ 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/en-skill.json
File diff suppressed because it is too large
View File


+ 1
- 1
monsters-info/official-API/en.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/official-API/ja.json
File diff suppressed because it is too large
View File


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


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


+ 1
- 1
monsters-info/skill_en.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


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


+ 1
- 1
monsters-info/提取中文数据.bat View File

@@ -2,6 +2,6 @@
echo 开始提取网页数据
node.exe extract_CHT.js
echo 正在将繁体中文转换为简体中文
opencc\opencc.exe -i custom\cht.json -o custom\chs.json -c opencc\hk2s.json
opencc\opencc.exe -i custom\cht.json -o custom\chs.json -c opencc\t2s.json
echo 转换完成
pause

Loading…
Cancel
Save