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

20 lines
No EOL
568 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.

{
//破晕状态切换脚本_01
"AbilityName" : "TestPlayer_Ability_Tianheng_46",
"AbilityStacking": "Unique",
"OnAbilityStart":
[
//进入破晕状态自动填满眩晕值并跳过晕值下降CD
{
"$type" : "MoleMole.ModifyStunStateAction",
"TargetState" : "Break",
"Target" : "Self",
},
{
"$type" : "MoleMole.ProcessStunCDAction",
"ProcessType" : "Skip",
"Target" : "Self",
},
],
}