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

84 lines
2.0 KiB
JSON

{
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Perk_SelfBuff",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.02,
"ValueType": "Float"
},
"AS_AddedDamageRatio_Real": {
"Value": 0.02,
"ValueType": "Float"
},
"AS_Duration": {
"Value": 10,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343017)*specials(AS_AddedDamageRatio)",
"ParamName": "AS_AddedDamageRatio_Real",
"ValueType": "Float"
}
],
"OnAttackLanded": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Bangboo_Observaboo_Armored_Attackproperty_Missile"
]
},
{
"$type": "ByHitResult",
"HitResult": "Critical"
}
],
"Target": "Self"
}
],
"OnLevelAbilityItemChanged": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343017)*specials(AS_AddedDamageRatio)",
"ParamName": "AS_AddedDamageRatio_Real",
"Predicates": [
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343017
}
],
"ValueType": "Float"
}
]
},
"Modifiers": {
"BuffModifier": {
"Duration": "%AS_Duration",
"MaxStackingNumber": 20,
"ModifierStacking": "MultipleAllRefresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooDream_Missile"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Real",
"Target": "Self"
}
]
}
}
}