(fit, ship, context, projectionRange, **kwargs)
| 2583 | |
| 2584 | @staticmethod |
| 2585 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2586 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 2587 | 'maxRange', ship.getModifiedItemAttr('shipBonusCF2'), skill='Caldari Frigate', **kwargs) |
| 2588 | |
| 2589 | |
| 2590 | class Effect887(BaseEffect): |
nothing calls this directly
no test coverage detected