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

47 lines
No EOL
922 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时所有角色的生命值恢复5%
"AbilityName" : "BUFF_9992000",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking": "Unique",
"OnSkillStart":
[
{
"$type": "MoleMole.ModifyProperty",
"Target" : "TeamAvatars",
"PropertyType": "CurHP",
"PropertyModifyFunction": "Add",
"Percentage": "%hpRecoverRatio",
"Predicates" :
[
{
"$type": "MoleMole.ByOr",
"Predicates" :
[
{
"$type": "MoleMole.ByFromSkillType",
"Target": "Self",
"SkillType": "QTE"
},
{
"$type": "MoleMole.ByFromSkillType",
"Target": "Self",
"SkillType": "ExQTE"
}
]
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"hpRecoverRatio" :
{
"Value" : 0.05
}
}
}