(fit, src, context, projectionRange, **kwargs)
| 26205 | |
| 26206 | @staticmethod |
| 26207 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26208 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'falloffEffectiveness', |
| 26209 | src.getModifiedItemAttr('shipBonusMC2'), skill='Minmatar Cruiser', **kwargs) |
| 26210 | |
| 26211 | |
| 26212 | class Effect6370(BaseEffect): |
nothing calls this directly
no test coverage detected