HollowPS_TV_experiments/extras/zzz-0.1-jsons/1_liwei_test.json

101 lines
No EOL
2.7 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.

{
"AbilityName":"1_liwei_test",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"Properties" :
{
"Actor_CriticalDelta" : 0.3,
"Actor_HPHealRatio":0,
},
"OnAdded":
[
{
"$type": "MoleMole.RecoverHPAction",
"Target" : "Self",
"Percentage": 0.1,
"Amount": 0,
"IgnoreRatio": false,
},
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "DamageUp",
"Target":"Self",
},
],
"OnDamageCalculatedPre":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Target",
"PropertyKey": "Actor_Hiisazu",
"PropertyValue": 1,
"Predicates" :
[
{
"$type": "MoleMole.ByHitResult",
"HitResult" : "Critical"
},
{
"$type" : "MoleMole.ByMonsterStrengthType",
"Target" : "Target",
"CompareType" : "LessEqual",
"StrengthType" : "Boss",
},
],
},
],
},
"Modifiers":
{
"DamageUp":
{
"ModifierStacking": "Unique",
"Duration" : 10,
"Properties" :
{
"Actor_AddedDamageRatio" : 100
},
"ModifierMixins" :
[
//SP回复不再使用SmoothChangeProperty以应用二级属性Actor_SPGetRatio2022.01.07
{
"$type": "MoleMole.SmoothRecoverHPMixin",
"IgnoreRatio":false,
"PropertyItem" :
{
"PropertyModifyFunction": "Add",
"Percentage": 0,
"Amount": 0,
},
}
],
},
},
}