1
0
ZenlessData/Data/Activity_BangbooDream_Weapon_Gun_Perk_TwoSideGun.json
2025-03-11 21:16:39 -03:00

89 lines
2.1 KiB
JSON

{
"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"
]
}
],
"Target": "Target"
}
],
"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_Real",
"Target": "Self"
}
]
}
}
}