(fit, src, context, projectionRange, **kwargs)
| 13923 | |
| 13924 | @staticmethod |
| 13925 | def handler(fit, src, context, projectionRange, **kwargs): |
| 13926 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler', 'maxRange', |
| 13927 | src.getModifiedItemAttr('subsystemBonusGallenteCore2'), skill='Gallente Core Systems', **kwargs) |
| 13928 | |
| 13929 | |
| 13930 | class Effect4274(BaseEffect): |
nothing calls this directly
no test coverage detected