mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
74
Data/Level_ElementAbnormalAdded.json
Normal file
74
Data/Level_ElementAbnormalAdded.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user