Skip to content

Commit

Permalink
Update 2.5 weapon placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibowl committed Feb 13, 2022
1 parent 95f44a7 commit 5981a2c
Showing 1 changed file with 58 additions and 2 deletions.
60 changes: 58 additions & 2 deletions src/data/gamedata/weapons.json
Expand Up @@ -5759,7 +5759,35 @@
"weaponType": "Catalyst",
"stars": 5,
"placeholder": true,
"icon": "https://i.imgur.com/nmGc9tk.png"
"placeholderStats": {
"level": 90,
"stats": {
"Base ATK": 608,
"CRIT DMG": 0.662
}
},
"icon": "https://i.imgur.com/nmGc9tk.png",
"ascensionCosts": {
"template": "weaponAscensionsCosts5",
"mapping": {
"EnemyDropTierA1": "Concealed Claw",
"EnemyDropTierA2": "Concealed Unguis",
"EnemyDropTierA3": "Concealed Talon",
"EnemyDropTierB1": "Spectral Husk",
"EnemyDropTierB2": "Spectral Heart",
"EnemyDropTierB3": "Spectral Nucleus",
"WeaponAsc1": "Mask of the Wicked Lieutenant",
"WeaponAsc2": "Mask of the Tiger's Bite",
"WeaponAsc3": "Mask of the One-Horned",
"WeaponAsc4": "Mask of the Kijin"
}
},
"refinements": [
{
"name": "Kagura Dance of the Sacred Sakura",
"desc": "Gains the Kagura Dance effect when using an Elemental Skill, causing the Elemental Skill DMG of the character wielding this weapon to increase by **12%** for 16s. Max 3 stacks. This character will gain **12%** All Elemental DMG Bonus when they possess 3 stacks."
}
]
},
"Katsuragikiri Nagamasa": {
"name": "Katsuragikiri Nagamasa",
Expand Down Expand Up @@ -7517,7 +7545,35 @@
"weaponType": "Catalyst",
"stars": 4,
"placeholder": true,
"icon": "https://i.imgur.com/xTtc1F8.png"
"placeholderStats": {
"level": 90,
"stats": {
"Base ATK": 565,
"ATK%": 0.276
}
},
"icon": "https://i.imgur.com/xTtc1F8.png",
"ascensionCosts": {
"template": "weaponAscensionsCosts4",
"mapping": {
"EnemyDropTierA1": "Concealed Claw",
"EnemyDropTierA2": "Concealed Unguis",
"EnemyDropTierA3": "Concealed Talon",
"EnemyDropTierB1": "Spectral Husk",
"EnemyDropTierB2": "Spectral Heart",
"EnemyDropTierB3": "Spectral Nucleus",
"WeaponAsc1": "Coral Branch of a Distant Sea",
"WeaponAsc2": "Jeweled Branch of a Distant Sea",
"WeaponAsc3": "Jade Branch of a Distant Sea",
"WeaponAsc4": "Golden Branch of a Distant Sea"
}
},
"refinements": [
{
"name": "People of the Faltering Light",
"desc": "Increases Energy Recharge by **24%** for 10s after using an Elemental Skill."
}
]
},
"Old Merc's Pal": {
"name": "Old Merc's Pal",
Expand Down

0 comments on commit 5981a2c

Please sign in to comment.