(fit, beacon, context, projectionRange, **kwargs)
| 12578 | |
| 12579 | @staticmethod |
| 12580 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12581 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 12582 | 'explosiveDamage', beacon.getModifiedItemAttr('damageMultiplierMultiplier'), |
| 12583 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 12584 | |
| 12585 | |
| 12586 | class Effect4020(BaseEffect): |
nothing calls this directly
no test coverage detected