1
0
ZenlessData/Data/Level_TBoxBeHitEffect.json

31 lines
684 B
JSON
Raw Normal View History

{
"AbilityName": "Level_TBoxBeHitEffect",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "TargetBeHit",
"Target": "Self"
}
]
},
"Modifiers": {
"TargetBeHit": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBeAttackLanded": [
{
"$type": "FireEffect",
"AttachPointName": "Ctr_Rot",
"EffectPattern": "Eff_TriggerShoot_TBox_01_Hit",
"Target": "Self"
},
{
"$type": "LogStringAction",
"LogStr": "靶子成功收到了OnBeAttackLanded!!!"
}
]
}
}
}