Files
turnbasedgamedata/Config/GlobalConfig/AIGlobalVars.json
2025-09-25 21:02:32 +02:00

168 lines
4.0 KiB
JSON

{
"GlobalVars": [
{
"$type": "RPG.GameCore.AIVariableFixPoint",
"Value": {
"Value": 100
},
"Name": "PreCheckDefaultScore"
},
{
"$type": "RPG.GameCore.AIVariableDefaultSelectorConfigList",
"DefaultSelectorConfigList": [
{
"SelectorType": "OneDamageSelector",
"Selector": {
"$type": "RPG.GameCore.AIComposeSelector",
"ComposeType": "ByOr",
"SelectorList": [
{
"$type": "RPG.GameCore.AIComposeSelector",
"SelectorList": [
{
"$type": "RPG.GameCore.AIModifierNameSelector",
"ModifierName": "MCommon_DOT_Bleed"
},
{
"$type": "RPG.GameCore.AIPropertySelector",
"PropertyStrategy": "Min",
"Property": "CurrentHP"
}
]
},
{
"$type": "RPG.GameCore.AIPropertySelector",
"PropertyStrategy": "Min",
"Property": "CurrentHP"
}
]
}
},
{
"SelectorType": "SpreadDamageSelector",
"Selector": {
"$type": "RPG.GameCore.AIComposeSelector",
"ComposeType": "ByOr",
"SelectorList": [
{
"$type": "RPG.GameCore.AIComposeSelector",
"SelectorList": [
{
"$type": "RPG.GameCore.AIModifierNameSelector",
"ModifierName": "MCommon_DOT_Bleed"
},
{
"$type": "RPG.GameCore.AIPropertySelector",
"PropertyStrategy": "Min",
"Property": "CurrentHP"
}
]
},
{
"$type": "RPG.GameCore.AIPropertySelector",
"PropertyStrategy": "Min",
"Property": "CurrentHP"
}
]
}
},
{
"SelectorType": "OneHealSelector",
"Selector": {
"$type": "RPG.GameCore.AIComposeSelector",
"ComposeType": "ByOr",
"SelectorList": [
{
"$type": "RPG.GameCore.AIPropertySelector",
"PropertyStrategy": "MinRatio",
"Property": "CurrentHP"
},
{
"$type": "RPG.GameCore.AIPropertySelector",
"PropertyStrategy": "Min",
"Property": "CurrentHP"
}
]
}
}
],
"Name": "DefaultSelectorConfigList"
}
],
"BasicAITagList": {
"Floats": {
"-2126289379": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"762466": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"-1570322415": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"-2007610612": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"1692650493": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"-447313187": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"1332349138": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"-833189093": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"-2136914891": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"-325110748": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"1881070694": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"-1599294167": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
}
}
}
}