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

45 lines
No EOL
1.1 KiB
JSON

{
//刷怪镜头注视测试脚本
"AbilityName": "TestPlayer_Ability_Tianheng_92",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnAdded":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "CameraTestModifier",
"Target" : "Self",
},
]
},
"OnAbilityStart":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "CameraTestModifier",
"Target" : "Self",
},
],
"Modifiers" :
{
"CameraTestModifier":
{
"ModifierStacking" : "MultipleRefresh",
"Duration" : 1.0,
"OnAdded" :
[
{
"$type" : "MoleMole.CameraLockOnAction",
"Target" : "Self",
"CameraLockTargetKey" : "BossPeform_CamLock_01",
"IsLockPermanently" : true
},
],
}
}
}