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": "sakura-blossom",
"name": "Sakura Blossom",
"atk": 289,
"crt": 29,
"rarity": 5,
"skills": [
{
"name": "Falling Petals",
"description": "[SP: 15][CD: 12s] Sprints forward for a short distance to deal 400.0% ATK of Physical DMG to enemies hit along the way, stunning those with a Sakura Brand for 3.5s.Gyakushinn Miko equip bonus: Enemies hit will be marked with a Sakura Brand."
},
{
"name": "Round Dance",
"description": "Attacks have a 100.0% chance of unleashing a Blade Wave, dealing 200.0% ATK + 1,920 of Physical DMG. Blade Wave CD: 4.8s.Gyakushinn Miko equip bonus: Blade Wave adds 1 Sakura Count to the enemy. When One Slash hits the enemy, Blade Wave CD is immediately reset."
}
]
}