(fit, src, context, projectionRange, **kwargs)
| 15831 | |
| 15832 | @staticmethod |
| 15833 | def handler(fit, src, context, projectionRange, **kwargs): |
| 15834 | fit.ship.boostItemAttr('warpCapacitorNeed', src.getModifiedItemAttr('subsystemBonusCaldariPropulsion'), |
| 15835 | skill='Caldari Propulsion Systems', **kwargs) |
| 15836 | |
| 15837 | |
| 15838 | class Effect4775(BaseEffect): |
nothing calls this directly
no test coverage detected