mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
41 lines
901 B
JSON
41 lines
901 B
JSON
{
|
|
"AIName": "ST_NPCMonster_Sub_Fear",
|
|
"VariableList": [],
|
|
"DecisionList": [],
|
|
"TransitionTable": [],
|
|
"RootState": {
|
|
"Name": "Root",
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.ST_Main_FearEscape"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ST_Side_OverrideStandByStance",
|
|
"Stance": "Detect"
|
|
}
|
|
],
|
|
"TransitionList": [
|
|
{
|
|
"Trigger": "OnTick",
|
|
"TransitionToType": "TreeSucceed",
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.ByAnd",
|
|
"PredicateList": [
|
|
{
|
|
"$type": "RPG.GameCore.ST_ByHasAbnormalState",
|
|
"States": [
|
|
"Fear"
|
|
],
|
|
"Inverse": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ST_ByOnHit",
|
|
"Inverse": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"SubStateList": []
|
|
}
|
|
} |