turnbasedgamedata/Config/Level/NPC/NPC_SetFacetoPlayer.json
2024-10-21 03:16:22 -03:00

27 lines
450 B
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.AdvNpcFaceToPlayer",
"Duration": 1
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 5
}
}
}
]
}
]
}