1
0
ZenlessData/Data/_unsorted/ElementWind_TutorialAbility.json
2026-06-17 01:18:11 +02:00

109 lines
2.6 KiB
JSON

{
"AbilityName": "ElementWind_TutorialAbility",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAttackLanded": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier_2",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByWindConvertedElement",
"Target": "Other",
"TargetElement": "Fire"
},
{
"$type": "ByWindConvertedElement",
"Target": "Other",
"TargetElement": "Ether"
},
{
"$type": "ByWindConvertedElement",
"Target": "Other",
"TargetElement": "Elec"
},
{
"$type": "ByWindConvertedElement",
"Target": "Other",
"TargetElement": "Physics"
},
{
"$type": "ByWindConvertedElement",
"Target": "Other",
"TargetElement": "Ice"
}
],
"Target": "Other"
}
],
"Target": "Self"
}
],
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier_1",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Wind"
],
"Target": "Other"
}
],
"Target": "Self"
}
],
"OnBuffDamageHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier_1",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Catalysis"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Quest1Modifier_1": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "ElementWind_Tutorial_1_1"
}
]
},
"Quest1Modifier_2": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "ElementWind_Tutorial_1_2"
}
]
},
"Quest2Modifier_1": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "ElementWind_Tutorial_2_1"
}
]
}
}
}