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": "starry-woofers",
"name": "Starry Woofers",
"atk": 234,
"crt": 8,
"rarity": 5,
"skills": [
{
"name": "Soul Wave",
"description": "[SP: 14][CD: 15s] Attacks against an enemy at front deals 300% ATK of Physical DMG. For the next 15s, every Sparkling Star picked up by the team adds a 50% ATK of Physical DMG boost to the skill.[Concert Stage] When picking up a Sparkling Star, all characters gain 10% Move Speed and 10% Physical DMG for 5s. Effect cannot stack."
},
{
"name": "Sparkling Star",
"description": "When the character is deployed, 1 Sparkling Star appears nearby every 3s. Sparkling Star lasts 4.5s. When picking up the Sparkling Star, deal 200% ATK of Physical DMG to a random, nearby target and enemies surrounding it."
}
]
}