(fit, src, context, projectionRange, **kwargs)
| 11955 | |
| 11956 | @staticmethod |
| 11957 | def handler(fit, src, context, projectionRange, **kwargs): |
| 11958 | fit.ship.boostItemAttr('maxVelocity', src.getModifiedItemAttr('subsystemBonusCaldariPropulsion'), |
| 11959 | skill='Caldari Propulsion Systems', **kwargs) |
| 11960 | |
| 11961 | |
| 11962 | class Effect3860(BaseEffect): |
nothing calls this directly
no test coverage detected