1
0
ZenlessData/Data/_unsorted/Sobek_LockMuteHUD.json
2025-11-26 05:56:27 +01:00

53 lines
1.2 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Combo_RunLoop_02",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"LockMuteHUD_Modifier"
]
}
]
}
],
"AbilityName": "Sobek_LockMuteHUD",
"AbilityStacking": "Unique",
"Modifiers": {
"LockMuteHUD_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "PushMuteHUDAction",
"tag": "Sobek_LockMuteHUD_Tag"
},
{
"$type": "PushMuteHUDAction",
"CustomKey": "Monster_Awakener_AbilityTarget",
"Target": "Custom",
"tag": "Sobek_LockMuteHUD_Tag"
}
],
"OnRemoved": [
{
"$type": "PopMuteHUDAction",
"tag": "Sobek_LockMuteHUD_Tag"
},
{
"$type": "PopMuteHUDAction",
"CustomKey": "Monster_Awakener_AbilityTarget",
"Target": "Custom",
"tag": "Sobek_LockMuteHUD_Tag"
}
]
}
}
}