Files
ZenlessData/Data/_unsorted/Summer_ScreenManager.json
2026-02-06 00:04:19 +01:00

78 lines
1.9 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Idle_AFK_01",
"FrameCountHigh": 687,
"FrameCountLow": 103,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Screen02Modifier"
]
}
]
}
],
"AbilityName": "Summer_ScreenManager",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Screen01Modifier",
"Target": "Self"
}
]
},
"Modifiers": {
"Screen01Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "PlayTextureSheetSequenceAction",
"InterruptType": "Interrupt",
"IsKeepLastFrame": true,
"MeshPath": "Summer_Body_Screen",
"Target": "Self",
"TextureSheetKey": "Seq_SunnaScreen_001"
}
],
"OnRemoved": [
{
"$type": "InterruptTextureSheetSequenceAction",
"MeshPath": "Summer_Body_Screen",
"Target": "Self",
"TextureSheetKey": "Seq_SunnaScreen_001"
}
]
},
"Screen02Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "PlayTextureSheetSequenceAction",
"InterruptType": "Interrupt",
"IsKeepLastFrame": true,
"MeshPath": "Summer_Phone_Screen",
"Target": "Self",
"TextureSheetKey": "Seq_SunnaScreen_002"
}
],
"OnRemoved": [
{
"$type": "InterruptTextureSheetSequenceAction",
"MeshPath": "Summer_Phone_Screen",
"Target": "Self",
"TextureSheetKey": "Seq_SunnaScreen_002"
}
]
}
}
}