(fit, src, context, projectionRange, **kwargs)
| 13955 | |
| 13956 | @staticmethod |
| 13957 | def handler(fit, src, context, projectionRange, **kwargs): |
| 13958 | fit.ship.boostItemAttr('warpSpeedMultiplier', src.getModifiedItemAttr('subsystemBonusCaldariPropulsion2'), |
| 13959 | skill='Caldari Propulsion Systems', **kwargs) |
| 13960 | |
| 13961 | |
| 13962 | class Effect4277(BaseEffect): |
nothing calls this directly
no test coverage detected