1
0
ZenlessData/Data/_unsorted/Coop_Thunder_LightningRod.json
2025-12-30 00:30:43 +01:00

91 lines
2.3 KiB
JSON

{
"AbilityName": "Coop_Thunder_LightningRod",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "PlayEffectModifier",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "PlayEffectModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"PlayEffectModifier": {
"DelayHandlers": [
{
"DelayTime": 0.8,
"TimeUpActions": [
{
"$type": "ModifyMaterialPropertyAction",
"Predicates": [
{
"$type": "ByTags",
"TagList": [
"LightningRodOwned"
]
}
],
"Tag": "Activity_Coop_MA_Glow_SecondaryEmission_03",
"Target": "Self",
"key": "Activity_Coop_MA_Glow_SecondaryEmission_03"
},
{
"$type": "ModifyMaterialPropertyAction",
"Predicates": [
{
"$type": "ByTags",
"TagList": [
"LightningRodOwned"
]
}
],
"Tag": "Activity_Coop_MA_Glow_SecondaryEmission_04",
"Target": "Self",
"key": "Activity_Coop_MA_Glow_SecondaryEmission_04"
}
]
}
],
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachPointName": "MiddlePoint",
"EffectPattern": "Eff_Coop_Activity_05_02_LightningBuff",
"Predicates": [
{
"$type": "ByTags",
"TagList": [
"LightningRodOwned"
]
}
],
"Target": "Self"
},
{
"$type": "AttachEffect",
"AttachPointName": "MiddlePoint",
"EffectPattern": "Eff_Coop_Activity_05_01_LightningBuff",
"Predicates": [
{
"$type": "ByTags",
"TagList": [
"LightningRodOwned"
]
}
],
"Target": "Self"
}
]
}
}
}