ZenlessData/Data/Level_ElementAbnormalAdded.json

74 lines
1.6 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Level_ElementAbnormalAdded",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffAddToOtherModifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Strike",
"Frozen",
"Frostbite",
"Burn",
"Electric",
"Ignite",
"Erosion",
"Overload",
"Chaos"
]
}
],
"Target": "Self"
}
],
"OnBuffAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffAddedModifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Strike",
"Frozen",
"Frostbite",
"Burn",
"Electric",
"Ignite",
"Erosion",
"Overload",
"Chaos"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"BuffAddToOtherModifier": {
"Duration": -1,
"ModifierStacking": "MultipleRefresh",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "TeachLevel_ElementAbormal"
}
]
},
"BuffAddedModifier": {
"Duration": -1,
"ModifierStacking": "MultipleRefresh",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "TeachLevel_ElementAbormal"
}
]
}
}
}