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

76 lines
No EOL
2.1 KiB
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.

{
//显示隐藏测试脚本机制详情见KM
"AbilityName" : "TestPlayer_Ability_Tianheng_40",
"AbilityStacking": "Unique",
"OnAbilityStart":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "EntityVisibleModifier",
"Target" : "Self",
},
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "RenderVisibleModifier",
"Target" : "Self",
},
],
"Modifiers" :
{
"EntityVisibleModifier" :
{
"ModifierStacking" : "MultipleRefresh",
"Duration" : 5,
"IgnoreTimeScale" : false,
"OnAdded":
[
{
"$type" : "MoleMole.PushEntityVisibleWithTagAction",
"Target" : "Self",
"Visible" : false,
"Tag" : "Tag_EntityVisibleTest"
}
],
"OnRemoved":
[
{
"$type" : "MoleMole.PopEntityVisibleWithTagAction",
"Target" : "Self",
"Tag" : "Tag_EntityVisibleTest"
}
],
},
"RenderVisibleModifier" :
{
"ModifierStacking" : "MultipleRefresh",
"Duration" : 10,
"IgnoreTimeScale" : false,
"OnAdded":
[
{
"$type" : "MoleMole.PushRenderVisibleAction",
"Target" : "Self",
"Path" : "Anbi_Body",
"Visible" : false,
"Tag" : "Tag_RenderVisibleTest"
},
],
"OnRemoved":
[
{
"$type" : "MoleMole.PopRenderVisibleAction",
"Target" : "Self",
"Path" : "Anbi_Body",
"Tag" : "Tag_RenderVisibleTest"
}
],
}
}
}