(fit, module, context, projectionRange, **kwargs)
| 13793 | |
| 13794 | @staticmethod |
| 13795 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13796 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 13797 | 'damageMultiplier', module.getModifiedItemAttr('subsystemBonusMinmatarOffensive2'), |
| 13798 | skill='Minmatar Offensive Systems', **kwargs) |
| 13799 | |
| 13800 | |
| 13801 | class Effect4256(BaseEffect): |
nothing calls this directly
no test coverage detected