(fit, ship, context, projectionRange, **kwargs)
| 38306 | |
| 38307 | @staticmethod |
| 38308 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38309 | fit.modules.filteredChargeBoost( |
| 38310 | lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), 'aoeVelocity', |
| 38311 | ship.getModifiedItemAttr('shipBonusMBC1'), skill='Minmatar Battlecruiser', **kwargs) |
| 38312 | |
| 38313 | |
| 38314 | class Effect11057(BaseEffect): |
nothing calls this directly
no test coverage detected