(fit, ship, context, projectionRange, **kwargs)
| 38289 | |
| 38290 | @staticmethod |
| 38291 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38292 | fit.modules.filteredChargeBoost( |
| 38293 | lambda mod: mod.charge.requiresSkill('Heavy Missiles'), 'aoeVelocity', |
| 38294 | ship.getModifiedItemAttr('shipBonusMBC1'), skill='Minmatar Battlecruiser', **kwargs) |
| 38295 | |
| 38296 | |
| 38297 | class Effect11056(BaseEffect): |
nothing calls this directly
no test coverage detected