mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-12 06:56:01 +08:00
33 lines
726 B
JSON
33 lines
726 B
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.CaptureNPCToCharacter",
|
|
"GroupID": {
|
|
"FixedValue": {
|
|
"Value": 15
|
|
}
|
|
},
|
|
"GroupNpcID": {
|
|
"FixedValue": {
|
|
"Value": 400001
|
|
}
|
|
},
|
|
"CharacterUniqueName": {
|
|
"Value": "NPCRobot01"
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.CharacterTriggerAnimState",
|
|
"CharacterUniqueName": {
|
|
"Value": "NPCRobot01"
|
|
},
|
|
"AnimStateName": "FreeStyle_StandBy01",
|
|
"NormalizedTransitionDuration": 0.25
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |