1
0
ZenlessData/Data/_unsorted/Yuzuha_TutorialAbility.json
2025-07-16 01:54:02 +02:00

159 lines
3.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "WatchEntityMixin",
"EntityTypes": [
"Avatar"
],
"OnEntityAwaked": [
{
"$type": "ApplyModifier",
"ModifierName": "DeyingListenerModifier",
"Target": "Other"
},
{
"$type": "RemoveModifier",
"ModifierName": "DeyingListenerModifier",
"Target": "Self"
}
],
"Relationships": [
"Allied"
]
}
],
"AbilityName": "Yuzuha_TutorialAbility",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "DeyingListenerModifier",
"Target": "TeamAvatars"
},
{
"$type": "RemoveModifier",
"ModifierName": "DeyingListenerModifier",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier_1",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Yuzuha_Attack_Branch_02_AttackProperty_Explode",
"Yuzuha_Attack_Branch_02_03_AttackProperty_Explode",
"Yuzuha_Attack_SwitchIn_Attack_Ex_AttackProperty_02_03"
],
"Target": "Self"
}
],
"Target": "Self"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ChainAttack"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"DeyingListenerModifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAttackLanded": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"In_Yuzuha_MapleScar"
],
"Target": "Other"
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Yuzuha_CanBeDying"
],
"Target": "Other"
},
{
"$type": "ByDamageElementSameAsAttacker",
"Target": "Self"
},
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Yuzuha_Attack_Scar_AttackProperty_01",
"Yuzuha_Attack_Branch_02_AttackProperty_Explode",
"Yuzuha_Attack_Branch_02_03_AttackProperty_Explode",
"Yuzuha_Attack_SwitchIn_Attack_Ex_AttackProperty_02_03"
]
}
]
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier_2",
"Target": "Self"
}
]
}
]
},
"Quest1Modifier_1": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Yuzuha_1_1"
}
]
},
"Quest1Modifier_2": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Yuzuha_1_2"
}
]
},
"Quest2Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Yuzuha_2_1"
}
]
}
}
}