(fit, ship, context, projectionRange, **kwargs)
| 1611 | |
| 1612 | @staticmethod |
| 1613 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1614 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 1615 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusAC'), |
| 1616 | skill='Amarr Cruiser', **kwargs) |
| 1617 | |
| 1618 | |
| 1619 | class Effect521(BaseEffect): |
nothing calls this directly
no test coverage detected