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

80 lines
No EOL
2.3 KiB
JSON

{
//开场演出测试
"AbilityName" : "TestPlayer_Ability_Tianheng_22",
"AbilityStacking": "Unique",
"OnAbilityStart":
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 1,
"ParamName" : "Trigger_QuestStart",
"Target" : "Self",
"BoolVal" : true,
},
{
"$type" : "MoleMole.ActCameraShotAction",
"CameraShotKey" : "Test_Anbi_QuestStart_01",
"Target" : "Self",
},
{
"$type": "MoleMole.ApplyAbilityAction",
"AbilityName": "TestPlayer_Ability_Tianheng_23",
"IsAutoTrigger": true,
"Target" : "Self"
},
{
"$type": "MoleMole.ApplyAbilityAction",
"AbilityName": "TestPlayer_Ability_Tianheng_24",
"IsAutoTrigger": true,
"Target" : "Self"
},
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"CountDownModifier",
"Target":"Self",
}
],
"Modifiers" :
{
"CountDownModifier":
{
"ModifierStacking" : "Refresh",
"Duration": 6.5,
"IgnoreTimeScale" : false,
"OnAdded":
[
{
"$type" : "MoleMole.AttachHideUIAction",
"IsHide" : true,
"ToHideUITags" :
[
"InLevelMainPage",
"HUDContainers",
],
},
],
"OnRemoved":
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 1,
"ParamName" : "Trigger_QuestStart_End",
"Target" : "Self",
"BoolVal" : true,
},
{
"$type" : "MoleMole.AttachHideUIAction",
"IsHide" : false,
"ToHideUITags" :
[
"InLevelMainPage",
],
},
]
},
},
}