(fit, ship, context, projectionRange, **kwargs)
| 23287 | |
| 23288 | @staticmethod |
| 23289 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23290 | # todo: stacking? |
| 23291 | fit.ship.boostItemAttr('agility', ship.getModifiedItemAttr('freighterBonusO2'), skill='ORE Freighter', |
| 23292 | stackingPenalties=True, **kwargs) |
| 23293 | |
| 23294 | |
| 23295 | class Effect6001(BaseEffect): |
nothing calls this directly
no test coverage detected