42 lines
981 B
JSON
42 lines
981 B
JSON
{
|
|
"AbilityName": "Level_TSpiderExplode",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ListenMonsterDieModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"ListenMonsterDieModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnKilledPre": [
|
|
{
|
|
"$type": "LevelShootGameExplodeAction",
|
|
"ExplodeRadius": 5,
|
|
"ZoneTags": [
|
|
"ShootingTarget"
|
|
]
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"EffectPattern": "Eff_TriggerShoot_TSpider_02_Hit",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "SpecialEffectFadeAction",
|
|
"EffectNames": [
|
|
"Eff_TriggerShoot_warning_01"
|
|
],
|
|
"OverrideFadeOutCurve": "QuintEaseInReverse",
|
|
"OverrideFadeOutTime": 0.1,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |