HollowPS_TV_experiments/extras/zzz-0.1-jsons/Player_BreakStun.json

68 lines
No EOL
1.9 KiB
JSON

{
"AbilityName" : "Player_BreakStun",
"AbilityStacking":"Unique",
//注释防吞
"DefaultModifier" :
{
//破晕触发时
"OnStunDestroyOtherActions" :
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "StunBuffModifier",
"Target" : "Target",
},
{
"$type" : "MoleMole.TimeSlowByConfigKeyAction",
"ConfigKey" : "BreakStun_TimeSlow",
"IsGlobal" : true,
},
{
"$type" : "MoleMole.AttackCameraShakeAction",
"ShakeConfigKey" : "BreakStun_CamShake_01",
},
{
"$type" : "MoleMole.CameraZoomAction",
"ZoomConfigKey" : "BreakStun_CamZoom_01",
},
{
"$type" : "MoleMole.CameraStretchAction",
"StretchConfigKey" : "BreakStun_CamStretch_01",
}
],
//破晕重置时
"OnStunResetOtherActions":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "StunBuffModifier",
"Target" : "Target",
},
],
//破晕重置达到最大次数时
"OnStunResetOtherMaxActions":
[
{
"$type" : "MoleMole.RemoveMaterialPropertyAction",
"Tag" : "Monster_Common_MA_BreakStun_ScreenImage_01",
"Target" : "Target",
},
],
},
"Modifiers" :
{
"StunBuffModifier":
{
"Duration" : -1,
"Buff" :
{
"BuffID" : 101002, //StunBuff
"IsOverrideDuration" : true,
}
},
}
}