(fit, src, context, projectionRange, **kwargs)
| 3372 | |
| 3373 | @staticmethod |
| 3374 | def handler(fit, src, context, projectionRange, **kwargs): |
| 3375 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'capacitorNeed', |
| 3376 | src.getModifiedItemAttr('eliteBonusLogistics1'), skill='Logistics Cruisers', **kwargs) |
| 3377 | |
| 3378 | |
| 3379 | class Effect1034(BaseEffect): |
nothing calls this directly
no test coverage detected