mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
103 lines
2.3 KiB
JSON
103 lines
2.3 KiB
JSON
{
|
|
"FreeStyleClipGroupEvents": [
|
|
{
|
|
"Clips": [
|
|
{
|
|
"FreeStyleClipName": "NPC_TailGhost_00_Adv_Ani_Appear"
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.SetEntityVisible",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "Caster"
|
|
}
|
|
}
|
|
],
|
|
"OnExit": [
|
|
{
|
|
"$type": "RPG.GameCore.SetEntityVisible",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "Caster"
|
|
},
|
|
"Visible": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Clips": [
|
|
{
|
|
"FreeStyleClipName": "NPC_TailGhost_00_Adv_Ani_Appear",
|
|
"NormalizedTime": 0.1
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.SetEntityVisible",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "Caster"
|
|
},
|
|
"Visible": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Clips": [
|
|
{
|
|
"FreeStyleClipName": "NPC_TailGhost_00_Adv_Ani_Disappear",
|
|
"NormalizedTime": 0.15
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.SetEntityVisible",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "Caster"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Clips": [
|
|
{
|
|
"FreeStyleClipName": "NPC_TailGhost_00_Adv_Ani_Angry01"
|
|
},
|
|
{
|
|
"FreeStyleClipName": "NPC_TailGhost_00_Adv_Ani_Disdain01"
|
|
},
|
|
{
|
|
"FreeStyleClipName": "NPC_TailGhost_00_Adv_Ani_IdleShow01"
|
|
},
|
|
{
|
|
"FreeStyleClipName": "NPC_TailGhost_00_Adv_Ani_Laugh01"
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.EnableEmotion",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "Caster"
|
|
},
|
|
"TransitOutTime": 1
|
|
}
|
|
],
|
|
"OnExit": [
|
|
{
|
|
"$type": "RPG.GameCore.EnableEmotion",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "Caster"
|
|
},
|
|
"Enable": true,
|
|
"TransitInTime": 1
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"FreeStyleClipEvents": []
|
|
} |