1
0
ZenlessData/Data/_unsorted/Azural_TutorialAbility.json
2025-11-26 05:56:27 +01:00

57 lines
1.2 KiB
JSON

{
"AbilityName": "Azural_TutorialAbility",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Azural_Attack_ExSpecial_03_AttackProperty_02"
],
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Azural_Attack_Branch_01_AttackProperty_01"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Quest1Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Azural_1"
}
]
},
"Quest2Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Azural_2"
}
]
}
}
}