1
0
ZenlessData/Data/Activity_BangbooDream_Weapon_Gun_Perk_AbnormalBuff.json
2025-03-11 21:10:23 -03:00

96 lines
2.3 KiB
JSON

{
"AbilityName": "Activity_BangbooDream_Weapon_Gun_Perk_AbnormalBuff",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_AddedDamageRatio_Real": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_Duration": {
"Value": 10,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "LocalAvatarModifier",
"Target": "TeamAvatars"
},
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343006)*specials(AS_AddedDamageRatio)",
"ParamName": "AS_AddedDamageRatio_Real",
"ValueType": "Float"
}
],
"OnLevelAbilityItemChanged": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343006)*specials(AS_AddedDamageRatio)",
"ParamName": "AS_AddedDamageRatio_Real",
"Predicates": [
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343006
}
],
"ValueType": "Float"
}
]
},
"Modifiers": {
"BuffModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Replace",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooDream_Gun"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Real",
"Target": "Self"
}
]
},
"LocalAvatarModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Electric",
"Overload",
"Erosion",
"Chaos",
"Burn",
"Ignite",
"Frozen",
"Frostbite",
"Strike"
]
}
],
"Target": "Caster"
}
]
}
}
}