(fit, src, context, projectionRange, **kwargs)
| 33209 | |
| 33210 | @staticmethod |
| 33211 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33212 | fit.ship.boostItemAttr('warpSpeedMultiplier', src.getModifiedItemAttr('subsystemBonusAmarrPropulsion2'), |
| 33213 | skill='Amarr Propulsion Systems', **kwargs) |
| 33214 | |
| 33215 | |
| 33216 | class Effect6963(BaseEffect): |
nothing calls this directly
no test coverage detected