(fit, ship, context, projectionRange, **kwargs)
| 43628 | |
| 43629 | @staticmethod |
| 43630 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43631 | for damageType in ('em', 'explosive', 'kinetic', 'thermal'): |
| 43632 | fit.modules.filteredChargeBoost( |
| 43633 | lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), f'{damageType}Damage', |
| 43634 | ship.getModifiedItemAttr('shipBonusMBC2'), skill='Minmatar Battlecruiser', **kwargs) |
| 43635 | |
| 43636 | |
| 43637 | class Effect12894(BaseEffect): |
nothing calls this directly
no test coverage detected