Restructure data modules
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"id": "be",
|
||||
"name": "Blood Embrace",
|
||||
"baseRank": 1,
|
||||
"strengths": ["physical dmg"],
|
||||
"skillRows": [
|
||||
[
|
||||
{
|
||||
"type": "basic",
|
||||
"name": "Ax of Destruction",
|
||||
"description": "Unleashes a mighty forward swing with a giant ax, dealing 490% ATK of Physical DMG, and restores 8 SP upon hit.\nATK Interval: 3.3s",
|
||||
"requiredRank": 1
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Glary Imprint",
|
||||
"description": "ELF's Basic ATK has a 50% chance of dealing 300.0% more DMG; CD: 5s.",
|
||||
"requiredRank": 3
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "ultimate",
|
||||
"name": "Bloody Sentence",
|
||||
"description": "Charge at the target while swinging a giant ax, dealing 360% x 3 ATK of Physical DMG to nearby enemies, then toss ax into the sky. When the ax slams on the ground, deal 2900% ATK of AOE Physical DMG near the target. Bloody Sentence deals 100% more shield DMG and 3,000 more DMG against shields.\nCD: 30s\nSP: 75",
|
||||
"requiredRank": 1
|
||||
},
|
||||
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Final Judgment",
|
||||
"description": "ELF's Ultimate deals 30.0% more Total DMG.",
|
||||
"requiredRank": 3
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
|
||||
"name": "Raging Wrath",
|
||||
"description": "After unleashing ELF's Ultimate, ELF's Basic ATK deals 30.0% more Total DMG for 15s.",
|
||||
"requiredRank": 4
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Siphon Life",
|
||||
"description": "ELF's Physical DMG increases by 50% deals 200% more damage against shields or enemies that only take fixed amounts of damage.",
|
||||
"requiredRank": 1
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Godsbane Grip",
|
||||
"description": "ELF deals 20.0% more Total DMG for 15s after ELF breaks an enemy shield.",
|
||||
"requiredRank": 4
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Holy Light",
|
||||
"description": "ELF's initial SP increases by 40.0.",
|
||||
"requiredRank": 1
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Greed",
|
||||
"description": "ELF deals 12.0% more Physical DMG.",
|
||||
"requiredRank": 1
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Armor Breaker",
|
||||
"description": "ELF deals 30.0% more DMG against shields.",
|
||||
"requiredRank": 2
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Pride",
|
||||
"description": "ELF deals 10.0% more Total DMG.",
|
||||
"requiredRank": 3
|
||||
}
|
||||
]
|
||||
],
|
||||
"version": "3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user