(fit, src, context, projectionRange, **kwargs)
| 25454 | |
| 25455 | @staticmethod |
| 25456 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25457 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'thermalDamage', |
| 25458 | src.getModifiedItemAttr('shipBonusMD1'), skill='Minmatar Destroyer', **kwargs) |
| 25459 | |
| 25460 | |
| 25461 | class Effect6308(BaseEffect): |
nothing calls this directly
no test coverage detected