1
0
ZenlessData/Data/_unsorted/WanderingHunter_Attack12_CountingLiquidEther.json
2025-10-15 03:08:22 +02:00

59 lines
1.6 KiB
JSON

{
"AbilityName": "WanderingHunter_Attack12_CountingLiquidEther",
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilityTargetCount",
"AbilityTargetKey": "Monster_WanderingHunter_CountLiquidEther",
"CompareType": "GreaterEqual",
"CompareValue": 3,
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilityTargetCount",
"AbilityTargetKey": "Monster_WanderingHunter_CountLiquidEther",
"CompareType": "Equal",
"CompareValue": 0,
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 1,
"ModifyFunction": "Replace",
"ParamName": "Float_LiquidEtherNum",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 0,
"ModifyFunction": "Replace",
"ParamName": "Float_LiquidEtherNum",
"Target": "Self"
}
]
}
],
"SuccessActions": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 2,
"ModifyFunction": "Replace",
"ParamName": "Float_LiquidEtherNumb",
"Target": "Self"
}
]
}
]
}