(fit, container, context, projectionRange, **kwargs)
| 1449 | |
| 1450 | @staticmethod |
| 1451 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1452 | level = container.level if 'skill' in context else 1 |
| 1453 | fit.ship.boostItemAttr('warpCapacitorNeed', container.getModifiedItemAttr('warpCapacitorNeedBonus') * level, |
| 1454 | stackingPenalties='skill' not in context, **kwargs) |
| 1455 | |
| 1456 | |
| 1457 | class Effect504(BaseEffect): |
nothing calls this directly
no test coverage detected