Skip to content

Commit 9dd7eb2

Browse files
committed
Update Aqua Simulacra and Fading Twilight placeholders
1 parent 073b69c commit 9dd7eb2

File tree

1 file changed

+58
-2
lines changed

1 file changed

+58
-2
lines changed

src/data/gamedata/weapons.json

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,35 @@
581581
"placeholder": true,
582582
"weaponType": "Bow",
583583
"stars": 5,
584-
"icon": "https://cdn.discordapp.com/attachments/977179265307144242/977487457803178004/Aqua.png"
584+
"icon": "https://cdn.discordapp.com/attachments/977179265307144242/977487457803178004/Aqua.png",
585+
"placeholderStats": {
586+
"level": 90,
587+
"stats": {
588+
"Base ATK": 542,
589+
"CRIT DMG": 0.882
590+
}
591+
},
592+
"refinements": [
593+
{
594+
"name": "The Cleansing Form",
595+
"desc": "HP is increased by **16%**. When there are opponents nearby, the DMG dealt by the wielder of this weapon is increased by 20%. This will take effect whether the character is on-field or not."
596+
}
597+
],
598+
"ascensionCosts": {
599+
"template": "weaponAscensionsCosts3",
600+
"mapping": {
601+
"EnemyDropTierA1": "Gloomy Statuette",
602+
"EnemyDropTierA2": "Dark Statuette",
603+
"EnemyDropTierA3": "Deathly Statuette",
604+
"EnemyDropTierB1": "Spectral Husk",
605+
"EnemyDropTierB2": "Spectral Heart",
606+
"EnemyDropTierB3": "Spectral Nucleus",
607+
"WeaponAsc1": "Luminous Sands from Guyun",
608+
"WeaponAsc2": "Lustrous Stone from Guyun",
609+
"WeaponAsc3": "Relic from Guyun",
610+
"WeaponAsc4": "Divine Body from Guyun"
611+
}
612+
}
585613
},
586614
"Aquila Favonia": {
587615
"name": "Aquila Favonia",
@@ -3741,7 +3769,35 @@
37413769
"placeholder": true,
37423770
"weaponType": "Bow",
37433771
"stars": 4,
3744-
"icon": "https://cdn.discordapp.com/attachments/977179265307144242/977487458138750996/Fading_Twilight.png"
3772+
"icon": "https://cdn.discordapp.com/attachments/977179265307144242/977487458138750996/Fading_Twilight.png",
3773+
"placeholderStats": {
3774+
"level": 90,
3775+
"stats": {
3776+
"Base ATK": 565,
3777+
"Energy Recharge": 0.306
3778+
}
3779+
},
3780+
"refinements": [
3781+
{
3782+
"name": "Radiance of the Deeps",
3783+
"desc": "Has three states, Evengleam, Afterglow, and Dawnblaze, which increase DMG dealt by **6%/10%/14%** respectively. When attacks hit opponents, this weapon will switch to the next state. This weapon can change states once every 7s. The character equipping this weapon can still trigger the state switch while not on field."
3784+
}
3785+
],
3786+
"ascensionCosts": {
3787+
"template": "weaponAscensionsCosts3",
3788+
"mapping": {
3789+
"EnemyDropTierA1": "Hunter's Sacrificial Knife",
3790+
"EnemyDropTierA2": "Agent's Sacrificial Knife",
3791+
"EnemyDropTierA3": "Inspector's Sacrificial Knife",
3792+
"EnemyDropTierB1": "Divining Scroll",
3793+
"EnemyDropTierB2": "Sealed Scroll",
3794+
"EnemyDropTierB3": "Forbidden Curse Scroll",
3795+
"WeaponAsc1": "Grain of Aerosiderite",
3796+
"WeaponAsc2": "Piece of Aerosiderite",
3797+
"WeaponAsc3": "Bit of Aerosiderite",
3798+
"WeaponAsc4": "Chunk of Aerosiderite"
3799+
}
3800+
}
37453801
},
37463802
"Favonius Codex": {
37473803
"name": "Favonius Codex",

0 commit comments

Comments
 (0)