(fit, ship, context, projectionRange, **kwargs)
| 2734 | |
| 2735 | @staticmethod |
| 2736 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2737 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 2738 | 'speed', ship.getModifiedItemAttr('shipBonusAC2'), |
| 2739 | skill='Amarr Cruiser', **kwargs) |
| 2740 | |
| 2741 | |
| 2742 | class Effect909(BaseEffect): |
nothing calls this directly
no test coverage detected