(fit, module, context, projectionRange, **kwargs)
| 7866 | |
| 7867 | @staticmethod |
| 7868 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7869 | fit.ship.boostItemAttr('agility', module.getModifiedItemAttr('drawback'), |
| 7870 | stackingPenalties=True, **kwargs) |
| 7871 | |
| 7872 | |
| 7873 | class Effect2718(BaseEffect): |
nothing calls this directly
no test coverage detected