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

84 lines
2.0 KiB
JSON

{
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Perk_Weaken",
"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(1343016)*specials(AS_AddedDamageRatio)",
"ParamName": "AS_AddedDamageRatio_Real",
"ValueType": "Float"
}
],
"OnAttackLanded": [
{
"$type": "ApplyModifier",
"ModifierName": "WeakenModifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Bangboo_Observaboo_Armored_Attackproperty_Missile"
]
},
{
"$type": "ByHitResult",
"HitResult": "Critical"
}
],
"Target": "Target"
}
],
"OnLevelAbilityItemChanged": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343016)*specials(AS_AddedDamageRatio)",
"ParamName": "AS_AddedDamageRatio_Real",
"Predicates": [
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343016
}
],
"ValueType": "Float"
}
]
},
"Modifiers": {
"WeakenModifier": {
"Duration": "%AS_Duration",
"MaxStackingNumber": 10,
"ModifierStacking": "MultipleAllRefresh",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooDream_Missile"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Real",
"Target": "Other"
}
]
}
}
}