HollowPS_TV_experiments/extras/zzz-0.1-jsons/Suit_Ability_50231200.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%对灼热的目标的暴击伤害提高37.5%
"AbilityName":"Suit_Ability_50231200",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOther":
[
{//火元素增伤
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Predicates":
[
{
"$type":"MoleMole.ByDamageElementType",
"DamageElement":"Fire"
},
]
},
{//对灼热目标的暴击伤害提高37.5%
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%CriticalDamageRatioDelta",
"Predicates" :
[
{
"$type" : "MoleMole.ByBuffGroup",
"BuffGroupList" : ["Burn"],
"Target" : "Target"
}
]
},
]
},
"AbilitySpecials" :
{
"AddedDamageRatio" :
{
"Value" : 0.15
},
"CriticalDamageRatioDelta" :
{
"Value" : 0.375
},
}
}