(fit, ship, context, projectionRange, **kwargs)
| 21369 | |
| 21370 | @staticmethod |
| 21371 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21372 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 21373 | 'thermalDamage', ship.getModifiedItemAttr('shipBonusMB'), |
| 21374 | skill='Minmatar Battleship', **kwargs) |
| 21375 | |
| 21376 | |
| 21377 | class Effect5638(BaseEffect): |
nothing calls this directly
no test coverage detected