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

160 lines
3.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_ExSpecial_02",
"FrameCountHigh": 74,
"FrameCountLow": 25,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"TriggerThemeSpaceModifier"
]
},
{
"AnimatorStateName": "SwitchIn_Attack_Ex",
"FrameCountHigh": 130,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"GetSummerSpiritModifier"
]
}
]
},
{
"$type": "WatchEntityMixin",
"EntityTypes": [
"Avatar"
],
"OnEntityAwaked": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffListenModifier",
"Target": "TeamAvatars"
}
],
"Relationships": [
"Allied"
]
}
],
"AbilityName": "Summer_SpaceManager",
"AbilitySpecials": {
"AS_CD_Duration": {
"Value": 10
},
"AS_SummerAttackPoint": {
"Value": 3
},
"AS_SummerAttackPoint_Anomaly": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffListenModifier",
"Target": "TeamAvatars"
}
],
"OnCustomEventReceived": [
{
"$type": "ModifyProperty",
"Amount": "%AS_SummerAttackPoint",
"CustomPropertyType": "Summer_Spirit",
"IsUsePercentage": false,
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "OnThemeSpaceStart"
}
],
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Caster"
}
]
},
"Modifiers": {
"BuffListenModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "GetSummerSpirit_Anomaly_Modifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite",
"Burn",
"Ignite",
"Electric",
"Overload",
"Strike",
"Erosion",
"Chaos"
]
}
],
"Target": "Caster"
}
]
},
"GetSummerSpiritModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "ModifyProperty",
"Amount": 6,
"CustomPropertyType": "Summer_Spirit",
"IsUsePercentage": false,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Caster"
}
]
},
"GetSummerSpirit_Anomaly_Modifier": {
"Duration": "%AS_CD_Duration",
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": "%AS_SummerAttackPoint_Anomaly",
"CustomPropertyType": "Summer_Spirit",
"IsUsePercentage": false,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Caster"
}
]
},
"TriggerThemeSpaceModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "Player_ThemeSpace_Type_02"
}
]
}
}
}