42 lines
982 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |