Browse Source

2025年7月25日 v22.5

master
枫谷剑仙 1 year ago
parent
commit
ea814ec7f1
11 changed files with 13 additions and 13 deletions
  1. BIN
      images/badge.png
  2. BIN
      images/cards_ja/CARDS_128.PNG
  3. BIN
      images/project file/badge.fw.png
  4. +3
    -3
      monsters-info/ckey.json
  5. +1
    -1
      monsters-info/mon_ja.json
  6. +1
    -1
      monsters-info/official-API/ja-card.json
  7. +1
    -1
      monsters-info/official-API/ja-skill.json
  8. +1
    -1
      monsters-info/skill_ja.json
  9. +1
    -1
      script-json_data.js
  10. +1
    -1
      script.js
  11. +4
    -4
      service-worker.js

BIN
images/badge.png View File

Before After
Width: 408  |  Height: 5500  |  Size: 460 kB Width: 408  |  Height: 5500  |  Size: 466 kB

BIN
images/cards_ja/CARDS_128.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 257 kB Width: 1024  |  Height: 1024  |  Size: 940 kB

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

Before After
Width: 408  |  Height: 5500  |  Size: 1.0 MB Width: 408  |  Height: 5500  |  Size: 1.0 MB

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

@@ -2,10 +2,10 @@
{
"code": "ja",
"ckey": {
"card": "ab1946ccce8b2bce9943bf1f0664f808",
"skill": "213f6c1489dd8f0c9071797e7c0b455f"
"card": "1416d795854fd3d13b243fb6e58ace49",
"skill": "d4fd66684c67858e5f28dfc1b17956d1"
},
"updateTime": 1753367609622
"updateTime": 1753458630994
},
{
"code": "en",


+ 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


+ 1
- 1
script-json_data.js View File

@@ -568,7 +568,7 @@ const official_badge_sorting = [ //20是没有启用的全属性徽章,现在
7, 8, 9, 11, 17, 18, 19, 21,
10, 12, 13, 14, 41, 42, 43, 44,
45, 46, 47, 48, 24, 25, 26, 53, 27,
28, 29, 30, 65, 31, 15, 16, 32, 33,
28, 29, 30, 65, 31, 15, 16, 70, 32, 33,
34, 35, 36, 37, 38, 62, 39, 40, 49,
50, 51, 52, 54, 55, 56, 57, 58, 59,
60, 61, 63, 64, 66, 67, 68, 69


+ 1
- 1
script.js View File

@@ -7683,7 +7683,7 @@ function refreshTeamTotalHP(totalDom, team, teamIdx) {
case 30: case 65: return member.card.gachaIds.includes(6) ? 1.15 : 1; //花嫁
case 31: return member.card.collabId === 113 ? 1.15 : 1; //叛逆的鲁鲁修
case 15: return member.card.collabId === 96 ? 1.15 : 1; //漫威
case 16: return member.card.gachaIds.includes(9) ? 1.15 : 1; //泳装
case 16: case 70: return member.card.gachaIds.includes(9) ? 1.15 : 1; //泳装
case 32: return [21, 61].includes(member.card.collabId) ? 1.15 : 1; //怪物猎人
case 33: return member.card.collabId === 27 ? 1.15 : 1; //三丽鸥
case 34: return member.card.collabId === 97 ? 1.15 : 1; //咒术回战


+ 4
- 4
service-worker.js View File

@@ -511,7 +511,7 @@ const cachesMap = new Map([
],
[
"images/cards_ja/CARDS_128.PNG",
"e0dce786b19bddb5bcac2541883916a1"
"6c0b56448ff0544f600ffff28569a3b9"
],
[
"sound/voice/ja/padv001.wav",
@@ -56963,7 +56963,7 @@ const cachesMap = new Map([
],
[
"script-json_data.js",
"ac29a5250191c5889a980d840bd0c42e"
"e1a0f4ae8b8e0a9c85f61c26f5f45016"
],
[
"script-skill-parser.js",
@@ -56975,7 +56975,7 @@ const cachesMap = new Map([
],
[
"script.js",
"65760cf1a45020768e42387762269ac7"
"0e09610f3c46c91d63c4b68098263241"
],
[
"solo.html",
@@ -57067,7 +57067,7 @@ const cachesMap = new Map([
],
[
"images/badge.png",
"87d8ed9704ea5d11050a6783ca1d7996"
"62a8527970104dae99155272bdae2d9e"
],
[
"images/brown-button.svg",


Loading…
Cancel
Save