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

36 lines
No EOL
989 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.

{
//连续触发的QTE必定是EX QTE
//被砸到的话可怨不得别人,要怪就怪自己逃得不够远。
"AbilityName" : "Card_Blunt_1000708", //注意修改ProcessModifierBlockAction
"AbilityStacking":"Unique",
"DefaultModifier" :
{
"OnAdded":
[
//充满热度值
{
"$type" : "MoleMole.ModifyTeamFeverAction",
"ModifyFunction" : "Add",
"Percent" : "%FeverRate",
"Predicates":
[
{
"$type" : "MoleMole.ByIsLocalAvatar",
"Target" : "Self",
"IsLocalAvatar" : true
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"FeverRate" :
{
"Value" : 1
}
}
}