2024年9月6日
This commit is contained in:
parent
b3d977efb2
commit
c792adc13e
Binary file not shown.
Before Width: | Height: | Size: 884 KiB After Width: | Height: | Size: 931 KiB |
Binary file not shown.
Before Width: | Height: | Size: 905 KiB After Width: | Height: | Size: 978 KiB |
|
@ -2,25 +2,25 @@
|
|||
{
|
||||
"code": "ja",
|
||||
"ckey": {
|
||||
"card": "1831314a39b73c00b616c02f09546b94",
|
||||
"skill": "b80f35449f8944bce5aa4da63f507cc8"
|
||||
"card": "0c61f37b68c8d5ec185ee9978a9c510a",
|
||||
"skill": "cf3f3874cd3244f8a77920eff1ecddc2"
|
||||
},
|
||||
"updateTime": 1725247858313
|
||||
"updateTime": 1725617213052
|
||||
},
|
||||
{
|
||||
"code": "en",
|
||||
"ckey": {
|
||||
"card": "21eae8050736ee60cb1f0d853d934324",
|
||||
"card": "9563c8e193673c7c17543a568b1f7a25",
|
||||
"skill": "06e1307ec1c9fc8962bcc64811cd3b81"
|
||||
},
|
||||
"updateTime": 1725010459970
|
||||
"updateTime": 1725617213052
|
||||
},
|
||||
{
|
||||
"code": "ko",
|
||||
"ckey": {
|
||||
"card": "7daa616ab7362fbbd3fae976ca0a0778",
|
||||
"card": "6ca9c8f2c95fa2f43a1d20200f94e378",
|
||||
"skill": "7a874a037b896eea33984d2dfb43a2ae"
|
||||
},
|
||||
"updateTime": 1725010459970
|
||||
"updateTime": 1725617213052
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3208,7 +3208,7 @@ function renderPowerUp(powerUp) {
|
|||
break;
|
||||
}
|
||||
case SkillPowerUpKind.ScaleMatchAttrs: {
|
||||
let matches = powerUp.matches, min = powerUp.min, max = powerUp.max, baseAtk = powerUp.baseAtk, baseRcv = powerUp.baseRcv, bonusAtk = powerUp.bonusAtk, bonusRcv = powerUp.bonusRcv;
|
||||
let { matches, min, max, baseAtk, baseRcv, bonusAtk, bonusRcv } = powerUp;
|
||||
let dict = {
|
||||
matches: matches.map(orbs=>renderOrbs(orbs)).nodeJoin(tsp.word.slight_pause()),
|
||||
min: min,
|
||||
|
|
|
@ -451,7 +451,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"images/cards_ja/CARDS_113.PNG",
|
||||
"55bf42246d7e50a957b346024e403961"
|
||||
"3270746387757388a9571866907645a6"
|
||||
],
|
||||
[
|
||||
"images/cards_ja/CARDS_114.PNG",
|
||||
|
@ -459,7 +459,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"images/cards_ja/CARDS_115.PNG",
|
||||
"d3ad4455ab19e162e7d7a14e4626b197"
|
||||
"0dd7904eb41696d21cf50bd0f4d1f22f"
|
||||
],
|
||||
[
|
||||
"images/cards_ja/CARDS_116.PNG",
|
||||
|
@ -33595,7 +33595,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"script-skill-parser.js",
|
||||
"af39cebd44f8fe27209466487dfbb8d5"
|
||||
"7eb75bb6cc99901755f7936e32ee985e"
|
||||
],
|
||||
[
|
||||
"script-universal_function.js",
|
||||
|
|
Loading…
Reference in New Issue