(fit, module, context, projectionRange, **kwargs)
| 11939 | |
| 11940 | @staticmethod |
| 11941 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11942 | fit.ship.boostItemAttr('maxVelocity', module.getModifiedItemAttr('subsystemBonusAmarrPropulsion'), |
| 11943 | skill='Amarr Propulsion Systems', **kwargs) |
| 11944 | |
| 11945 | |
| 11946 | class Effect3859(BaseEffect): |
nothing calls this directly
no test coverage detected