{ "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" } ] } ] }