106 lines
No EOL
3.2 KiB
JSON
106 lines
No EOL
3.2 KiB
JSON
{
|
|
|
|
//敌人的晕眩值会缓慢恢复。
|
|
|
|
//特殊而细微的以太环绕在队员周身挥之不去,似乎对以骸有一定的活化作用。
|
|
|
|
|
|
|
|
"AbilityName":"Curse_1100006",
|
|
|
|
"AbilityStacking":"Unique",
|
|
|
|
"DefaultModifier":
|
|
|
|
{
|
|
|
|
"ModifierStacking" : "Unique",
|
|
|
|
"Duration": -1,
|
|
|
|
"OnAdded":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
//normal
|
|
|
|
"$type":"MoleMole.SetAbilitySpecialByExpression",
|
|
|
|
"ParamName":"AutoRecoverRate_Delta",
|
|
|
|
"ValueType":"float",
|
|
|
|
"Expression":"property(MaxStun)*specials(AutoRecoverRate_Percentage_Normal)",
|
|
|
|
"Predicates":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type":"MoleMole.ByMonsterStrengthType",
|
|
|
|
"Target" : "Self",
|
|
|
|
"CompareType" : "Equal",
|
|
|
|
"StrengthType" : "Normal"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
//elite
|
|
|
|
"$type":"MoleMole.SetAbilitySpecialByExpression",
|
|
|
|
"ParamName":"AutoRecoverRate_Delta",
|
|
|
|
"ValueType":"float",
|
|
|
|
"Expression":"property(MaxStun)*specials(AutoRecoverRate_Percentage_Elite)",
|
|
|
|
"Predicates":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type":"MoleMole.ByMonsterStrengthType",
|
|
|
|
"Target" : "Self",
|
|
|
|
"CompareType" : "Equal",
|
|
|
|
"StrengthType" : "Elite"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
//boss
|
|
|
|
"$type":"MoleMole.SetAbilitySpecialByExpression",
|
|
|
|
"ParamName":"AutoRecoverRate_Delta",
|
|
|
|
"ValueType":"float",
|
|
|
|
"Expression":"property(MaxStun)*specials(AutoRecoverRate_Percentage_Boss)",
|
|
|
|
"Predicates":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type":"MoleMole.ByMonsterStrengthType",
|
|
|
|
"Target" : "Self",
|
|
|
|
"CompareType" : "Equal",
|
|
|
|
"StrengthType" : "Boss"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
//改属性
|
|
|
|
"$type": "MoleMole.ApplyModifier",
|
|
|
|
"ModifierName": "StunRecover"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Modifiers" :
|
|
|
|
{
|
|
|
|
"StunRecover":
|
|
|
|
{
|
|
|
|
"Duration" : -1,
|
|
|
|
"Properties":
|
|
|
|
{
|
|
|
|
"AutoRecoverRate_Delta": "%AutoRecoverRate_Delta",
|
|
|
|
"Actor_StunDamageTakeRatio": "%StunDamageTakeRatio"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AbilitySpecials" :
|
|
|
|
{
|
|
|
|
//表格参数
|
|
|
|
"StunDamageTakeRatio" :
|
|
|
|
{
|
|
|
|
"Value" : 0.15
|
|
|
|
},
|
|
|
|
//内部参数
|
|
|
|
"AutoRecoverRate_Delta" :
|
|
|
|
{
|
|
|
|
"Value" : 0
|
|
|
|
},
|
|
|
|
//表格参数
|
|
|
|
"AutoRecoverRate_Percentage_Normal" :
|
|
|
|
{
|
|
|
|
"Value" : 0.04
|
|
|
|
},
|
|
|
|
"AutoRecoverRate_Percentage_Elite" :
|
|
|
|
{
|
|
|
|
"Value" : 0.035
|
|
|
|
},
|
|
|
|
"AutoRecoverRate_Percentage_Boss" :
|
|
|
|
{
|
|
|
|
"Value" : 0.03
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} |