* Optional target-owned score modifier for opponents attacking this unit. * Unlike `getTargetingPenalty`, this may return positive or negative values.
( attacker: Creature, target: Creature, abilityIndex: number, controller: BotController, )
| 86 | * Unlike `getTargetingPenalty`, this may return positive or negative values. |
| 87 | */ |
| 88 | getCounterTargetingModifier?( |
| 89 | attacker: Creature, |
| 90 | target: Creature, |
| 91 | abilityIndex: number, |
no outgoing calls
no test coverage detected