ZenlessData/Data/QuickGuideTutorialLevel_104.json
2024-11-04 02:05:40 -03:00

112 lines
2.5 KiB
JSON

{
"AbilityName": "QuickGuideTutorialLevel_104",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAttackLanded": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Predicates": [
{
"$type": "ByHitResult",
"HitResult": "Critical"
}
],
"StackCount": 1,
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Elec"
}
],
"StackCount": 1,
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Ether"
}
],
"StackCount": 1,
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Fire"
}
],
"StackCount": 1,
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Ice"
}
],
"StackCount": 1,
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Quest3Modifier",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Physics"
}
],
"StackCount": 1,
"Target": "Self"
}
]
},
"Modifiers": {
"Quest1Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "QuickGuideTutorialLevel_104_1"
}
]
},
"Quest2Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "QuickGuideTutorialLevel_104_2"
}
]
},
"Quest3Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "QuickGuideTutorialLevel_104_3"
}
]
}
}
}