(fit, ship, context, projectionRange, **kwargs)
| 43610 | |
| 43611 | @staticmethod |
| 43612 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43613 | for damageType in ('em', 'explosive', 'kinetic', 'thermal'): |
| 43614 | fit.modules.filteredChargeBoost( |
| 43615 | lambda mod: mod.charge.requiresSkill('Heavy Missiles'), f'{damageType}Damage', |
| 43616 | ship.getModifiedItemAttr('shipBonusMBC2'), skill='Minmatar Battlecruiser', **kwargs) |
| 43617 | |
| 43618 | |
| 43619 | class Effect12893(BaseEffect): |
nothing calls this directly
no test coverage detected