Files
turnbasedgamedata/Config/ConfigAI/ComplexSkillAIGlobalGroup/Avatar/Avatar_Robin_00_ComplexSkillAI.json
2026-02-12 23:41:36 +01:00

46 lines
1.1 KiB
JSON

{
"GroupsMap": {
"Ultra_Robin_CheckTopAction": {
"Factors": [
{
"Source": {
"$type": "RPG.GameCore.ComplexSkillAISourceRetarget",
"TeamTypeMask": "TeamLight",
"Evaluator": {
"$type": "RPG.GameCore.ComplexSkillAISourceTargetIsActor"
}
},
"Mapper": {
"$type": "RPG.GameCore.ComplexSkillAIMapperMultiRange",
"Ranges": [
{
"ymin": {
"Value": 100
},
"xmax": {
"Value": 0.5
},
"ymax": {
"Value": 100
}
},
{
"xmin": {
"Value": 0.5
},
"xmax": {
"Value": 1
}
}
]
},
"PostProcess": {
"$type": "RPG.GameCore.ComplexSkillAIPostProcessBreak",
"CompareType": "Equal",
"IsOverrideFinalScore": true
}
}
]
}
}
}