(fit, skill, context, projectionRange, **kwargs)
| 5275 | |
| 5276 | @staticmethod |
| 5277 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 5278 | fit.ship.boostItemAttr('jumpDriveCapacitorNeed', |
| 5279 | skill.getModifiedItemAttr('jumpDriveCapacitorNeedBonus') * skill.level, **kwargs) |
| 5280 | |
| 5281 | |
| 5282 | class Effect1730(BaseEffect): |
nothing calls this directly
no test coverage detected