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

35 lines
No EOL
987 B
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.

{
//背后攻击敌人时暴击伤害增加50%
//给决斗带上点高科技色彩,管他公不公平。
"AbilityName" : "Card_Gun_1000302",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOther":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%CriticalDamageDelta",
"Predicates":
[
{
"$type": "MoleMole.ByHitAngleRange",
"AngleMin": -180,
"AngleMax": 0
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"CriticalDamageDelta" :
{
"Value" : 0.5
}
}
}