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

55 lines
No EOL
1.5 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.

{
//暴击时恢复1%生命值有0.1s内置CD
//按下扳机后就再也不想松开了,最好的防守就是进攻,那不停进攻就等于绝对防御!
"AbilityName":"Card_Gun_1000306",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnAttackLanded" :
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName" : "CriticalHpUp",
"Target" : "Self",
"Predicates":
[
{
"$type": "MoleMole.ByHitResult",
"HitResult" : "Critical",
"Target" : "Self"
}
]
}
]
},
"Modifiers" :
{
"CriticalHpUp" :
{
"ModifierStacking":"Unique",
"Duration" : "%TimeOfDuration",
"OnAdded":
[
{
"$type": "MoleMole.ModifyProperty",
"Target" : "Self",
"PropertyType": "CurHP",
"PropertyModifyFunction": "Add",
"Percentage": "%HPRecoverRatio"
}
]
}
},
"AbilitySpecials" :
{
"HPRecoverRatio" :
{
"Value" : 0.01
},
"TimeOfDuration" :
{
"Value" : 1
}
}
}