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

78 lines
No EOL
1.7 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.

{
//冰元素的伤害提升15%对冰冷的目标的暴击率提高15%
"AbilityName":"Suit_Ability_50231300",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOther":
[
{//冰元素增伤
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Predicates":
[
{
"$type":"MoleMole.ByDamageElementType",
"DamageElement":"Ice"
},
]
},
{//对冰冷目标的暴击率提高15%
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_CriticalDelta",
"PropertyValue": "%CriticalDelta",
"Predicates" :
[
{
"$type" : "MoleMole.ByBuffGroup",
"BuffGroupList" : ["Frozen"],
"Target" : "Target"
}
]
},
]
},
"AbilitySpecials" :
{
"AddedDamageRatio" :
{
"Value" : 0.15
},
"CriticalDelta" :
{
"Value" : 0.15
},
}
}