(fit, ship, context, projectionRange, **kwargs)
| 3851 | |
| 3852 | @staticmethod |
| 3853 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3854 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 3855 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 3856 | |
| 3857 | |
| 3858 | class Effect1219(BaseEffect): |
nothing calls this directly
no test coverage detected