(fit, ship, context, projectionRange, **kwargs)
| 42914 | |
| 42915 | @staticmethod |
| 42916 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42917 | fit.modules.filteredChargeBoost( |
| 42918 | lambda mod: mod.charge.requiresSkill('Rockets') or mod.charge.requiresSkill('Light Missiles'), |
| 42919 | 'aoeVelocity', ship.getModifiedItemAttr('shipBonusMD1'), skill='Minmatar Destroyer', **kwargs) |
| 42920 | |
| 42921 | |
| 42922 | class Effect12820(BaseEffect): |
nothing calls this directly
no test coverage detected