1
0
ZenlessData/Data/_unsorted/Jufufu_Pot_HideManager.json

72 lines
1.5 KiB
JSON

{
"AbilityName": "Jufufu_Pot_HideManager",
"AbilitySpecials": {
"AS_UseDitherHide": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"HideSelfModifier": {
"Duration": 0.5,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Monster_Default_Dither_Fade",
"Tag": "Monster_Default_Dither_Fade",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "DeadHandlerAction"
}
]
},
"NoditherHideAction": {
"Duration": 0.5,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "DeadHandlerAction"
}
]
}
},
"OnAbilityTrigger": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 0,
"ParamName": "AS_UseDitherHide",
"ParamType": "Float"
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "NoditherHideAction"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "HideSelfModifier"
}
]
},
{
"$type": "SendCustomEvent",
"CustomKey": "AbilityTarget_Jufufu_FindJufufu",
"EventKey": "Jufufu_PotHideCheck",
"IsGlobal": true,
"Target": "Custom"
}
]
}