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

26 lines
No EOL
838 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.

{
//循环状态测试脚本
"AbilityName": "TestPlayer_Ability_Tianheng_82",
"AbilityStacking": "Unique",
"OnAbilityStart":
[
{
"$type" : "MoleMole.FireEffect",
"EffectPattern" : "Eff_Avatar_LevelUp_01",
"Target" : "Self",
"Predicates" :
[
{
"$type": "MoleMole.ByAnimatorStateNormalizedTime",
//"Target" : "Self", //这个注释掉Predicate就不生效了待处理
"AnimatorStateName": "Idle",
"LayerIndex": 0,
"NormalizedTimeLow" : 0.0,
"NormalizedTimeHigh" : 0.5,
"IsLoop": true,
},
]
}
],
}