1
0
ZenlessData/Data/_unsorted/VR_SmallBoss_HereticHunter.json
2025-07-16 01:54:02 +02:00

42 lines
982 B
JSON

{
"AbilityName": "VR_SmallBoss_HereticHunter",
"AbilitySpecials": {
"AS_AddedElementAccumulationRatio": {
"Value": 0.5
},
"AS_DebuffDuration": {
"Value": 12
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCustomEventReceived": [
{
"$type": "ApplyModifier",
"ModifierName": "VR_SmallBoss_DebuffModifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "ODFallingDown"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"VR_SmallBoss_DebuffModifier": {
"Duration": "%AS_DebuffDuration",
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedElementAccumulationRatio",
"Target": "Self"
}
]
}
}
}