(fit, src, context, projectionRange, **kwargs)
| 3471 | |
| 3472 | @staticmethod |
| 3473 | def handler(fit, src, context, projectionRange, **kwargs): |
| 3474 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'maxRange', |
| 3475 | src.getModifiedItemAttr('shipBonusCC'), skill='Caldari Cruiser', **kwargs) |
| 3476 | |
| 3477 | |
| 3478 | class Effect1049(BaseEffect): |
nothing calls this directly
no test coverage detected