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

110 lines
2.6 KiB
JSON

{
"GroupsMap": {
"Add01_Advanced_Silwolf_BPSkill": {
"Factors": [
{
"Source": {
"$type": "RPG.GameCore.ComplexSkillAIGetStrengthLevel"
},
"Mapper": {
"$type": "RPG.GameCore.ComplexSkillAIMapperMultiRange",
"Ranges": [
{
"ymin": {
"Value": 10
},
"xmax": {
"Value": 2.5
},
"ymax": {
"Value": 20
}
},
{
"xmin": {
"Value": 2.5
},
"ymin": {
"Value": 100
},
"xmax": {
"Value": 5
},
"ymax": {
"Value": 200
}
}
]
}
},
{
"Source": {
"$type": "RPG.GameCore.ComplexSkillAIBattleGlobalData",
"DataType": "TeamBoostPoint"
},
"Mapper": {
"$type": "RPG.GameCore.ComplexSkillAIMapperMultiRange",
"Ranges": [
{
"xmax": {
"Value": 3.5
}
},
{
"xmin": {
"Value": 3.5
},
"ymin": {
"Value": 500
},
"xmax": {
"Value": 99
},
"ymax": {
"Value": 500
}
}
]
}
},
{
"CombineOperator": "Mul",
"Source": {
"$type": "RPG.GameCore.ComplexSkillAIContainModifier",
"ModifilerName": "MAvatar_Advanced_Silwolf_00_BPSkill_WeakType"
},
"Mapper": {
"$type": "RPG.GameCore.ComplexSkillAIMapperMultiRange",
"Ranges": [
{
"ymin": {
"Value": 1
},
"xmax": {
"Value": 0.5
},
"ymax": {
"Value": 1
}
},
{
"xmin": {
"Value": 0.5
},
"ymin": {
"Value": 0.1
},
"xmax": {
"Value": 1
},
"ymax": {
"Value": 0.1
}
}
]
}
}
]
}
}
}