(fit, src, context, projectionRange, **kwargs)
| 43308 | |
| 43309 | @staticmethod |
| 43310 | def handler(fit, src, context, projectionRange, **kwargs): |
| 43311 | for damageType in ('em', 'explosive', 'kinetic', 'thermal'): |
| 43312 | fit.modules.filteredChargeBoost( |
| 43313 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), f'{damageType}Damage', |
| 43314 | src.getModifiedItemAttr('boosterMissileDamageBonusPostPercent'), **kwargs) |
| 43315 | |
| 43316 | |
| 43317 | class Effect12862(BaseEffect): |
nothing calls this directly
no test coverage detected