(fit, container, context, projectionRange, **kwargs)
| 37176 | |
| 37177 | @staticmethod |
| 37178 | def handler(fit, container, context, projectionRange, **kwargs): |
| 37179 | fit.ship.boostItemAttr('warpCapacitorNeed', container.getModifiedItemAttr('shipBonusMF2'), |
| 37180 | skill='Minmatar Frigate', **kwargs) |
| 37181 | |
| 37182 | |
| 37183 | class Effect8151(BaseEffect): |
nothing calls this directly
no test coverage detected