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

15 lines
No EOL
490 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.

{
// SetupUIAction测试脚本
"AbilityName": "TestPlayer_Ability_SetupUIAction_Interrupt",
"AbilityStacking": "Unique",
"OnAbilityStart":
[
// 想起来Interrupt的时候也需要指定是否跳过淡入淡出动画IgnoreFadeAnimation字段
{
"$type" : "MoleMole.InterruptSetupUIAction",
"SetupTag" : "SetupUIAction_Test_01",
"IgnoreFadeAnimation" : false,
},
],
}