Files
turnbasedgamedata/Config/ConfigAI/Monster_W4_PolluxPart_00_AI.json
2025-04-07 09:10:56 -03:00

77 lines
1.9 KiB
JSON

{
"AIName": "Monster_W4_PolluxPart_00",
"VariableList": [
{
"$type": "RPG.GameCore.AIVariableBool",
"Value": true,
"Name": "ForbidClearSkillUseRecord"
}
],
"DecisionList": [
{
"$type": "RPG.GameCore.AIDecisionConfig",
"DecisionName": "UseSkill01",
"RootTask": {
"$type": "RPG.GameCore.SequenceConfig",
"TaskList": [
{
"$type": "RPG.GameCore.UseSkill",
"SkillName": "Skill01"
}
]
},
"ScoreEvaluatorType": "DefaultDSE",
"ConsiderAxisList": [
{
"$type": "RPG.GameCore.CheckPredicateAxis",
"Predicate": {
"$type": "RPG.GameCore.ByIsContainModifier",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"ModifierName": {
"Value": "Monster_W4_PolluxPart_00_Shield"
},
"Inverse": true
},
"SuccessScore": {
"Value": 1
}
}
]
},
{
"$type": "RPG.GameCore.AIDecisionConfig",
"DecisionName": "UseSkill02",
"RootTask": {
"$type": "RPG.GameCore.SequenceConfig",
"TaskList": [
{
"$type": "RPG.GameCore.UseSkill",
"SkillName": "Skill02"
}
]
},
"ScoreEvaluatorType": "DefaultDSE",
"ConsiderAxisList": [
{
"$type": "RPG.GameCore.CheckPredicateAxis",
"Predicate": {
"$type": "RPG.GameCore.ByIsContainModifier",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"ModifierName": {
"Value": "Monster_W4_PolluxPart_00_Shield"
}
},
"SuccessScore": {
"Value": 1
}
}
]
}
]
}