24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"AbilityName": "Level_AddBeingHitEvent",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "SendBeingHitModifier"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"SendBeingHitModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnBeingHit": [
|
|
{
|
|
"$type": "LDListenEntityAction",
|
|
"TargetKey": "entity_beinghit_event"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |