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": "jingwei-s-wings",
"name": "Jingwei's Wings",
"category": "pistol",
"atk": 259,
"crt": 30,
"rarity": 5,
"skills": [
{
"name": "Sealing Feather",
"description": "[SP: 18][CD: 25s] Summons a meteor shower to smite random enemies. Deals 90% ATK of Physical DMG and ignites them to cause 97 Fire DMG every 0.5s for 1.5s. This meteor shower lasts 12s."
},
{
"name": "Endless",
"description": "For each repeated hit on the same target (target resets if no attacks occur in 2.5s), the next attack gains 2.0% Crit Rate (caps at 20%) and 5.0% Crit DMG (caps at 50%)."
}
]
}