1
0
ZenlessData/Data/_unsorted/Level_EtherPoisonMist.json

86 lines
2.0 KiB
JSON

{
"AbilityName": "Level_EtherPoisonMist",
"AbilitySpecials": {
"AS_Level_Infection": {
"Value": 0.06,
"ValueType": "DynamicFloat"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "EtherMistModifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "ListenAvatarDie",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"EtherMistModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnCustomEventReceived": [
{
"$type": "RemoveEtherInfectionChangeRatioAction",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "EtherPoisonMistIn"
}
],
"Tag": "PoisonMist"
},
{
"$type": "ModifyEtherInfectionChangeRatioAction",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "EtherPoisonMistIn"
}
],
"Ratio": "%AS_Level_Infection",
"Tag": "PoisonMist"
},
{
"$type": "RemoveEtherInfectionChangeRatioAction",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "EtherPoisonMistOut"
}
],
"Tag": "PoisonMist"
}
],
"OnRemoved": [
{
"$type": "RemoveEtherInfectionChangeRatioAction",
"Tag": "PoisonMist"
}
]
},
"ListenAvatarDie": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnKilled": [
{
"$type": "RemoveEtherInfectionChangeRatioAction",
"Predicates": [
{
"$type": "ByAvatarCount",
"CompareType": "Equal",
"CompareValue": 0
}
],
"Tag": "PoisonMist"
}
]
}
}
}