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

51 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.

{
//破晕状态切换脚本_01
"AbilityName" : "TestPlayer_Ability_Tianheng_54",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOther":
[
//进入破晕状态填满晕值并触发眩晕Buff
{
"$type" : "MoleMole.ModifyStunStateAction",
"TargetState" : "Break",
"Target" : "Target",
},
{
"$type" : "MoleMole.ProcessStunCDAction",
"ProcessType" : "Trigger",
"Target" : "Target",
},
{
"$type": "MoleMole.ModifyProperty",
"PropertyType": "CurStun",
"PropertyModifyFunction": "Add",
"Percentage": 1.0,
"Amount": 0,
"Target" : "Target",
},
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "StunBuffModifier",
"Target" : "Target",
},
]
},
"Modifiers" :
{
"StunBuffModifier":
{
"Duration" : -1,
"Buff" :
{
"BuffID" : 101002, //StunBuff
"IsOverrideDuration" : true,
"OverrideAttackHitForwardType" : "Push"
}
}
}
}