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
+118
View File
@@ -0,0 +1,118 @@
{
"id": "miko",
"name": "Gyakushinn Miko",
"type": "biologic",
"valkyrie": "sakura",
"strengths": ["physical", "burst", "bleed"],
"leader": {
"core": {
"name": "Heart of Prajna",
"description": "Leader Bonus:\nHeart of Prajna: When Combo Hit Count exceeds 20, team gains 12% Physical DMG."
},
"subskills": [
{
"name": "Heart of Prajna",
"description": "Team gains 18% Physical DMG when Combo Hit Count exceeds 20.",
"requiredRank": "s"
}
]
},
"special": {
"core": {
"name": "Combo: Shunmetsu",
"description": "Penetrates enemy with a charged One Flash, dealing damage.\nOne Flash: 100% ATK of Physical DMG.\nOne Flash consumes Sakura Brands from enemies upon hit and unleashes One Slash, dealing 400% ATK of Physical DMG and knocking them airborne."
},
"subskills": [
{
"name": "QTE: Void Triplex",
"description": "Switch: Swift Kill. Triggers QTE when enemy is knocked airborne. Unleashes 3 blade waves, each wave dealing 50%+154% ATK of Physical DMG and adding 1 Sakura Count."
},
{
"name": "One Slash",
"description": "Increases One Slash DMG to 400%+600% ATK of Physical DMG."
},
{
"name": "Chain Flash",
"description": "Triggers One Flash 5 additional times (once for each Sakura Brand present) when there are multiple enemies marked with a Sakura Brand.",
"requiredRank": "s"
}
]
},
"passive": {
"core": {
"name": "Passive",
"description": "Passive bonuses apply automatically.\nSakura Brand: Clears the Sakura Count on enemy once the count has reached 3 and inflicts a Sakura Brand. The Sakura Brand lasts for 10s."
},
"subskills": [
{
"name": "Punctured Kabuto",
"description": "Increases Crit Rate by X% and Crit DMG by X% when breaching the enemy's Elite Shield."
},
{
"name": "Sakura no Haku",
"description": "Basic ATKs deal additional 35.0% ATK of Physical DMG to enemies without a Sakura Brand.",
"requiredRank": "sss"
},
{
"name": "Iaido",
"description": "Shortens CD of Ultimate Evasion by 4.0s.",
"requiredRank": "s"
}
]
},
"ultimate": {
"core": {
"name": "Crimson Naraka",
"description": "Trigger Valkyrie burst to augment attack mode and gain Ignore Interrupt.\nBurst deals 50% ATK of DMG and inflicts a Sakura Brand onto enemy. SP Cost: 100.\nAfter activation, Basic ATKs turn into One Flash. Hitting an enemy with this One Flash adds 1 Sakura Count. Duration: 10s."
},
"subskills": [
{
"name": "Blinding Draw",
"description": "When unleashing Ultimate, deal 50%+200.0% ATK of Physical DMG to surrounding enemies."
},
{
"name": "Ardor",
"description": "Increases Crit DMG by 40.0% during Ultimate.",
"requiredRank": "s"
}
]
},
"evasion": {
"core": {
"name": "Shuryu Slash",
"description": "Quick dash to evade enemy attacks.\nUltimate Evasion: Generates a 3-sequence sword aura, each hit dealing 10% ATK of Physical DMG to surrounding enemies.\nShuryu Slash: Each sword aura hit adds a Sakura count onto the target upon Ultimate Evasion. CD: 15s."
},
"subskills": [
{
"name": "Lethal Mark",
"description": "Enhances the sword barrage generated upon an Ultimate Evasion, with each hit gaining 60.0% ATK of Physical DMG.",
"requiredRank": "ss"
},
{
"name": "Zanshin",
"description": "Upon Ultimate Evasion, gain 20.0% Attack Speed for 4.0s to self.",
"requiredRank": "s"
}
]
},
"basic": {
"core": {
"name": "Sakuraoti",
"description": "Switch 6-sequence slash attack.\n1st Sequence: 50% ATK of DMG.\n2nd Sequence: 70% ATK of DMG.\n3rd Sequence: 100% ATK of DMG.\n4th Sequence: 120% ATK of DMG.\n5th Sequence: 120% ATK of DMG.\n6th Sequence: 150% ATK of DMG.\nThe 3rd and 5th sequences of the Basic ATK adds 1 Sakura Count to the target."
},
"subskills": [
{
"name": "Thorny Blossoms",
"description": "20.0% chance to bleed enemies hit, dealing 32.0 DMG every 0.5s for 5.0s."
},
{
"name": "Flourish",
"description": "When Combo Hit Count exceeds 20 and 50, gain 29.0% and 50.0% Total DMG Multiplier respectively."
},
{
"name": "San-Ge Brand",
"description": "Extends the duration of Sakura Brand to applied by self to 20.0s. 5-sequence Basic ATKs gains 20.0% Total DMG Multiplier."
}
]
}
}