mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
30 lines
687 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |