(fit, ship, context, projectionRange, **kwargs)
| 5151 | |
| 5152 | @staticmethod |
| 5153 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5154 | fit.ship.boostItemAttr('capacity', ship.getModifiedItemAttr('freighterBonusC2'), skill='Caldari Freighter', **kwargs) |
| 5155 | |
| 5156 | |
| 5157 | class Effect1670(BaseEffect): |
nothing calls this directly
no test coverage detected