{ "AbilityName": "Activity_BangbooDream_Weapon_Gun_Perk_TwoSideGun", "AbilitySpecials": { "AS_BuffDamageRatio": { "Value": 0.5, "ValueType": "Float" }, "AS_BuffDamageRatio_Real": { "Value": 0.5, "ValueType": "Float" }, "AS_Duration": { "Value": 10, "ValueType": "Float" } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ { "$type": "SetAbilitySpecialByExpression", "Expression": "item(1343008)*specials(AS_BuffDamageRatio)", "ParamName": "AS_BuffDamageRatio_Real", "ValueType": "Float" } ], "OnHitOther": [ { "$type": "ApplyModifier", "ModifierName": "BuffDamageModifier", "Predicates": [ { "$type": "ByAnimTagList", "TagList": [ "BangbooDream_Gun" ] } ] } ], "OnLevelAbilityItemChanged": [ { "$type": "SetAbilitySpecialByExpression", "Expression": "item(1343008)*specials(AS_BuffDamageRatio)", "ParamName": "AS_BuffDamageRatio_Real", "Predicates": [ { "$type": "ByLevelAbilityItemID", "LevelAbilityItemID": 1343008 } ], "ValueType": "Float" } ] }, "Modifiers": { "BuffDamageModifier": { "Duration": "%AS_Duration", "ModifierStacking": "Replace", "OnBuffDamageBeingHit": [ { "$type": "ModifyAttackDataAction", "Predicates": [ { "$type": "ByBuffAttackProperty", "BuffGroupList": [ "Frozen", "Frostbite", "Frost", "Strike", "Burn", "Ignite", "Electric", "Overload", "Erosion", "Chaos", "Disorder" ] } ], "PropertyKey": "Actor_BuffDamageRatio", "PropertyValue": "%AS_BuffDamageRatio", "Target": "Self" } ] } } }