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
+19
View File
@@ -0,0 +1,19 @@
{
"id": "lucia",
"name": "Lucia",
"category": "lance",
"atk": 275,
"crt": 29,
"rarity": 5,
"skills": [
{
"name": "Flash Slam",
"description": "[SP: 0][CD: 25s] Launches a thrust attack, dealing 50% ATK of Physical DMG. If the thrust hits an enemy who is not in Invincibility or Iron Body state, then unleashes Throw ATK, controlling the target and dealing 90%+1,200.0% ATK of Physical DMG. While an enemy is launching certain moves, the wielder can unleash a counterstrike Throw with no restrictions when the weapon skill button flashes to control the enemy and deal 20%+600.0% ATK of Physical DMG; this attack has no CD. After triggering this Throw, the wielder gains Fyre Mantle which reduces 30.0% of the Total DMG she takes for 10s."
},
{
"name": "Ignis Stella",
"description": "Deals 15.0% more Fire DMG; additionally deals 35.0% more Fire DMG against ignited enemies."
}
],
"version": "3.8"
}