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

24 lines
496 B
JSON

{
"AbilityName": "TurnBased_Plugin_01",
"AbilitySpecials": {
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"TurnBased_HateTag"
],
"Target": "Other"
}
],
"PropertyKey": "Actor_DamagePenetrateHpShield",
"PropertyValue": 1
}
]
}
}