1
0
ZenlessData/Data/_unsorted/TurnBased_ChallengeLevel_06.json
2025-10-15 03:08:22 +02:00

23 lines
588 B
JSON

{
"AbilityMixins": [
{
"$type": "ListenAbilityMixin",
"AbilityName": "Monster_TurnBased_CommonBuff_Invincible",
"OnListenAbilityAdded": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "Monster_TurnBased_CommonBuff_Invincible",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "GreaterEqual",
"StrengthType": "Elite"
}
]
}
]
}
],
"AbilityName": "TurnBased_ChallengeLevel_06",
"AbilityStacking": "Unique"
}