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

59 lines
No EOL
1.9 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.

{
//SP值蓄满时全伤害提升30%
//最受年轻人喜欢的能量饮料,用青柠浓缩汁掩盖了牛磺酸的味道。
"AbilityName" : "Card_Edrink_1000203",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOther":
[
// {
// "$type" : "MoleMole.FireEffect",
// "EffectPattern" : "Eff_Avatar_LevelUp_02",
// "Target" : "LocalAvatar",
// "Predicates":
// [
// {
// "$type": "MoleMole.ByPlayerPropertyValue",
// "IsUsePercent" : true,
// "Numerator":"CurSP",
// "Denominator":"MaxSP",
// "CompareType": "Equal",
// "Val1" : 1,
// "Val2" : 0,
// "Target" : "Self"
// }
// ]
// },
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Predicates":
[
{
"$type": "MoleMole.ByPlayerPropertyValue",
"IsUsePercent" : true,
"Numerator":"CurSP",
"Denominator":"MaxSP",
"CompareType": "Equal",
"Val1" : 1,
"Val2" : 0,
"Target" : "Self"
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio" :
{
"Value" : 0.3
}
}
}