(fit, beacon, context, projectionRange, **kwargs)
| 12560 | |
| 12561 | @staticmethod |
| 12562 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12563 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 12564 | 'emDamage', beacon.getModifiedItemAttr('damageMultiplierMultiplier'), |
| 12565 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 12566 | |
| 12567 | |
| 12568 | class Effect4019(BaseEffect): |
nothing calls this directly
no test coverage detected