(fit, ship, context, projectionRange, **kwargs)
| 24109 | |
| 24110 | @staticmethod |
| 24111 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24112 | for damageType in ('em', 'explosive', 'kinetic', 'thermal'): |
| 24113 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 24114 | '{0}Damage'.format(damageType), ship.getModifiedItemAttr('shipBonusMC2'), |
| 24115 | skill='Minmatar Cruiser', **kwargs) |
| 24116 | |
| 24117 | |
| 24118 | class Effect6096(BaseEffect): |
nothing calls this directly
no test coverage detected