ZenlessData/Data/Curse_Nineveh_HotBuff_06.json
2024-09-23 09:11:37 -03:00

44 lines
1014 B
JSON

{
"AbilityName": "Curse_Nineveh_HotBuff_06",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "MainModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"MainModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnSkillStart": [
{
"$type": "ModifyPerfectSwitchPointAction",
"Amount": -1,
"ModifyFunction": "Add",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "EvadeAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ParryAid",
"Target": "Self"
}
]
}
]
}
]
}
}
}