ZenlessData/Data/ComplexCorrupted_SwitchPhasePredicate.json

26 lines
555 B
JSON
Raw Normal View History

{
"AbilityName": "ComplexCorrupted_SwitchPhasePredicate",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "ComplexCorrupted_SwitchPhase",
"IsAutoTrigger": false,
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByTags",
"TagList": [
"P1Only"
]
}
]
}
]
}
]
}
}