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": "betrayer",
"name": "Betrayer",
"category": "greatsword",
"atk": 245,
"crt": 15,
"rarity": 5,
"skills": [
{
"name": "Treason",
"description": "[SP: 18][CD: 12s] Launches 6 homing missiles in a row, each dealing 200% ATK of Physical DMG to the target an nearby enemies in a small AOE. Hit enemies are stunned for 2.50s."
},
{
"name": "Betrayer's Counter",
"description": "When attacked, gain a 50% chance of dealing 160% ATK of Physical DMG."
}
]
}