Restructure data modules
This commit is contained in:
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"id": "bl",
|
||||
"name": "Bella",
|
||||
"baseRank": 2,
|
||||
"strengths": ["lightning dmg"],
|
||||
"skillRows": [
|
||||
[
|
||||
{
|
||||
"type": "basic",
|
||||
"name": "Thundering Verdict",
|
||||
"description": "Basic ATKs deal 540% ATK of Lightning DMG. Restores 1.85 SP every second in battle.\nATK Interval: 3.3s",
|
||||
"requiredRank": 2
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Galvanize",
|
||||
"description": "ELF deals 20.0% bonus Lightning DMG.",
|
||||
"requiredRank": 2
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Fulminating Blast",
|
||||
"description": "ELF's attacks have a 50.0% chance to deal 250.0% ATK of bonus Lightning DMG. CD: 6s.",
|
||||
"requiredRank": 2
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Conducting Rod",
|
||||
"description": "ELF deals 25.0% bonus Total DMG when there's only one enemy on the field.",
|
||||
"requiredRank": 3
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "ultimate",
|
||||
"name": "Lightning Arrows",
|
||||
"description": "Shoots multiple thunderbolts dealing 300% x 2 + 160% x 10 + 560% ATK of Lightning DMG and boosting Lightning DMG taken by enemies hit by 8.0% for 6s (can be refreshed). If the last hit lands on a single target, it deals 800% ATK of bonus Lightning DMG and paralyzes the enemy for 1.0s.\nCD: 35s\nSP: 75",
|
||||
"requiredRank": 2
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Dragon Rage",
|
||||
"description": "When there's only one enemy on the field, every thunderbolt of Ultimate deals 40.0% bonus Lightning DMG.",
|
||||
"requiredRank": 2
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Lethal Smite",
|
||||
"description": "Ultimate boosts Lightning DMG taken by enemies hit by 7.0%.",
|
||||
"requiredRank": 3
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Conducting Cage",
|
||||
"description": "The Lightning DMG bonus of Ultimate's last hit lasts 10.0%.",
|
||||
"requiredRank": 4
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Dragon Guard",
|
||||
"description": "[Team] With a Fast ATK leader, the team deals 8% bonus Elemental DMG.",
|
||||
"requiredRank": 2
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Electrifying Dance",
|
||||
"description": "ELF's has 50.0 bonus initial SP.",
|
||||
"requiredRank": 2
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Dragon Blood",
|
||||
"description": "[Team] ELF deals 15% bonus Lightning DMG when there's at least one Lightning DMG dealer on the team.",
|
||||
"requiredRank": 3
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Electrine Soul",
|
||||
"description": "[Team] With a Lightning DMG leader, team deals 6% bonus Lightning DMG.",
|
||||
"requiredRank": 4
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "team",
|
||||
"name": "Lunar Mending",
|
||||
"description": "Restores 300.0 HP for the deployed Valkyrie when her HP drops below 50%. CD: 50s.",
|
||||
"requiredRank": 2
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Harmony Crescent",
|
||||
"description": "Lunar Mending's CD is reduced to 30s.",
|
||||
"requiredRank": 2
|
||||
},
|
||||
{
|
||||
"type": "passive",
|
||||
"name": "Moon Touch",
|
||||
"description": "Lunar Mending restores 450.0 HP instead.",
|
||||
"requiredRank": 3
|
||||
}
|
||||
]
|
||||
],
|
||||
"version": "4.1"
|
||||
}
|
||||
Reference in New Issue
Block a user