(fit, module, context, projectionRange, **kwargs)
| 13297 | |
| 13298 | @staticmethod |
| 13299 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13300 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 13301 | 'maxRange', module.getModifiedItemAttr('subsystemBonusMinmatarOffensive'), |
| 13302 | skill='Minmatar Offensive Systems', **kwargs) |
| 13303 | |
| 13304 | |
| 13305 | class Effect4122(BaseEffect): |
nothing calls this directly
no test coverage detected