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

104 lines
2.6 KiB
JSON

{
"AbilityName": "Activity_BangbooDream_Weapon_Laser_Perk_LaserDot",
"AbilitySpecials": {
"AS_AddedDamageRatio_Real": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_AddedDamageRatio_Upgrade": {
"Value": 0.2,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343025)*specials(AS_AddedDamageRatio_Upgrade)",
"ParamName": "AS_AddedDamageRatio_Real",
"ValueType": "Float"
}
],
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "LaserDotModifier",
"Predicates": [
{
"$type": "ByHandlingBuffID",
"BuffIDList": [
"9000301"
]
},
{
"$type": "ByHasModifier",
"ModifierNameList": [
"LaserDotModifier"
],
"OperatorType": "Not"
}
],
"Target": "Target"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Bangboo_Observaboo_Armored_Attackproperty_LaserDot"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Real",
"Target": "Self"
}
],
"OnLevelAbilityItemChanged": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343025)*specials(AS_AddedDamageRatio_Upgrade)",
"ParamName": "AS_AddedDamageRatio_Real",
"Predicates": [
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343025
}
],
"ValueType": "Float"
}
]
},
"Modifiers": {
"LaserDotModifier": {
"Duration": 1,
"ModifierStacking": "Multiple",
"OnRemoved": [
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "Bangboo_Observaboo_Armored_Attackproperty_LaserDot",
"AttachPoint": "MiddlePoint",
"Attacker": "Caster"
},
{
"$type": "ApplyModifier",
"ModifierName": "LaserDotModifier",
"Predicates": [
{
"$type": "ByHasBuffID",
"BuffIDList": [
"9000301"
],
"Target": "Self"
}
]
}
]
}
}
}