Files
turnbasedgamedata/Config/Level/NPC/NPC_SetFacetoPlayer.json
2025-07-03 10:50:43 +02: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
}
}
}
]
}
]
}