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

28 lines
No EOL
831 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_47",
"AbilityStacking": "Unique",
"OnAbilityStart":
[
//进入正常状态自动重置眩晕值并触发晕值下降CD
{
"$type" : "MoleMole.ModifyStunStateAction",
"TargetState" : "Normal",
"Target" : "Self",
},
{
"$type" : "MoleMole.ProcessStunCDAction",
"ProcessType" : "Trigger",
"Target" : "Self",
},
//加一点晕值
{
"$type": "MoleMole.ModifyProperty",
"Target" : "Self",
"PropertyType": "CurStun",
"PropertyModifyFunction": "Add",
"Percentage": 0.5,
},
],
}