turnbasedgamedata/Config/ConfigAnimEvents/Pet/Effect/Pet_Tapir_00_Effect_AnimEvent.json
2024-10-21 03:16:22 -03:00

102 lines
2.6 KiB
JSON

{
"AnimatorStateEvents": [
{
"AnimatorStateName": "Idle_Show_01BS",
"NormalizedTime": 0.83,
"EventList": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_NPC_Special_Tapir_00_Sleep02.prefab"
}
],
"AllowTriggeringOnTransitionIn": false
}
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Idle_Show_01BS",
"ExitInTransition": true
},
{
"Name": "Idle_Show_01",
"EnterInTransition": false,
"ExitInTransition": true
}
],
"OnEnter": [],
"OnExit": [
{
"$type": "RPG.GameCore.RemoveEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_NPC_Special_Tapir_00_Sleep02.prefab"
}
]
},
{
"States": [
{
"Name": "Idle_Show_02",
"NormalizedTime": 0.3,
"EnterInTransition": false,
"ExitInTransition": true
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_NPC_Special_Tapir_00_Loop.prefab"
}
],
"OnExit": [
{
"$type": "RPG.GameCore.RemoveEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_NPC_Special_Tapir_00_Loop.prefab"
}
]
},
{
"States": [
{
"Name": "Run"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_XP_Minion04_00/Eff_Monster_XP_Minion04_00_Common_Run.prefab"
}
],
"OnExit": [
{
"$type": "RPG.GameCore.RemoveEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_XP_Minion04_00/Eff_Monster_XP_Minion04_00_Common_Run.prefab"
}
]
}
]
}