(fit, ship, context, projectionRange, **kwargs)
| 2274 | |
| 2275 | @staticmethod |
| 2276 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2277 | fit.ship.boostItemAttr('capacity', ship.getModifiedItemAttr('shipBonusCI'), skill='Caldari Hauler', **kwargs) |
| 2278 | |
| 2279 | |
| 2280 | class Effect728(BaseEffect): |
nothing calls this directly
no test coverage detected