mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
23 lines
437 B
JSON
23 lines
437 B
JSON
{
|
|
"AIName": "ST_NPCMonster_Master_Dummy",
|
|
"VariableList": [],
|
|
"DecisionList": [],
|
|
"TransitionTable": [],
|
|
"RootState": {
|
|
"Name": "Root",
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.ST_Main_Wait",
|
|
"Time": -1
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ST_Side_AttachAIStatus",
|
|
"AIStatusTags": [
|
|
"Dummy"
|
|
]
|
|
}
|
|
],
|
|
"TransitionList": [],
|
|
"SubStateList": []
|
|
}
|
|
} |