(fit, ship, context, projectionRange, **kwargs)
| 5181 | |
| 5182 | @staticmethod |
| 5183 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5184 | fit.ship.boostItemAttr('capacity', ship.getModifiedItemAttr('freighterBonusM2'), skill='Minmatar Freighter', **kwargs) |
| 5185 | |
| 5186 | |
| 5187 | class Effect1672(BaseEffect): |
nothing calls this directly
no test coverage detected