(fit, ship, context, projectionRange, **kwargs)
| 9947 | |
| 9948 | @staticmethod |
| 9949 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9950 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Industrial Reconfiguration'), |
| 9951 | 'consumptionQuantity', ship.getModifiedItemAttr('shipBonusORECapital1'), |
| 9952 | skill='Capital Industrial Ships', **kwargs) |
| 9953 | |
| 9954 | |
| 9955 | class Effect3297(BaseEffect): |
nothing calls this directly
no test coverage detected