(fit, ship, context, projectionRange, **kwargs)
| 38679 | |
| 38680 | @staticmethod |
| 38681 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38682 | fit.modules.filteredItemBoost( |
| 38683 | lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'damageMultiplier', |
| 38684 | ship.getModifiedItemAttr('shipBonusNavyDestroyerGallente1'), skill='Gallente Destroyer', **kwargs) |
| 38685 | |
| 38686 | |
| 38687 | class Effect11388(BaseEffect): |
nothing calls this directly
no test coverage detected