(fit, ship, context, projectionRange, **kwargs)
| 18218 | |
| 18219 | @staticmethod |
| 18220 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18221 | penalties = 'ship' not in context |
| 18222 | fit.modules.filteredChargeBoost( |
| 18223 | lambda mod: mod.charge.requiresSkill('Rockets'), 'maxVelocity', |
| 18224 | ship.getModifiedItemAttr('rookieRocketVelocity'), stackingPenalties=penalties, **kwargs) |
| 18225 | |
| 18226 | |
| 18227 | class Effect5214(BaseEffect): |
nothing calls this directly
no test coverage detected