57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"AbilityName": "Player_NormalKill",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnKillOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "OnKillOtherModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true,
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ByMonsterFunctionType",
|
|
"CompareType": "Equal",
|
|
"MonsterFunctionType": "Monster",
|
|
"Target": "Target"
|
|
},
|
|
{
|
|
"$type": "ByAliveState",
|
|
"AliveState": "Dead",
|
|
"Target": "Target"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"OnKillOtherModifier": {
|
|
"Duration": 1,
|
|
"IgnoreTimeScale": false,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "TimeSlowByConfigKeyAction",
|
|
"ConfigKey": "Avatar_Common_NormalKill_TimeSlow_01",
|
|
"IsGlobal": true
|
|
},
|
|
{
|
|
"$type": "AttackCameraShakeAction",
|
|
"ShakeConfigKey": "Avatar_Common_NormalKill_CamShake_01"
|
|
},
|
|
{
|
|
"$type": "CameraZoomAction",
|
|
"ZoomConfigKey": "Avatar_Common_NormalKill_CamZoom_01"
|
|
},
|
|
{
|
|
"$type": "CameraStretchAction",
|
|
"StretchConfigKey": "Avatar_Common_NormalKill_CamStretch_01"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |