(fit, ship, context, projectionRange, **kwargs)
| 39309 | |
| 39310 | @staticmethod |
| 39311 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39312 | fit.modules.filteredChargeBoost( |
| 39313 | lambda mod: mod.charge.requiresSkill('Cruise Missiles'), 'aoeVelocity', |
| 39314 | ship.getModifiedItemAttr('shipBonusMB'), skill='Minmatar Battleship', **kwargs) |
| 39315 | |
| 39316 | |
| 39317 | class Effect11429(BaseEffect): |
nothing calls this directly
no test coverage detected