(fit, src, context, projectionRange, **kwargs)
| 3487 | |
| 3488 | @staticmethod |
| 3489 | def handler(fit, src, context, projectionRange, **kwargs): |
| 3490 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'maxRange', |
| 3491 | src.getModifiedItemAttr('shipBonusMC2'), skill='Minmatar Cruiser', **kwargs) |
| 3492 | |
| 3493 | |
| 3494 | class Effect1058(BaseEffect): |
nothing calls this directly
no test coverage detected