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

178 lines
4.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.CaptureNPCToCharacter",
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 20
}
},
"GroupNpcID": {
"IsDynamic": false,
"FixedValue": {
"Value": 400001
}
},
"CharacterUniqueName": {
"Value": "Bird01"
}
},
{
"$type": "RPG.GameCore.CharacterTriggerAnimState",
"CharacterUniqueName": {
"Value": "Bird01"
},
"AnimStateName": "Resting01Loop",
"NormalizedTransitionDuration": 0.25
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"DisableAfterTriggered": true,
"ButtonCallback": [
{
"$type": "RPG.GameCore.CharacterTriggerAnimState",
"CharacterUniqueName": {
"Value": "Bird01"
},
"AnimStateName": "TakeOff02",
"NormalizedTransitionDuration": 0.25
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.4
}
}
},
{
"$type": "RPG.GameCore.SetNpcWaypath",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx"
},
"UsageType": "TaskFollow"
},
{
"$type": "RPG.GameCore.SetNpcStatus",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx"
},
"Status": "FollowByPlayer"
}
],
"OverrideTargetTypes": [],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropID",
"SinglePropID": {
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 20
}
},
"ID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300001
}
}
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"DisableAfterTriggered": true,
"ButtonCallback": [
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.4
}
}
},
{
"$type": "RPG.GameCore.SetNpcWaypath",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx"
},
"UsageType": "TaskFollow",
"WaypathIdx": 1
},
{
"$type": "RPG.GameCore.SetNpcStatus",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx"
},
"Status": "FollowByPlayer"
}
],
"OverrideTargetTypes": [],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropID",
"SinglePropID": {
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 20
}
},
"ID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300002
}
}
}
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedInt",
"Key": "Group"
},
{
"$type": "RPG.GameCore.SharedInt",
"Key": "ID"
}
]
}
}