(fit, ship, context, projectionRange, **kwargs)
| 20572 | |
| 20573 | @staticmethod |
| 20574 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20575 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 20576 | 'maxRange', ship.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs) |
| 20577 | |
| 20578 | |
| 20579 | class Effect5486(BaseEffect): |
nothing calls this directly
no test coverage detected