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