(fit, src, context, projectionRange, **kwargs)
| 25486 | |
| 25487 | @staticmethod |
| 25488 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25489 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'kineticDamage', |
| 25490 | src.getModifiedItemAttr('shipBonusMD1'), skill='Minmatar Destroyer', **kwargs) |
| 25491 | |
| 25492 | |
| 25493 | class Effect6310(BaseEffect): |
nothing calls this directly
no test coverage detected