(fit, ship, context, projectionRange, **kwargs)
| 5136 | |
| 5137 | @staticmethod |
| 5138 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5139 | fit.ship.boostItemAttr('capacity', ship.getModifiedItemAttr('freighterBonusA2'), skill='Amarr Freighter', **kwargs) |
| 5140 | |
| 5141 | |
| 5142 | class Effect1669(BaseEffect): |
nothing calls this directly
no test coverage detected