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

52 lines
1.8 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个橙子的维生素。“我们只选用以一当十的优质橙子所以3个等于30个
"AbilityName":"Card_Edrink_1000207",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking": "Unique",
"OnKillOtherPre":
[
// {
// "$type": "MoleMole.RecoverSPAction",
// "Percentage": "%SPRecover",
// "Amount": 0,
// "IgnoreRatio": false,
// "Predicates":
// [
// {
// "$type": "MoleMole.ByOr",
// "Target": "Self",
// "Predicates" :
// [
// {
// "$type": "MoleMole.ByAnimTagList",
// "Target": "Self",
// "TagList": ["ExSp"]
// },
// {
// "$type": "MoleMole.ByAnimTagList",
// "Target": "Self",
// "TagList": ["NormalSp"]
// }
// ]
// }
// ]
// },
{
"$type":"MoleMole.DropItemAction",
"Target" : "Target",
"DropStr": "1002:10000:1"
}
]
},
"AbilitySpecials" :
{
//表格参数
"SPRecover":
{
"Value" : 0.1
}
}
}