mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |