1
0
ZenlessData/Data/NotoriousDeadEndButcher_SetDifficulty.json
2025-03-11 21:10:23 -03:00

67 lines
1.5 KiB
JSON

{
"AbilityName": "NotoriousDeadEndButcher_SetDifficulty",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ModifySkillMaxEP",
"DeltaValue": 1,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Lunatic"
]
}
],
"SkillName": "NotoriousDeadEndButcher_P1_Perception",
"Target": "Self"
},
{
"$type": "ModifySkillMaxEP",
"DeltaValue": -1,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Easy"
]
}
],
"SkillName": "NotoriousDeadEndButcher_P1_Perception",
"Target": "Self"
},
{
"$type": "ModifySkillMaxEP",
"DeltaValue": 1,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Lunatic"
]
}
],
"SkillName": "NotoriousDeadEndButcher_P1_EvadeSlash",
"Target": "Self"
},
{
"$type": "ModifySkillCDAction",
"Delta": -3,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Lunatic"
]
}
],
"Ratio": 0,
"SkillCDType": "SilenceCD",
"SkillName": "NotoriousDeadEndButcher_P1_EvadeSlash",
"Target": "Self",
"ValueType": "DefaultValue"
}
]
}
}