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": "selune-27s-elegy",
"name": "Selune's Elegy",
"atk": 275,
"crt": 27,
"rarity": 5,
"skills": [
{
"name": "Swarm of Crows",
"description": "[SP: 9][CD: 22s] Summons and deploys the weapon. For the next 10s, enemies within the AOE are marked. Marked enemies take 150% ATK of Ice DMG every 1s for 10s. Enemies who enter or leave the weapon AOE take 400% ATK of Ice DMG immediately. Effect has a 0.5s trigger interval."
},
{
"name": "Angel of the Moon",
"description": "When charged attacks hit, deal 1,000 Physical DMG and 1,500 Ice DMG to target and nearby enemies. CD: 5.0s."
}
]
}