(fit, src, context, projectionRange, **kwargs)
| 26222 | |
| 26223 | @staticmethod |
| 26224 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26225 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'falloffEffectiveness', |
| 26226 | src.getModifiedItemAttr('shipBonusCC'), skill='Caldari Cruiser', **kwargs) |
| 26227 | |
| 26228 | |
| 26229 | class Effect6371(BaseEffect): |
nothing calls this directly
no test coverage detected