(fit, ship, context, projectionRange, **kwargs)
| 38747 | |
| 38748 | @staticmethod |
| 38749 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38750 | fit.modules.filteredItemBoost( |
| 38751 | lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'maxRange', |
| 38752 | ship.getModifiedItemAttr('shipBonusNavyDestroyerCaldari2'), skill='Caldari Destroyer', **kwargs) |
| 38753 | |
| 38754 | |
| 38755 | class Effect11393(BaseEffect): |
nothing calls this directly
no test coverage detected