(fit, ship, context, projectionRange, **kwargs)
| 36683 | |
| 36684 | @staticmethod |
| 36685 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36686 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Projectile Turret'), |
| 36687 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusMB2'), |
| 36688 | skill='Minmatar Battleship', **kwargs) |
| 36689 | |
| 36690 | |
| 36691 | class Effect8107(BaseEffect): |
nothing calls this directly
no test coverage detected