1
0
ZenlessData/Data/_unsorted/Girtablu_SummonCommand_Control.json
2026-06-17 01:18:11 +02:00

220 lines
5.7 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Command01_Attack03_InTurn_Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_11",
"ForceTriggerOnTransitionIn": false,
"ForceTriggerOnTransitionOut": false,
"Frame": 100,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "CommandAll_EvadeBackToBornPoint_Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Evade_Back",
"ForceTriggerOnTransitionIn": false,
"ForceTriggerOnTransitionOut": false,
"Frame": 78,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "Girtablu_SummonCommand_Control",
"AbilitySpecials": {
"AS_Attack03_InTurn_DelayTime": {
"Value": 0.7,
"ValueType": "Float"
},
"AS_Command01_Attack03_InTurn_DelayTime": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_Command02_Attack03_InTurn_DelayTime": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_Command03_Attack03_InTurn_DelayTime": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_Girtablu_Summoners_Count": {
"Value": 0,
"ValueType": "Integer"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCustomEventReceived": [
{
"$type": "SendCustomEvent",
"EventKey": "Event_Girtablu_CommandAll_Suicide",
"IsGlobal": true,
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "CorruptiveBarrierDestroyed"
}
]
}
]
},
"Modifiers": {
"Command01_Attack03_InTurn_Modifier": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Girtablu_Summon_Minion_01_Alive"
],
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Command02_Attack03_InTurn_Modifier",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "SendCustomEvent",
"EventKey": "Event_Girtablu_Command_01_Attack03",
"IsGlobal": true
},
{
"$type": "ApplyModifier",
"ModifierName": "Command02_Attack03_InTurn_Modifier_Delay",
"Target": "Self"
}
]
}
]
},
"Command02_Attack03_InTurn_Modifier": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Girtablu_Summon_Minion_02_Alive"
],
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Command03_Attack03_InTurn_Modifier",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "SendCustomEvent",
"EventKey": "Event_Girtablu_Command_02_Attack03",
"IsGlobal": true
},
{
"$type": "ApplyModifier",
"ModifierName": "Command03_Attack03_InTurn_Modifier_Delay",
"Target": "Self"
}
]
}
]
},
"Command02_Attack03_InTurn_Modifier_Delay": {
"DelayHandlers": [
{
"$type": "DelayHandler",
"DelayTime": "%AS_Attack03_InTurn_DelayTime",
"TimeUpActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Command02_Attack03_InTurn_Modifier",
"Target": "Self"
}
]
}
],
"Duration": 1,
"ModifierStacking": "Unique"
},
"Command03_Attack03_InTurn_Modifier": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SendCustomEvent",
"EventKey": "Event_Girtablu_Command_03_Attack03",
"IsGlobal": true
}
]
},
"Command03_Attack03_InTurn_Modifier_Delay": {
"DelayHandlers": [
{
"$type": "DelayHandler",
"DelayTime": "%AS_Attack03_InTurn_DelayTime",
"TimeUpActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Command03_Attack03_InTurn_Modifier",
"Target": "Self"
}
]
}
],
"Duration": 1,
"ModifierStacking": "Unique"
},
"CommandAll_EvadeBackToBornPoint_Modifier": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SendCustomEvent",
"EventKey": "Event_Girtablu_Command_01_EvadeBackToBornPoint",
"IsGlobal": true
},
{
"$type": "SendCustomEvent",
"EventKey": "Event_Girtablu_Command_02_EvadeBackToBornPoint",
"IsGlobal": true
},
{
"$type": "SendCustomEvent",
"EventKey": "Event_Girtablu_Command_03_EvadeBackToBornPoint",
"IsGlobal": true
}
]
}
}
}