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

103 lines
No EOL
3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
// 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
}
}
}