HollowPS_TV_experiments/extras/zzz-0.1-jsons/Suit_Ability_50231400.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_50231400",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOther":
[
{//雷元素增伤
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio_One",
"Predicates":
[
{
"$type":"MoleMole.ByDamageElementType",
"DamageElement":"Elec"
},
]
},
{//对感电目标的伤害提高15%
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio_Two",
"Predicates" :
[
{
"$type" : "MoleMole.ByBuffGroup",
"BuffGroupList" : ["Electric"],
"Target" : "Target"
}
]
},
]
},
"AbilitySpecials" :
{
"AddedDamageRatio_One" :
{
"Value" : 0.15
},
"AddedDamageRatio_Two" :
{
"Value" : 0.15
},
}
}