{ "AbilityName": "ActivityBangkov_FriendAbility06", "AbilitySpecials": { "AS_DamageBoostRatio": { "Value": 0.3 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnCustomEventReceived": [ { "$type": "ApplyModifier", "ModifierName": "GPNextAttackBoostModifier", "Predicates": [ { "$type": "ByCustomEvent", "EventKey": "BangKovGP" } ], "Target": "Self" } ] }, "Modifiers": { "GPNextAttackBoostModifier": { "Duration": -1, "ModifierStacking": "Refresh", "OnHitOther": [ { "$type": "ModifyAttackDataAction", "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AS_DamageBoostRatio", "Target": "Self" }, { "$type": "RemoveModifier", "ModifierName": "GPNextAttackBoostModifier", "Target": "Self" } ] } } }