(fit, ship, context, projectionRange, **kwargs)
| 20456 | |
| 20457 | @staticmethod |
| 20458 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20459 | fit.ship.boostItemAttr('specialAmmoHoldCapacity', ship.getModifiedItemAttr('shipBonusMI2'), |
| 20460 | skill='Minmatar Hauler', **kwargs) |
| 20461 | |
| 20462 | |
| 20463 | class Effect5478(BaseEffect): |
nothing calls this directly
no test coverage detected