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

80 lines
1.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Alice_2"
}
],
"AnimatorStateName": "Attack_Normal_05_Enhance",
"ForceTriggerOnTransitionIn": true,
"Frame": 0
}
]
},
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"CustomPropertyType": "SabreCounts",
"PropertyType": "Custom",
"ValueRangeActions": [
{
"LowToValueActions": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Alice_3"
}
],
"Val": 300
}
]
}
]
}
],
"AbilityName": "Alice_TutorialAbility",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffAddToOther": [
{
"$type": "LDListenEntityAction",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Strike"
]
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByBuffTag",
"BuffTag": "ForceStrike",
"Target": "Other"
}
],
"Target": "Other"
}
],
"TargetKey": "AvatarTutorial_Alice_1"
},
{
"$type": "LDListenEntityAction",
"Predicates": [
{
"$type": "ByBuffTag",
"BuffTag": "ForceStrike",
"Target": "Other"
}
],
"TargetKey": "AvatarTutorial_Alice_4"
}
]
}
}