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

47 lines
No EOL
1.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.

{
// Anbi_天赋_02
// 对眩晕值低于50%的敌人造成的破晕提升20%
"AbilityName" : "Anbi_Electric_Talent_02",
"AbilityStacking": "Unique",
"DefaultModifier" :
{
//破晕提升
"OnHitOther":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "BreakStun_Ratio",
"PropertyValue": "%AS_BreakStun_Ratio",
"Predicates" :
[
{
"$type": "MoleMole.ByPlayerPropertyValue",
"IsUsePercent" : true,
"Numerator":"CurStun",
"Denominator":"MaxStun",
"CompareType": "Less",
"Val1" : "%AS_TargetStunPercent",
"Val2" : 0,
"Target" : "Target"
}
]
}
],
},
"AbilitySpecials" :
{
//表格参数
"AS_BreakStun_Ratio" :
{
"Value" : 0.2
},
"AS_TargetStunPercent" :
{
"Value" : 0.5
}
}
}