(fit, ship, context, projectionRange, **kwargs)
| 1664 | |
| 1665 | @staticmethod |
| 1666 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1667 | fit.ship.boostItemAttr('capacity', ship.getModifiedItemAttr('shipBonusAI'), |
| 1668 | skill='Amarr Hauler', **kwargs) |
| 1669 | |
| 1670 | |
| 1671 | class Effect536(BaseEffect): |
nothing calls this directly
no test coverage detected