(fit, ship, context, projectionRange, **kwargs)
| 1592 | |
| 1593 | @staticmethod |
| 1594 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1595 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 1596 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusAF'), |
| 1597 | skill='Amarr Frigate', **kwargs) |
| 1598 | |
| 1599 | |
| 1600 | class Effect516(BaseEffect): |
nothing calls this directly
no test coverage detected