59 lines
No EOL
1.5 KiB
JSON
59 lines
No EOL
1.5 KiB
JSON
{
|
|
|
|
"AbilityName" : "Prologue_ACT2_StunEnemy",
|
|
|
|
"AbilityStacking":"Unique",
|
|
|
|
|
|
|
|
//新手引导脚本
|
|
|
|
"DefaultModifier" :
|
|
|
|
{
|
|
|
|
"OnAdded" :
|
|
|
|
[
|
|
|
|
//晕眩怪物
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.ModifyStunStateAction",
|
|
|
|
"TargetState" : "Break",
|
|
|
|
"Target" : "Self"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.ApplyModifier",
|
|
|
|
"ModifierName" : "StunBuffModifier",
|
|
|
|
"Target" : "Self"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.ApplyModifier",
|
|
|
|
"ModifierName" : "StunRecoverRatioModifier",
|
|
|
|
"Target" : "Self"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
"OnStunResetMaxActions":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.RemoveModifier",
|
|
|
|
"ModifierName":"StunRecoverRatioModifier",
|
|
|
|
"Target" : "Self",
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"Modifiers":
|
|
|
|
{
|
|
|
|
"StunBuffModifier":
|
|
|
|
{
|
|
|
|
"Duration" : -1,
|
|
|
|
"Buff" :
|
|
|
|
{
|
|
|
|
"BuffID" : 101002, //StunBuff
|
|
|
|
"IsOverrideDuration" : true,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"StunRecoverRatioModifier":
|
|
|
|
{
|
|
|
|
"Properties":
|
|
|
|
{
|
|
|
|
"Actor_StunDestroyRecoverRate_Ratio": -999,
|
|
|
|
// "Actor_AddedDamageRatio":0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
} |