Skip to content

Commit bcd6e0d

Browse files
committed
Add Heizou talents
1 parent e1a6b24 commit bcd6e0d

File tree

1 file changed

+52
-6
lines changed

1 file changed

+52
-6
lines changed

src/data/gamedata/characters.json

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20368,6 +20368,8 @@
2036820368
}
2036920369
},
2037020370
"meta": {
20371+
"birthDay": 24,
20372+
"birthMonth": 7,
2037120373
"association": "Inazuma",
2037220374
"title": "Analytical Harmony",
2037320375
"detail": "A young prodigy detective from the Tenryou Commission. His senses are sharp and his thoughts are clear.",
@@ -20383,18 +20385,48 @@
2038320385
"talents": [
2038420386
{
2038520387
"name": "Normal Attack: Fudou Style Martial Arts",
20386-
"desc": "Performs fisticuffs empowered by a mighty wind.",
20387-
"icon": "img/skill/Common_Catalyst.png"
20388+
"desc": "**Normal Attack**\nPerforms up to 5 fisticuffs empowered by a mighty wind, dealing **Anemo DMG**.\n**Charged Attack**\nConsumes a set amount of Stamina to perform a sweeping kick, dealing **Anemo DMG**.",
20389+
"icon": "img/skill/Common_Catalyst.png",
20390+
"costs": {
20391+
"template": "talentCosts",
20392+
"mapping": {
20393+
"Book": "Transience",
20394+
"BossMat": "The Meaning of Aeons",
20395+
"EnemyDropTier1": "Treasure Hoarder Insignia",
20396+
"EnemyDropTier2": "Silver Raven Insignia",
20397+
"EnemyDropTier3": "Golden Raven Insignia"
20398+
}
20399+
}
2038820400
},
2038920401
{
2039020402
"name": "Heartstopper Strike",
20391-
"desc": "Press or hold the skill to charge energy to unleash a blow. Heizou will obtain the Declension effect while charging, which will increase the damage and AoE of the Elemental Skill."
20403+
"desc": "**Tap**\nWields the swift winds to launch a Heartstopper Strike that deals **Anemo DMG**.\n**Hold**\nCharges energy to unleash an even stronger blow. He will obtain the Declension effect while charging, which will increase the power of the Heartstopper Strike. When the skill button is released or the skill duration ends, he will strike forward, dealing **Anemo DMG**.\n**Declension**\nIncreases the power of the next Heartstopper Strike. Max 4 stacks. When you possess 4 Declension stacks, the Conviction effect will be produced, which will cause the next Heartstopper Strike to be even stronger and have a larger AoE.",
20404+
"costs": {
20405+
"template": "talentCosts",
20406+
"mapping": {
20407+
"Book": "Transience",
20408+
"BossMat": "The Meaning of Aeons",
20409+
"EnemyDropTier1": "Treasure Hoarder Insignia",
20410+
"EnemyDropTier2": "Silver Raven Insignia",
20411+
"EnemyDropTier3": "Golden Raven Insignia"
20412+
}
20413+
}
2039220414
}
2039320415
],
2039420416
"ult": {
2039520417
"name": "Windmuster Kick",
20396-
"desc": "Leaps into the air and uses the Fudou Style Vacuum Slugger and kicks his opponent. The Vacuum Slugger will explode upon impact dealing **AoE Anemo DMG** and creating a vacuum pulling in opponents. When the Vacuum hits opponents affected by Hydro/Cryo/Pyro/Electro, it causes an delayed follow-up explosion, dealing damage of the corresponding Elemental Type.",
20397-
"type": "Anemo"
20418+
"desc": "Leaps into the air and uses the Fudou Style Vacuum Slugger and kicks his opponent. The Vacuum Slugger will explode upon hit and create an Arresting Windtunnel that pulls in nearby objects and opponents, dealing AoE **Anemo DMG**.\nWhen Fudou Style Vacuum Slugger hits enemies affected by Hydro, Pyro, Cryo or Electro, it afflicts them with Windmuster Iris. Moments later, Windmuster Iris explodes and dissipates, dealing AoE DMG of the corresponding elemental type.\nFudou Style Vacuum Slugger can afflict a maximum of four enemies with the Windmuster Iris. A single enemy cannot be afflicted by Irises of different elemental types at the same time.",
20419+
"costs": {
20420+
"template": "talentCosts",
20421+
"mapping": {
20422+
"Book": "Transience",
20423+
"BossMat": "The Meaning of Aeons",
20424+
"EnemyDropTier1": "Treasure Hoarder Insignia",
20425+
"EnemyDropTier2": "Silver Raven Insignia",
20426+
"EnemyDropTier3": "Golden Raven Insignia"
20427+
},
20428+
"type": "Anemo"
20429+
}
2039820430
},
2039920431
"passive": [
2040020432
{
@@ -20403,7 +20435,21 @@
2040320435
}
2040420436
]
2040520437
}
20406-
]
20438+
],
20439+
"ascensionCosts": {
20440+
"template": "charAscensionsCosts",
20441+
"mapping": {
20442+
"BossMat": "Runic Fang",
20443+
"EnemyDropTier1": "Treasure Hoarder Insignia",
20444+
"EnemyDropTier2": "Silver Raven Insignia",
20445+
"EnemyDropTier3": "Golden Raven Insignia",
20446+
"Gem1": "Vayuda Turquoise Sliver",
20447+
"Gem2": "Vayuda Turquoise Fragment",
20448+
"Gem3": "Vayuda Turquoise Chunk",
20449+
"Gem4": "Vayuda Turquoise Gemstone",
20450+
"Specialty": "Onikabuto"
20451+
}
20452+
}
2040720453
},
2040820454
"Sucrose": {
2040920455
"name": "Sucrose",

0 commit comments

Comments
 (0)