(fit, ship, context, projectionRange, **kwargs)
| 5432 | |
| 5433 | @staticmethod |
| 5434 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5435 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', ship.getModifiedItemAttr('shipBonusAF'), |
| 5436 | skill='Amarr Frigate', **kwargs) |
| 5437 | |
| 5438 | |
| 5439 | class Effect1812(BaseEffect): |
nothing calls this directly
no test coverage detected