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": "nuwa-27s-sword",
"name": "Nuwa's Sword",
"atk": 272,
"crt": 38,
"rarity": 5,
"skills": [
{
"name": "Flame Spirit",
"description": "[SP: 15][CD: 12s] Summons a Flame Fairy that launches fire balls at nearby targets. Each fire ball deals 960 Fire DMG to enemies in a small AOE. The Flame Fairy lasts for 10s. Stores 2 charges."
},
{
"name": "Flame Ring",
"description": "Attacks have a 5.0% chance of activating a flame sword aura around the character, igniting nearby enemies and dealing 188 Fire DMG per 0.5s for 3s."
}
]
}