Files
turnbasedgamedata/Config/ConfigAnimEvents/LocalPlayer/Effect/LocalPlayer_Asta_00_Effect_AnimEvent.json
2024-10-21 03:16:22 -03:00

32 lines
753 B
JSON

{
"AnimatorStateEvents": [],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Rush"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_Common_SpeedLine_01.prefab"
}
],
"OnExit": [
{
"$type": "RPG.GameCore.RemoveEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_Common_SpeedLine_01.prefab"
}
]
}
]
}