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
+126
View File
@@ -0,0 +1,126 @@
{
"id": "vr",
"name": "Valkyrie Ranger",
"type": "mecha",
"valkyrie": "kiana",
"strengths": ["physical", "gather", "bleed"],
"leader": {
"core": {
"name": "Flying Comet",
"description": "Leader Bonus:\nSpeed Boost: Team gains 10% Move Speed. MECH-type characters gain 5% Attack Speed."
},
"subskills": [
{
"name": "Speed Boost",
"description": "Team gains 25% Move Speed. MECH-type characters gain 14% Attack Speed.",
"requiredRank": "s"
}
]
},
"special": {
"core": {
"name": "Combo: Aerolite Impact",
"description": "Fires a Power Shot after 3 consecutive shots.\nPower Shot: 350% ATK of Physical DMG to all targets in a straight line."
},
"subskills": [
{
"name": "Comet Blast",
"description": "Crit hit of Combo ATKs has a 50.0% chance to stun enemies for 3.0s."
},
{
"name": "Nova Barrage",
"description": "Combo ATKs additionally deals 296 Physical DMG against the target.",
"requiredRank": "s"
},
{
"name": "Falling Comet",
"description": "When performing Combo ATKs, gain Ignore Interrupt and 60.0% DEF.",
"requiredRank": "ss"
}
]
},
"passive": {
"core": {
"name": "Passive",
"description": "Passive bonuses apply automatically."
},
"subskills": [
{
"name": "Antimatter Rounds",
"description": "Deal 60.0% more DMG against shields."
},
{
"name": "Shattering Blow",
"description": "Upon shield break, stuns enemy for 4.0s and deals 100% ATK of Physical DMG."
},
{
"name": "Critical Mastery",
"description": "Gain 10.0% Crit DMG. Deal 50.0% more Crit DMG against frozen enemies.",
"requiredRank": "ss"
}
]
},
"ultimate": {
"core": {
"name": "Gungnir Fire",
"description": "Summons a Valkyrie heavy cannon to blast away at enemies before her.\nUncanny Cannon: Up to 1200% of ATK of Physical DMG.\nSP Cost: 50"
},
"subskills": [
{
"name": "Valkyrie Impact",
"description": "The last hit of the Ultimate stuns enemy for 5.0s."
},
{
"name": "Valkyrie Impulse",
"description": "During Ultimate, tap [ATK] repeatedly to additionally deal 371 Fire DMG for each tap (max: 15 times).",
"requiredRank": "s"
},
{
"name": "Valkyrie Frenzy",
"description": "Ultimate gains 20.0% Crit DMG.",
"requiredRank": "sss"
}
]
},
"evasion": {
"core": {
"name": "Singularity",
"description": "Quickly cartwheels away to evade enemy attacks. Can be performed twice in a row.\nEnergy Black Hole: Triggers upon an Ultimate Evasion. Lasts for 2s, during which it pulls in enemies nearby. CD: 10s."
},
"subskills": [
{
"name": "Star Sprint",
"description": "After evasion or battle entry, gain 70.0% Move Speed for 4.0s. CD: 6s."
},
{
"name": "Time Bender",
"description": "Shortens CD of Ultimate Evasion by 3.0s."
},
{
"name": "Nova Collapse",
"description": "Extends the duration of Energy Black Hole to 5.0s and expands the pull-in range by 6.0 meters.",
"requiredRank": "s"
}
]
},
"basic": {
"core": {
"name": "Gyrodrive Kata",
"description": "Fire 4 shots in rapid succession.\n1st Shot: 100% ATK of Physical DMG.\n2nd Shot: 100% ATK of Physical DMG.\n3rd Shot: 150% ATK of Physical DMG.\n4th Shot: 250% ATK of Physical DMG."
},
"subskills": [
{
"name": "Concentrate Fire",
"description": "Each repeated attack against the same target gains 2% ATK Speed (max: 35%). Effect resets if not attacking for 2s or switching targets."
},
{
"name": "Bleeding Shot",
"description": "Crit hit of Basic ATKs has a 80% chance to bleed enemies, dealing 255 Physical DMG every 0.5s for 4.0s."
},
{
"name": "QTE: Meteor Shower",
"description": "QTE: Triggers when an enemy is frozen, dealing 600% ATK of Physical DMG against a single target. Last hit of the QTE deals 400.1% ATK of AOE Physical DMG and impairs the target, reducing their DEF by 60% for 6s."
}
]
}
}