(fit, ship, context, projectionRange, **kwargs)
| 37736 | |
| 37737 | @staticmethod |
| 37738 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37739 | fit.ship.boostItemAttr( |
| 37740 | 'generalMiningHoldCapacity', ship.getModifiedItemAttr('industrialCommandBonusGeneralMiningHoldCapacity'), |
| 37741 | skill='Industrial Command Ships', **kwargs) |
| 37742 | |
| 37743 | |
| 37744 | class Effect8279(BaseEffect): |
nothing calls this directly
no test coverage detected