103 lines
No EOL
3 KiB
JSON
103 lines
No EOL
3 KiB
JSON
{
|
||
|
||
// Lycaon天赋技能04:莱卡恩击晕敌人或触发QTE时,目标的破晕易伤倍率提高50%
|
||
|
||
"AbilityName" : "Lycaon_Talent_04",
|
||
|
||
"AbilityStacking": "Unique",
|
||
|
||
|
||
|
||
"DefaultModifier":
|
||
|
||
{
|
||
|
||
"OnAdded":
|
||
|
||
[
|
||
|
||
{
|
||
|
||
"$type": "MoleMole.SetAnimCtrlerParamAction",
|
||
|
||
"ParamType": 2,
|
||
|
||
"ParamName": "Bool_Talent_04",
|
||
|
||
"Target": "Self",
|
||
|
||
"BoolVal": true
|
||
|
||
}
|
||
|
||
],
|
||
|
||
|
||
|
||
//击晕时
|
||
|
||
"OnStunDestroyOtherActions" :
|
||
|
||
[
|
||
|
||
{
|
||
|
||
"$type" : "MoleMole.ApplyModifier",
|
||
|
||
"ModifierName" : "StunDamageTakeRatioModifier_Controller",
|
||
|
||
"Target" : "Target",
|
||
|
||
}
|
||
|
||
],
|
||
|
||
|
||
|
||
//破晕重置时
|
||
|
||
"OnStunResetOtherActions":
|
||
|
||
[
|
||
|
||
{
|
||
|
||
"$type" : "MoleMole.ApplyModifier",
|
||
|
||
"ModifierName" : "StunDamageTakeRatioModifier_Controller",
|
||
|
||
"Target" : "Target",
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
|
||
|
||
"Modifiers" :
|
||
|
||
{
|
||
|
||
//管理器(挂在目标身上)
|
||
|
||
"StunDamageTakeRatioModifier_Controller":
|
||
|
||
{
|
||
|
||
"ModifierStacking" : "Unique",
|
||
|
||
"Duration" : -1,
|
||
|
||
|
||
|
||
"OnAdded":
|
||
|
||
[
|
||
|
||
// {
|
||
|
||
// "$type" : "MoleMole.FireEffect",
|
||
|
||
// "EffectPattern" : "Eff_Avatar_LevelUp_02",
|
||
|
||
// "Target" : "Self",
|
||
|
||
// },
|
||
|
||
{
|
||
|
||
"$type":"MoleMole.ApplyModifier",
|
||
|
||
"ModifierName":"StunDamageTakeRatioModifier_Properties",
|
||
|
||
"Target":"Self"
|
||
|
||
}
|
||
|
||
],
|
||
|
||
|
||
|
||
"OnStunCreateActions":
|
||
|
||
[
|
||
|
||
// {
|
||
|
||
// "$type" : "MoleMole.FireEffect",
|
||
|
||
// "EffectPattern" : "Eff_Avatar_LevelUp_01",
|
||
|
||
// "Target" : "Self",
|
||
|
||
// },
|
||
|
||
{
|
||
|
||
"$type":"MoleMole.RemoveModifier",
|
||
|
||
"ModifierName":"StunDamageTakeRatioModifier_Properties",
|
||
|
||
"Target":"Self"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type":"MoleMole.RemoveModifier",
|
||
|
||
"ModifierName":"StunDamageTakeRatioModifier_Controller",
|
||
|
||
"Target":"Self"
|
||
|
||
},
|
||
|
||
]
|
||
|
||
},
|
||
|
||
|
||
|
||
//属性值(挂在目标身上)
|
||
|
||
"StunDamageTakeRatioModifier_Properties":
|
||
|
||
{
|
||
|
||
"ModifierStacking" : "Unique",
|
||
|
||
"Duration" : -1,
|
||
|
||
|
||
|
||
"Properties":
|
||
|
||
{
|
||
|
||
"Actor_StunDamageTakeRatio": "%AS_StunDamageTakeRatio"
|
||
|
||
}
|
||
|
||
}
|
||
|
||
},
|
||
|
||
|
||
|
||
"AbilitySpecials" :
|
||
|
||
{
|
||
|
||
//表格参数
|
||
|
||
"AS_StunDamageTakeRatio" :
|
||
|
||
{
|
||
|
||
"Value" : 0.5
|
||
|
||
}
|
||
|
||
}
|
||
|
||
} |