(fit, ship, context, projectionRange, **kwargs)
| 24128 | |
| 24129 | @staticmethod |
| 24130 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24131 | for damageType in ('em', 'explosive', 'kinetic', 'thermal'): |
| 24132 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Light Missiles'), |
| 24133 | '{0}Damage'.format(damageType), ship.getModifiedItemAttr('shipBonusMC2'), |
| 24134 | skill='Minmatar Cruiser', **kwargs) |
| 24135 | |
| 24136 | |
| 24137 | class Effect6098(BaseEffect): |
nothing calls this directly
no test coverage detected