(fit, ship, context, projectionRange, **kwargs)
| 23633 | |
| 23634 | @staticmethod |
| 23635 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23636 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 23637 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusTacticalDestroyerMinmatar1'), |
| 23638 | skill='Minmatar Tactical Destroyer', **kwargs) |
| 23639 | |
| 23640 | |
| 23641 | class Effect6038(BaseEffect): |
nothing calls this directly
no test coverage detected