(fit, ship, context, projectionRange, **kwargs)
| 18236 | |
| 18237 | @staticmethod |
| 18238 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18239 | penalties = 'ship' not in context |
| 18240 | fit.modules.filteredChargeBoost( |
| 18241 | lambda mod: mod.charge.requiresSkill('Light Missiles'), 'maxVelocity', |
| 18242 | ship.getModifiedItemAttr('rookieLightMissileVelocity'), stackingPenalties=penalties, **kwargs) |
| 18243 | |
| 18244 | |
| 18245 | class Effect5215(BaseEffect): |
nothing calls this directly
no test coverage detected