(fit, ship, context, projectionRange, **kwargs)
| 20187 | |
| 20188 | @staticmethod |
| 20189 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20190 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Cruise Missiles'), |
| 20191 | 'aoeVelocity', ship.getModifiedItemAttr('shipBonusMB2'), |
| 20192 | skill='Minmatar Battleship', **kwargs) |
| 20193 | |
| 20194 | |
| 20195 | class Effect5433(BaseEffect): |
nothing calls this directly
no test coverage detected