(fit, skill, context, projectionRange, **kwargs)
| 10018 | |
| 10019 | @staticmethod |
| 10020 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 10021 | fit.ship.boostItemAttr('maxJumpClones', skill.getModifiedItemAttr('maxJumpClonesBonus') * skill.level, **kwargs) |
| 10022 | |
| 10023 | |
| 10024 | class Effect3331(BaseEffect): |
nothing calls this directly
no test coverage detected