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": "osahoko",
"name": "Osahoko",
"atk": 287,
"crt": 27,
"rarity": 5,
"skills": [
{
"name": "Turbulence",
"description": "Upon Ultimate Evasion, gain an EM Charge that lasts 5s. The first attack that hits within this period consumes the EM Charge and deals an additional 4,000 Lightning DMG and 4,000 Physical DMG. Only 1 EM Charge can be gained every 1.5s."
},
{
"name": "EM Radiation",
"description": "Attacks have a 8.0% chance of paralyzing target and surrounding enemies for 3s. CD: 6s."
}
]
}