Browse Source

整理正确的潜觉顺序

tags/v8.0
枫谷剑仙 5 years ago
parent
commit
c469d5b73e
18 changed files with 51 additions and 78 deletions
  1. BIN
      images/cards_ja/CARDS_067.PNG
  2. BIN
      images/latent.png
  3. BIN
      images/project file/latent.fw.png
  4. +1
    -22
      languages/en.css
  5. +22
    -0
      languages/icon-en.css
  6. +12
    -0
      languages/icon-zh.css
  7. +1
    -21
      languages/ko.css
  8. +1
    -11
      languages/zh-TW.css
  9. +1
    -11
      languages/zh.css
  10. +1
    -1
      monsters-info/ckey.json
  11. +1
    -1
      monsters-info/mon_ja.json
  12. +1
    -1
      monsters-info/official-API/ja-card.json
  13. +1
    -1
      monsters-info/official-API/ja-skill.json
  14. +1
    -1
      monsters-info/skill_ja.json
  15. +2
    -2
      multi.html
  16. +2
    -2
      solo.html
  17. +2
    -2
      style-monsterimages.css
  18. +2
    -2
      triple.html

BIN
images/cards_ja/CARDS_067.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 192 kB Width: 1024  |  Height: 1024  |  Size: 207 kB

BIN
images/latent.png View File

Before After
Width: 504  |  Height: 1344  |  Size: 78 kB Width: 504  |  Height: 1344  |  Size: 78 kB

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

Before After
Width: 504  |  Height: 1344  |  Size: 342 kB Width: 504  |  Height: 1344  |  Size: 339 kB

+ 1
- 22
languages/en.css View File

@@ -1,4 +1,5 @@
@charset "utf-8";
@import "icon-en.css";
.status.loading-check-version .text::before{
content: "Checking the data version, please wait...";
}
@@ -354,26 +355,4 @@
}
.control-div .search-close::before{
content: "Close Search Panel";
}

/*Some icons, style different from the Japanese version*/
.awoken-icon[data-awoken-icon='40'],
.awoken-icon[data-awoken-icon='46'],
.awoken-icon[data-awoken-icon='47'],
.awoken-icon[data-awoken-icon='48'],
.type-icon[data-type-icon='12'],
.type-icon[data-type-icon='9']
{
background-position-x: -32px;
}
.latent-icon[data-latent-icon='17']::before,
.latent-icon[data-latent-icon='37']::before,
.latent-icon[data-latent-icon='41']::before
{
background-position-x: -252px;
}
.badge[data-badge-icon='0']::before,
.badge[data-badge-icon='2']::before
{
background-position-x: -36px;
}

+ 22
- 0
languages/icon-en.css View File

@@ -0,0 +1,22 @@
@charset "utf-8";
/*Some icons, style different from the Japanese version*/
.awoken-icon[data-awoken-icon='40'],
.awoken-icon[data-awoken-icon='46'],
.awoken-icon[data-awoken-icon='47'],
.awoken-icon[data-awoken-icon='48'],
.type-icon[data-type-icon='12'],
.type-icon[data-type-icon='9']
{
background-position-x: -32px;
}
.latent-icon[data-latent-icon='17']::before,
.latent-icon[data-latent-icon='37']::before,
.latent-icon[data-latent-icon='39']::before
{
background-position-x: -252px;
}
.badge[data-badge-icon='0']::before,
.badge[data-badge-icon='2']::before
{
background-position-x: -36px;
}

+ 12
- 0
languages/icon-zh.css View File

@@ -0,0 +1,12 @@
@charset "utf-8";
/*Some icons, style different from the Japanese version*/
.awoken-icon[data-awoken-icon='46'],
.awoken-icon[data-awoken-icon='47']
{
background-position-x: calc(-32px * 2);
}
.badge[data-badge-icon='0']::before,
.badge[data-badge-icon='14']::before
{
background-position-x: calc(-36px * 2);
}

+ 1
- 21
languages/ko.css View File

@@ -1,4 +1,5 @@
@charset "utf-8";
@import "icon-en.css";
.status.loading-check-version .text::before{
content: "데이터 버전을 확인 합니다.";
}
@@ -343,25 +344,4 @@
}
.control-div .search-close::before{
content: "찾기 닫기";
}
/*Some icons, style different from the Japanese version*/
.awoken-icon[data-awoken-icon='40'],
.awoken-icon[data-awoken-icon='46'],
.awoken-icon[data-awoken-icon='47'],
.awoken-icon[data-awoken-icon='48'],
.type-icon[data-type-icon='12'],
.type-icon[data-type-icon='9']
{
background-position-x: -32px;
}
.latent-icon[data-latent-icon='17']::before,
.latent-icon[data-latent-icon='37']::before,
.latent-icon[data-latent-icon='41']::before
{
background-position-x: -252px;
}
.badge[data-badge-icon='0']::before,
.badge[data-badge-icon='2']::before
{
background-position-x: -36px;
}

+ 1
- 11
languages/zh-TW.css View File

@@ -1,4 +1,5 @@
@charset "utf-8";
@import "icon-zh.css";
.status.loading-check-version .text::before{
content: "正在檢查数据版本,請稍候……";
}
@@ -349,15 +350,4 @@
}
.control-div .search-close::before{
content: "關閉搜索";
}
/*Some icons, style different from the Japanese version*/
.awoken-icon[data-awoken-icon='46'],
.awoken-icon[data-awoken-icon='47']
{
background-position-x: calc(-32px * 2);
}
.badge[data-badge-icon='0']::before,
.badge[data-badge-icon='14']::before
{
background-position-x: calc(-36px * 2);
}

+ 1
- 11
languages/zh.css View File

@@ -1,4 +1,5 @@
@charset "utf-8";
@import "icon-zh.css";
.status.loading-check-version .text::before{
content: "正在检查数据版本,请稍候……";
}
@@ -349,15 +350,4 @@
}
.control-div .search-close::before{
content: "关闭搜索";
}
/*Some icons, style different from the Japanese version*/
.awoken-icon[data-awoken-icon='46'],
.awoken-icon[data-awoken-icon='47']
{
background-position-x: calc(-32px * 2);
}
.badge[data-badge-icon='0']::before,
.badge[data-badge-icon='14']::before
{
background-position-x: calc(-36px * 2);
}

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

@@ -1 +1 @@
[{"code":"ja","ckey":{"card":"84354373491da350f11fde36557b5fd3","skill":"f460faeadb6afac84422cf6a69588639"},"updateTime":1603034027392},{"code":"en","ckey":{"card":"7eb1426179c4839177800bc33c4d4544","skill":"7cf237a2d0d074d3d47423f63efe9197"},"updateTime":1602660919447},{"code":"ko","ckey":{"card":"9a0d01c1bf8b6d1b70eacdc264ea499d","skill":"4d4d75ebe0016bc9e1198d35890d96ca"},"updateTime":1602660919447}]
[{"code":"ja","ckey":{"card":"edfdb09b2f7b2bf56f1294b5e5f13a23","skill":"dd3a7975e39fa39218dfa9f6725639e1"},"updateTime":1603352085936},{"code":"en","ckey":{"card":"7eb1426179c4839177800bc33c4d4544","skill":"7cf237a2d0d074d3d47423f63efe9197"},"updateTime":1602660919447},{"code":"ko","ckey":{"card":"9a0d01c1bf8b6d1b70eacdc264ea499d","skill":"4d4d75ebe0016bc9e1198d35890d96ca"},"updateTime":1602660919447}]

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


+ 2
- 2
multi.html View File

@@ -827,9 +827,9 @@ var formation = new Formation(teamsCount,5);
<li class="latent-icon" data-latent-icon="36"></li><!--大暗盾-->
<li class="latent-icon" data-latent-icon="37"></li><!--6色破无效-->
<li class="latent-icon" data-latent-icon="38"></li><!--3色破属吸-->
<li class="latent-icon" data-latent-icon="39"></li><!--U解禁消-->
<li class="latent-icon" data-latent-icon="39"></li><!--C珠破吸-->
<li class="latent-icon" data-latent-icon="40"></li><!--心横解转转-->
<li class="latent-icon" data-latent-icon="41"></li><!--C珠破吸-->
<li class="latent-icon" data-latent-icon="41"></li><!--U解禁消-->
</ul>
</div>
<div class="setting-row row-mon-skill">


+ 2
- 2
solo.html View File

@@ -777,9 +777,9 @@ var formation = new Formation(teamsCount,6);
<li class="latent-icon" data-latent-icon="36"></li><!--大暗盾-->
<li class="latent-icon" data-latent-icon="37"></li><!--6色破无效-->
<li class="latent-icon" data-latent-icon="38"></li><!--3色破属吸-->
<li class="latent-icon" data-latent-icon="39"></li><!--U解禁消-->
<li class="latent-icon" data-latent-icon="39"></li><!--C珠破吸-->
<li class="latent-icon" data-latent-icon="40"></li><!--心横解转转-->
<li class="latent-icon" data-latent-icon="41"></li><!--C珠破吸-->
<li class="latent-icon" data-latent-icon="41"></li><!--U解禁消-->
</ul>
</div>
<div class="setting-row row-mon-skill">


+ 2
- 2
style-monsterimages.css View File

@@ -820,13 +820,13 @@
.latent-icon[data-latent-icon='38']::before{ /*3色破属吸*/
background-position-y: calc(-32px * 38);
}
.latent-icon[data-latent-icon='39']::before{ /*U解禁消*/
.latent-icon[data-latent-icon='39']::before{ /*C珠破吸*/
background-position-y: calc(-32px * 39);
}
.latent-icon[data-latent-icon='40']::before{ /*心横解转转*/
background-position-y: calc(-32px * 40);
}
.latent-icon[data-latent-icon='41']::before{ /*C珠破吸*/
.latent-icon[data-latent-icon='41']::before{ /*U解禁消*/
background-position-y: calc(-32px * 41);
}


+ 2
- 2
triple.html View File

@@ -1472,9 +1472,9 @@ var formation = new Formation(teamsCount,6);
<li class="latent-icon" data-latent-icon="36"></li><!--大暗盾-->
<li class="latent-icon" data-latent-icon="37"></li><!--6色破无效-->
<li class="latent-icon" data-latent-icon="38"></li><!--3色破属吸-->
<li class="latent-icon" data-latent-icon="39"></li><!--U解禁消-->
<li class="latent-icon" data-latent-icon="39"></li><!--C珠破吸-->
<li class="latent-icon" data-latent-icon="40"></li><!--心横解转转-->
<li class="latent-icon" data-latent-icon="41"></li><!--C珠破吸-->
<li class="latent-icon" data-latent-icon="41"></li><!--U解禁消-->
</ul>
</div>
<div class="setting-row row-mon-skill">


Loading…
Cancel
Save