(fit, module, context, projectionRange, **kwargs)
| 13280 | |
| 13281 | @staticmethod |
| 13282 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13283 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 13284 | 'falloff', module.getModifiedItemAttr('subsystemBonusMinmatarOffensive'), |
| 13285 | skill='Minmatar Offensive Systems', **kwargs) |
| 13286 | |
| 13287 | |
| 13288 | class Effect4115(BaseEffect): |
nothing calls this directly
no test coverage detected