Restructure data modules

This commit is contained in:
Sakura Knoll
2022-01-01 15:10:17 +09:00 Unverified
parent 4ddb6c8eed
commit 3af8a985b0
1049 changed files with 53 additions and 40 deletions
@@ -0,0 +1,18 @@
{
"id": "nuwa-s-sword",
"name": "Nuwa's Sword",
"category": "katana",
"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."
}
]
}