(fit, ship, context, projectionRange, **kwargs)
| 15461 | |
| 15462 | @staticmethod |
| 15463 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15464 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler', |
| 15465 | 'maxRange', ship.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs) |
| 15466 | |
| 15467 | |
| 15468 | class Effect4621(BaseEffect): |
nothing calls this directly
no test coverage detected