(fit, src, context, projectionRange, **kwargs)
| 25470 | |
| 25471 | @staticmethod |
| 25472 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25473 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'emDamage', |
| 25474 | src.getModifiedItemAttr('shipBonusMD1'), skill='Minmatar Destroyer', **kwargs) |
| 25475 | |
| 25476 | |
| 25477 | class Effect6309(BaseEffect): |
nothing calls this directly
no test coverage detected