Files
turnbasedgamedata/Config/ConfigAI/Adventure/NPCMonster/ST_NPCMonster_Master_Dummy.json
2024-10-21 03:16:22 -03:00

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": []
}
}