Skip to content

Commit b6fd584

Browse files
committed
Add "Cursed Blade" placeholder data
1 parent bcd6e0d commit b6fd584

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/data/gamedata/weapons.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2401,6 +2401,35 @@
24012401
}
24022402
]
24032403
},
2404+
"Cursed Blade": {
2405+
"name": "Cursed Blade",
2406+
"desc": "*Weapon obtained from the relvant 2.8 storyline quest*",
2407+
"weaponType": "Sword",
2408+
"stars": 4,
2409+
"placeholder": true,
2410+
"placeholderStats": {
2411+
"level": 90,
2412+
"stats": {
2413+
"Base ATK": 510,
2414+
"ATK%": 0.413
2415+
}
2416+
},
2417+
"ascensionCosts": {
2418+
"template": "weaponAscensionsCosts4",
2419+
"mapping": {
2420+
"EnemyDropTierA1": "Gloomy Statuette",
2421+
"EnemyDropTierA2": "Dark Statuette",
2422+
"EnemyDropTierA3": "Deathly Statuette",
2423+
"EnemyDropTierB1": "Spectral Husk",
2424+
"EnemyDropTierB2": "Spectral Heart",
2425+
"EnemyDropTierB3": "Spectral Nucleus",
2426+
"WeaponAsc1": "Mask of the Wicked Lieutenant",
2427+
"WeaponAsc2": "Mask of the Tiger's Bite",
2428+
"WeaponAsc3": "Mask of the One-Horned",
2429+
"WeaponAsc4": "Mask of the Kijin"
2430+
}
2431+
}
2432+
},
24042433
"Dark Iron Sword": {
24052434
"name": "Dark Iron Sword",
24062435
"desc": "A perfectly ordinary iron sword, just slightly darker than most.",

0 commit comments

Comments
 (0)