(fit, ship, context, projectionRange, **kwargs)
| 21585 | |
| 21586 | @staticmethod |
| 21587 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21588 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 21589 | 'maxRange', ship.getModifiedItemAttr('shipBonusGF'), skill='Gallente Frigate', **kwargs) |
| 21590 | |
| 21591 | |
| 21592 | class Effect5725(BaseEffect): |
nothing calls this directly
no test coverage detected