Files
turnbasedgamedata/Config/ConfigAI/ComplexSkillAIGlobalGroup/Avatar/Avatar_Robin_00_ComplexSkillAI.json
2025-11-05 00:34:44 +01:00

84 lines
2.1 KiB
JSON

{
"GroupsMap": {
"Add10_Robin_BuffBPSkill": {
"CombineOperator": "Mul",
"Factors": [
{
"CombineOperator": "Mul",
"Source": {
"$type": "RPG.GameCore.ComplexSkillAISourceModifierValue",
"ValueType": "LifeTime",
"IsTarget": false,
"ModifilerName": "MAvatar_Robin_00_Skill02_DmgUpCasterListener"
},
"Mapper": {
"$type": "RPG.GameCore.ComplexSkillAIMapperMultiRange",
"Ranges": [
{
"ymin": {
"Value": 100
},
"xmax": {
"Value": 0.5
},
"ymax": {
"Value": 100
}
},
{
"xmin": {
"Value": 0.5
},
"xmax": {
"Value": 5
}
}
]
}
}
]
},
"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
}
}
]
}
}
}