mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |