(fit, ship, context, projectionRange, **kwargs)
| 19037 | |
| 19038 | @staticmethod |
| 19039 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19040 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 19041 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusMD1'), |
| 19042 | skill='Minmatar Destroyer', **kwargs) |
| 19043 | |
| 19044 | |
| 19045 | class Effect5318(BaseEffect): |
nothing calls this directly
no test coverage detected