(fit, src, context, projectionRange, **kwargs)
| 25502 | |
| 25503 | @staticmethod |
| 25504 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25505 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 25506 | 'explosiveDamage', src.getModifiedItemAttr('shipBonusMD1'), |
| 25507 | skill='Minmatar Destroyer', **kwargs) |
| 25508 | |
| 25509 | |
| 25510 | class Effect6315(BaseEffect): |
nothing calls this directly
no test coverage detected