Add weapon data

This commit is contained in:
Sakura Knoll
2021-12-20 02:47:35 +09:00 Unverified
parent 61bf657f23
commit a79d8aee6f
552 changed files with 4532 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"id": "starlance-prime",
"name": "Starlance Prime",
"atk": 287,
"crt": 11,
"rarity": 5,
"skills": [
{
"name": "Dawning Glory",
"description": "[SP: 0][CD: 25s] Unleash a thrust dealing 50% ATK of Physical DMG. Against enemies not in invincibility or Iron Body, this attack triggers a Throw to control enemies and deal 90% ATK of Physical DMG + 900.0% ATK of Fire DMG. During certain enemy moves and when the active button is flashing, a Throw counter can be performed unconditionally, controlling enemies and dealing 20% ATK of Physical DMG + 700.0% ATK of Fire DMG (does not reset CD).Casting Throws, Ultimate, or entering burst mode inflicts Stardust on enemies. CD: 25s. Stardust does not expire and cannot stack. Wielder's Charged ATKs can shatter Stardust to trigger an explosion dealing 1,500.0% ATK of Fire DMG in a certain area."
},
{
"name": "Fire Star",
"description": "Ultimate or burst mode attacks deal 25.0% bonus Fire DMG. Enemies hit by the shattered Stardust blast take 16.0% bonus Fire DMG for 10s. Subsequent procs reset the duration."
}
]
}