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

38 lines
861 B
JSON

{
"AIName": "Monster_Common_SequenceThree",
"VariableList": [
{
"$type": "RPG.GameCore.AIVariableString",
"Value": "Common_SequenceThree_Phase01",
"Name": "CurrentPhase"
},
{
"$type": "RPG.GameCore.AIVariableBool",
"Value": true,
"Name": "ForbidClearSkillUseRecord"
}
],
"DecisionList": [
{
"$type": "RPG.GameCore.AIDecisionConfig",
"DecisionName": "UseSequenceSkill",
"RootTask": {
"$type": "RPG.GameCore.SequenceConfig",
"TaskList": [
{
"$type": "RPG.GameCore.UseSequencedSkill"
}
]
},
"ScoreEvaluatorType": "DefaultDSE",
"ConsiderAxisList": [
{
"$type": "RPG.GameCore.ChoseSequencedSkillAxis",
"CheckScore": {
"Value": 1
}
}
]
}
]
}