Browse Source

整理正确的潜觉顺序

tags/v7.3
枫谷剑仙 5 years ago
parent
commit
bdd8f86886
13 changed files with 46 additions and 73 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. +2
    -2
      multi.html
  11. +2
    -2
      solo.html
  12. +2
    -2
      style-monsterimages.css
  13. +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);
}

+ 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