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

106 lines
No EOL
3.2 KiB
JSON

{
"AbilityName" : "CoinMonster_Test",
"AbilityStacking":"Unique",
"AbilityMixins" :
[
{
"$type" : "MoleMole.StunMixin", //盾值
"AutoRecoverRate" : "%AutoRecoverRate",//自动恢复时每秒恢复的眩晕值
"AutoRecoverCD" : "%AutoRecoverCD",//眩晕值未满时恢复CD
"StunValueFullRecoverCD" : "%StunValueFullRecoverCD",//眩晕值full时恢复CD
"DestroyRecoverRate" : "%DestroyRecoverRate",//眩晕值满后每秒恢复的眩晕值
"DestroyRecoverCD": "%DestroyRecoverCD",//眩晕后恢复CD
"StunResetRecoverCD": "%StunResetRecoverCD",//破晕重置后恢复CD
"CanInterruptAutoRecover": "%CanInterruptAutoRecover",//自动恢复过程中是否可以被打断
"CanInterruptDestroyRecover" : "%CanInterruptDestroyRecover",//破盾恢复过程中是否可以被打断
"StunResetCount" : "%StunResetCount",//眩晕可重置次数
//破晕触发时的效果
"OnStunDestroyActions" :
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "DamageTakeRatioModifier",
"Target" : "Self"
}
],
//破晕结束时的效果
"OnStunCreateActions" :
[
{
"$type" : "MoleMole.RemoveBuffModifier",
"BuffID" : 101002,
"Target" : "Self",
},
{
"$type" : "MoleMole.RemoveBuffModifier",
"BuffID" : 116004,
"Target" : "Self",
},
{
"$type" : "MoleMole.RemoveModifier",
"ModifierName" : "DamageTakeRatioModifier",
"Target" : "Self"
}
],
}
],
"Modifiers":
{
"DamageTakeRatioModifier":
{
"ModifierStacking":"Unique",
"Duration" : -1,
"IgnoreTimeScale" : false,
"Properties" :
{
"Actor_DamageTakeRatio" : "%AS_DamageTakeRatio"
}
}
},
"AbilitySpecials" :
{
"AutoRecoverRate" :
{
"Value" : 200,
},
"AutoRecoverCD" :
{
"Value" : 1,
},
"StunValueFullRecoverCD" :
{
"Value" : 3,
},
"DestroyRecoverRate" :
{
"Value" : 71,
},
"DestroyRecoverCD" :
{
"Value" : 3,
},
"StunResetRecoverCD" :
{
"Value" : 3,
},
"CanInterruptAutoRecover" :
{
"Value" : true,
},
"CanInterruptDestroyRecover" :
{
"Value" : false,
},
//破晕易伤效果
"AS_DamageTakeRatio":
{
"Value" : 1.0
}
}
}