46 lines
980 B
JSON
46 lines
980 B
JSON
{
|
|
"AbilityName": "Lucia_ColliderChangeCondition",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnBattleEnter": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "BeinBattleModifier",
|
|
"Target": "Caster"
|
|
}
|
|
],
|
|
"OnBattleExit": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "BeinBattleModifier",
|
|
"Target": "Caster"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"BeinBattleModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"BeinBattle"
|
|
],
|
|
"IsAdd": true,
|
|
"Target": "Caster"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"BeinBattle"
|
|
],
|
|
"IsAdd": false,
|
|
"Target": "Caster"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |