Files
turnbasedgamedata/Config/ConfigAI/Monster_W4_Mascot_00_AI_LocalLegend.json
2025-12-16 23:42:12 +01:00

58 lines
1.4 KiB
JSON

{
"AIName": "Monster_XP_Minion03_00",
"VariableList": [
{
"$type": "RPG.GameCore.AIVariableString",
"Value": "DG_010_Phase01",
"Name": "CurrentPhase"
},
{
"$type": "RPG.GameCore.AIVariableBool",
"Value": true,
"Name": "ForbidClearSkillUseRecord"
}
],
"DecisionList": [
{
"$type": "RPG.GameCore.AIDecisionConfig",
"DecisionName": "Decision02",
"RootTask": {
"$type": "RPG.GameCore.SequenceConfig",
"TaskList": [
{
"$type": "RPG.GameCore.UseSkill",
"SkillName": "Skill04"
}
]
},
"ScoreEvaluatorType": "DefaultDSE",
"ConsiderAxisList": [
{
"$type": "RPG.GameCore.CheckPredicateAxis",
"Predicate": {
"$type": "RPG.GameCore.ByAnd",
"PredicateList": [
{
"$type": "RPG.GameCore.ByCompareDynamicValue",
"DynamicKey": {
"Value": "AIFlag"
},
"ContextScope": "TargetEntity",
"CompareType": "Equal",
"CompareValue": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
}
]
},
"SuccessScore": {
"Value": 0.5
}
}
]
}
]
}