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": "swan-lake",
"name": "Swan Lake",
"atk": 274,
"crt": 31,
"rarity": 5,
"skills": [
{
"name": "Austenite Blade",
"description": "[SP: 18][CD: 30s] Triggers 2 explosions that deal 50% + 300% + 500% ATK of Physical DMG. The 2nd explosion impairs the enemy (DEF lowered by 50%) for 8.0s. Can hold 2 charges. Performing Retaliation EX gives the Blueberry Blitz 1 charge. The next use of Austenite Blade gives 9 SP in return."
},
{
"name": "Odette's Apotheosis",
"description": "When Ultimate hits, wielder gains 40.0% Physical DMG and 40.0% Crit DMG for 9.0s."
}
]
}