(fit, container, context, projectionRange, **kwargs)
| 37143 | |
| 37144 | @staticmethod |
| 37145 | def handler(fit, container, context, projectionRange, **kwargs): |
| 37146 | fit.ship.boostItemAttr('warpCapacitorNeed', container.getModifiedItemAttr('shipBonusCF2'), |
| 37147 | skill='Caldari Frigate', **kwargs) |
| 37148 | |
| 37149 | |
| 37150 | class Effect8135(BaseEffect): |
nothing calls this directly
no test coverage detected