mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
41 lines
798 B
JSON
41 lines
798 B
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.AdvSetAIMoveTo",
|
|
"EntityInstanceID": {
|
|
"IsDynamic": false,
|
|
"FixedValue": {
|
|
"Value": 400005
|
|
}
|
|
},
|
|
"GroupId": 7,
|
|
"PointID": 1,
|
|
"MotionFlag": "Run"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitSecond",
|
|
"WaitTime": {
|
|
"IsDynamic": false,
|
|
"FixedValue": {
|
|
"Value": 7
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.AdvDestroyGroupEntity",
|
|
"InstanceIDList": [
|
|
400005
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "EntityInstance"
|
|
} |