(fit, ship, context, projectionRange, **kwargs)
| 21403 | |
| 21404 | @staticmethod |
| 21405 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21406 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 21407 | 'explosiveDamage', ship.getModifiedItemAttr('shipBonusMB'), |
| 21408 | skill='Minmatar Battleship', **kwargs) |
| 21409 | |
| 21410 | |
| 21411 | class Effect5644(BaseEffect): |
nothing calls this directly
no test coverage detected