(fit, ship, context, projectionRange, **kwargs)
| 24090 | |
| 24091 | @staticmethod |
| 24092 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24093 | for damageType in ('em', 'explosive', 'kinetic', 'thermal'): |
| 24094 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 24095 | '{0}Damage'.format(damageType), ship.getModifiedItemAttr('shipBonusMC2'), |
| 24096 | skill='Minmatar Cruiser', **kwargs) |
| 24097 | |
| 24098 | |
| 24099 | class Effect6093(BaseEffect): |
nothing calls this directly
no test coverage detected