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

114 lines
2.7 KiB
JSON

{
"GroupsMap": {
"BattleEvent60032_DamageCarry": {
"Factors": [
{
"Source": {
"$type": "RPG.GameCore.ComplexSkillAISourceAITag",
"DynamicValueKey": "DamageCarry"
},
"Mapper": {
"$type": "RPG.GameCore.ComplexSkillAIMapperMultiRange",
"Ranges": [
{
"ymin": {
"Value": 0.01
},
"xmax": {
"Value": 10
},
"ymax": {
"Value": 1
}
},
{
"xmin": {
"Value": 10
},
"ymin": {
"Value": 1
},
"xmax": {
"Value": 100
},
"ymax": {
"Value": 100
}
}
]
}
}
]
},
"BattleEvent60032_RemoveFullSP": {
"Factors": [
{
"Source": {
"$type": "RPG.GameCore.ComplexSkillAISourcePropertyCompareRatio",
"PropertyTypeA": "CurrentSP",
"PropertyTypeB": "MaxSP"
},
"Mapper": {
"$type": "RPG.GameCore.ComplexSkillAIMapperMultiRange",
"Ranges": [
{
"xmin": {
"Value": 1
},
"xmax": {
"Value": 1
}
},
{
"ymin": {
"Value": 100
},
"xmax": {
"Value": 1
},
"ymax": {
"Value": 100
}
}
]
}
}
]
},
"BattleEvent60032_RemoveFullSpecialSP": {
"Factors": [
{
"Source": {
"$type": "RPG.GameCore.ComplexSkillAISourcePropertyCompareRatio",
"PropertyTypeA": "CurrentSpecialSP",
"PropertyTypeB": "MaxSpecialSP"
},
"Mapper": {
"$type": "RPG.GameCore.ComplexSkillAIMapperMultiRange",
"Ranges": [
{
"xmin": {
"Value": 1
},
"xmax": {
"Value": 1
}
},
{
"ymin": {
"Value": 100
},
"xmax": {
"Value": 1
},
"ymax": {
"Value": 100
}
}
]
}
}
]
}
}
}