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

30 lines
687 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": "UseSkill01",
"RootTask": {
"$type": "RPG.GameCore.UseSkillByComplexSkillAI"
},
"ScoreEvaluatorType": "DefaultDSE",
"ConsiderAxisList": [
{
"$type": "RPG.GameCore.ComplexSkillAIAxis"
}
]
}
]
}