mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
36 lines
793 B
JSON
36 lines
793 B
JSON
{
|
|
"FreeStyleClipGroupEvents": [
|
|
{
|
|
"Clips": [
|
|
{
|
|
"FreeStyleClipName": "NPC_WolfBro_00_Adv_Ani_Appear01"
|
|
},
|
|
{
|
|
"FreeStyleClipName": "NPC_WolfBro_00_Adv_Ani_GetReward01"
|
|
}
|
|
],
|
|
"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": []
|
|
} |