(fit, ship, context, projectionRange, **kwargs)
| 18868 | |
| 18869 | @staticmethod |
| 18870 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18871 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 18872 | 'maxRange', ship.getModifiedItemAttr('shipBonusCD1'), skill='Caldari Destroyer', **kwargs) |
| 18873 | |
| 18874 | |
| 18875 | class Effect5304(BaseEffect): |
nothing calls this directly
no test coverage detected