(fit, ship, context, projectionRange, **kwargs)
| 37647 | |
| 37648 | @staticmethod |
| 37649 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37650 | fit.modules.filteredItemBoost( |
| 37651 | lambda mod: mod.item.requiresSkill('Industrial Reconfiguration'), 'consumptionQuantity', |
| 37652 | ship.getModifiedItemAttr('industrialCommandBonusFuelConsuptionCompactIndustrialCore'), |
| 37653 | skill='Industrial Command Ships', **kwargs) |
| 37654 | |
| 37655 | |
| 37656 | class Effect8264(BaseEffect): |
nothing calls this directly
no test coverage detected