1
0
ZenlessData/Data/_unsorted/ActivityBangkov_Start01.json
2026-05-06 01:39:00 +02:00

78 lines
1.9 KiB
JSON

{
"AbilityName": "ActivityBangkov_Start01",
"AbilitySpecials": {
"AS_GetEtherInfection_Auto": {
"Value": 0.1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnTeamAvatarConstructed": [
{
"$type": "ForceSwitchInBuddyAction",
"BuddyTeam": "Fighting"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "Allies_Close_Collider",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "AlliesCloseColliderModifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "PlayerInteractModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"AlliesCloseColliderModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "PushDefaultHullColliderLayer",
"ColliderEnableLayer": "EntityCollisionMonster",
"Tag": "Test_SS",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "PopDefaultHullColliderLayer",
"Tag": "Test_SS",
"Target": "Self"
}
]
},
"PlayerInteractModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "ListenInteractStateMixin",
"OnActive": [
{
"$type": "SendEventToViewObjectAction",
"EventName": "ActivityBangkov_StartInteract",
"IsAvatarGlobalEvent": true,
"IsSendToGroup": false
}
],
"OnDeActive": [
{
"$type": "SendEventToViewObjectAction",
"EventName": "ActivityBangkov_EndInteract",
"IsAvatarGlobalEvent": true,
"IsSendToGroup": false
}
]
}
],
"ModifierStacking": "Unique"
}
}
}