ZenlessData/Data/DeathXIII_Attack02_Selector.json
2024-08-13 22:59:23 -03:00

33 lines
733 B
JSON

{
"AbilityName": "DeathXIII_Attack02_Selector",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByEnemyCount",
"CompareType": "Equal",
"CompareValue": 1,
"Target": "SelfAttackTarget"
}
],
"FailureActions": [
{
"$type": "WriteAIParamAction",
"BoolParamValue": false,
"ParamName": "Bool_IsAlone",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "WriteAIParamAction",
"BoolParamValue": true,
"ParamName": "Bool_IsAlone",
"Target": "Self"
}
]
}
]
}