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
@@ -0,0 +1,17 @@
{
"id": "dawn-breaker-talwar",
"name": "Dawn Breaker - Talwar",
"atk": 275,
"crt": 27,
"rarity": 5,
"skills": [
{
"name": "Shock Impact",
"description": "[SP: 10][CD: 30s] Charges forward to attack the enemy, dealing 900% ATK of Physical DMG. Wielder then recovers 4 SP per 0.5s for 8s."
},
{
"name": "Capacitance Plus",
"description": "During Ultimate or Burst mode, ATKs gain 10.0% Total DMG Multiplier and 16.0% higher Crit Rate. Character starts with 10.0 more SP. Does not work in Open World."
}
]
}