(fit, src, context, projectionRange, **kwargs)
| 3389 | |
| 3390 | @staticmethod |
| 3391 | def handler(fit, src, context, projectionRange, **kwargs): |
| 3392 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'capacitorNeed', |
| 3393 | src.getModifiedItemAttr('eliteBonusLogistics2'), skill='Logistics Cruisers', **kwargs) |
| 3394 | |
| 3395 | |
| 3396 | class Effect1035(BaseEffect): |
nothing calls this directly
no test coverage detected