(fit, ship, context, projectionRange, **kwargs)
| 5379 | |
| 5380 | @staticmethod |
| 5381 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5382 | fit.ship.boostItemAttr('armorEmDamageResonance', ship.getModifiedItemAttr('shipBonusAF'), skill='Amarr Frigate', **kwargs) |
| 5383 | |
| 5384 | |
| 5385 | class Effect1805(BaseEffect): |
nothing calls this directly
no test coverage detected