Skip to content

Commit 69916dc

Browse files
committed
Update weapon placeholder
1 parent b9bdc0b commit 69916dc

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

src/data/gamedata/artifacts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@
17171717
},
17181718
{
17191719
"count": 4,
1720-
"desc": "After using an Elemental Burst, this character will gain the Nascent Light effect, increasing their ATK by 8% for 16s. When the character's HP decreases, their ATK will further increase by 10%. This increase can occur this way a maximum of 4 times. This effect can be triggered once every 0.8s. Nascent Light will be dispelled when the character leaves the field. If an Elemental Burst is used again during the duration of Nascent Light, the original Nascent Light will be dispelled."
1720+
"desc": "After using an Elemental Burst, this character will gain the Nascent Light effect, increasing their ATK by 8% for 16s. When the character's HP decreases, their ATK will further increase by 10%. This further increase can occur this way a maximum of 4 times. This effect can be triggered once every 0.8s. Nascent Light will be dispelled when the character leaves the field. If an Elemental Burst is used again during the duration of Nascent Light, the original Nascent Light will be dispelled."
17211721
}
17221722
]
17231723
},

src/data/gamedata/materials.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7919,5 +7919,12 @@
79197919
"type": "Gadget",
79207920
"category": "Utility Items",
79217921
"icon": "https://i.imgur.com/0ft5iCr.png"
7922+
},
7923+
"Gloomy Statuette": {
7924+
"name": "Gloomy Statuette",
7925+
"desc": "*Upcoming material in 2.6, used to upgrade Haran Geppaku Futsu*",
7926+
"type": "Character Level-Up Material",
7927+
"category": "Trophies",
7928+
"icon": "https://i.imgur.com/6kyEkI5.png"
79227929
}
79237930
}

src/data/gamedata/weapons.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5357,7 +5357,35 @@
53575357
"placeholder": true,
53585358
"weaponType": "Sword",
53595359
"stars": 5,
5360-
"icon": "https://i.imgur.com/MSdfmFq.png"
5360+
"icon": "https://i.imgur.com/MSdfmFq.png",
5361+
"placeholderStats": {
5362+
"level": 90,
5363+
"stats": {
5364+
"Base ATK": 608,
5365+
"CRIT Rate": 0.331
5366+
}
5367+
},
5368+
"refinements": [
5369+
{
5370+
"name": "Honed Flow",
5371+
"desc": "Obtain **12%** All Elemental DMG Bonus. When other nearby party members use Elemental Skills, the character equipping this weapon will gain 1 Wavespike stack. Max 2 stacks. This effect can be triggered once every 0.3s. When the character equipping this weapon uses an Elemental Skill, all stacks of Wavespike will be consumed to gain Rippling Upheaval: each stack of Wavespike consumed will increase Normal Attack DMG by **20%** for 8s."
5372+
}
5373+
],
5374+
"ascensionCosts": {
5375+
"template": "weaponAscensionsCosts3",
5376+
"mapping": {
5377+
"EnemyDropTierA1": "Gloomy Statuette",
5378+
"EnemyDropTierA2": "Unknown",
5379+
"EnemyDropTierA3": "Unknown",
5380+
"EnemyDropTierB1": "Old Handguard",
5381+
"EnemyDropTierB2": "Kageuchi Handguard",
5382+
"EnemyDropTierB3": "Famed Handguard",
5383+
"WeaponAsc1": "Narukami's Wisdom",
5384+
"WeaponAsc2": "Narukami's Joy",
5385+
"WeaponAsc3": "Narukami's Affection",
5386+
"WeaponAsc4": "Narukami's Valor"
5387+
}
5388+
}
53615389
},
53625390
"Harbinger of Dawn": {
53635391
"name": "Harbinger of Dawn",

0 commit comments

Comments
 (0)