(fit, ship, context, projectionRange, **kwargs)
| 19819 | |
| 19820 | @staticmethod |
| 19821 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19822 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 19823 | 'maxRange', ship.getModifiedItemAttr('shipBonusAC2'), skill='Amarr Cruiser', **kwargs) |
| 19824 | |
| 19825 | |
| 19826 | class Effect5383(BaseEffect): |
nothing calls this directly
no test coverage detected