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

48 lines
No EOL
1.5 KiB
JSON

{
//SP技能的伤害提升20%
//无酒精,莫吉托。这两个词组合起来谁不爱呢。
"AbilityName":"Card_Edrink_1000202",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOther":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Predicates":
[
{
"$type": "MoleMole.ByOr",
"Target": "Self",
"Predicates" :
[
{
"$type": "MoleMole.ByAnimTagList",
"Target": "Self",
"TagList": ["ExSp"]
},
{
"$type": "MoleMole.ByAnimTagList",
"Target": "Self",
"TagList": ["NormalSp"]
}
]
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio":
{
"Value" : 0.2
}
}
}