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

146 lines
3.4 KiB
JSON

{
"AbilityName": "Activity_BangbooDream_Weapon_Laser_Perk_DelayDebuff",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.8
},
"AS_AddedDamageRatio_Real": {
"Value": 0.8
},
"AS_Duration": {
"Value": 3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343024)*specials(AS_AddedDamageRatio)",
"ParamName": "AS_AddedDamageRatio_Real",
"ValueType": "Float"
}
],
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "TimerModifier",
"Predicates": [
{
"$type": "ByHandlingBuffID",
"BuffIDList": [
"9000301"
]
}
],
"Target": "Target"
}
],
"OnLevelAbilityItemChanged": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343024)*specials(AS_AddedDamageRatio)",
"ParamName": "AS_AddedDamageRatio_Real",
"Predicates": [
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343024
}
],
"ValueType": "Float"
}
]
},
"Modifiers": {
"DelayDebuffModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooDream_Laser"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooDream_Gun"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooDream_Missile"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Real",
"Target": "Self"
}
],
"OnBuffRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "TimerModifier",
"Predicates": [
{
"$type": "ByHandlingBuffID",
"BuffIDList": [
"9000301"
]
}
],
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "DelayDebuffModifier",
"Predicates": [
{
"$type": "ByHandlingBuffID",
"BuffIDList": [
"9000301"
]
}
],
"Target": "Self"
}
]
},
"TimerModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Unique",
"OnBuffRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "TimerModifier",
"Predicates": [
{
"$type": "ByHandlingBuffID",
"BuffIDList": [
"9000301"
]
}
],
"Target": "Target"
}
],
"OnRemoved": [
{
"$type": "ApplyModifier",
"ModifierName": "DelayDebuffModifier"
}
]
}
}
}