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

104 lines
2.4 KiB
JSON

{
"GroupsMap": {
"Add01_Asta_EnemysNumber": {
"Factors": [
{
"Source": {
"$type": "RPG.GameCore.ComplexSkillAIBattleGlobalData",
"DataType": "EnemyAlive"
},
"Mapper": {
"$type": "RPG.GameCore.ComplexSkillAIMapperMultiRange",
"Ranges": [
{
"xmin": {
"Value": 1
},
"ymin": {
"Value": -100
},
"xmax": {
"Value": 2
},
"ymax": {
"Value": 50
}
},
{
"xmin": {
"Value": 2
},
"ymin": {
"Value": 50
},
"xmax": {
"Value": 3
},
"ymax": {
"Value": 100
}
}
]
}
}
]
},
"Add01_Asta_ChargeNum": {
"Factors": [
{
"Source": {
"$type": "RPG.GameCore.ComplexSkillAISourceDynamicValue",
"IsTarget": false,
"DynamicValueKey": "MDF_Count"
},
"Mapper": {
"$type": "RPG.GameCore.ComplexSkillAIMapperMultiRange",
"Ranges": [
{
"xmin": {
"Value": 1
},
"xmax": {
"Value": 2.5
}
},
{
"xmin": {
"Value": 2.5
},
"ymin": {
"Value": 75
},
"xmax": {
"Value": 3.5
},
"ymax": {
"Value": 75
}
},
{
"xmin": {
"Value": 3.5
},
"ymin": {
"Value": 200
},
"xmax": {
"Value": 5
},
"ymax": {
"Value": 200
}
}
]
},
"PostProcess": {
"$type": "RPG.GameCore.ComplexSkillAIPostProcessBreak",
"CompareType": "Equal",
"IsOverrideFinalScore": true
}
}
]
}
}
}