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

41 lines
No EOL
1.3 KiB
JSON

{
//AttachState功能Loop循环测试脚本
"AbilityName" : "TestPlayer_Ability_Tianheng_69",
"AbilityStacking": "Unique",
"OnAbilityStart":
[
{
"$type" : "MoleMole.FireEffect",
"EffectPattern" : "Eff_Avatar_LevelUp_01",
"Target" : "Self",
},
{
"$type": "MoleMole.ApplyLogicMoveAction",
"Target": "Self",
"MovementConfig" :
{
"$type" : "MoleMole.ConfigMovementSimple",
"Duration" : 10,
"Gravity" : 0.0,
"HitTangentialRatio" : 1,
"HitNormalRatio" : 1,
"TimesUpMoveOption" : "Remain",
"InitVelocity" : {"x":0, "y":0, "z":3},
"Acceleration" : {"x":0, "y":0, "z":0},
"CoordinateType" : "Local",
},
// "RotationConfig" :
// {
// "$type" : "MoleMole.ConfigRotationSimple",
// "CoordinateType" : "Local",
// "Duration" : 10,
// "InitAngleVelocity": {"x":0, "y":360, "z":0},
// "AngleAcceleration":{"x":0, "y":0, "z":0},
// }
},
]
}