(fit, beacon, context, projectionRange, **kwargs)
| 12596 | |
| 12597 | @staticmethod |
| 12598 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12599 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 12600 | 'kineticDamage', beacon.getModifiedItemAttr('damageMultiplierMultiplier'), |
| 12601 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 12602 | |
| 12603 | |
| 12604 | class Effect4021(BaseEffect): |
nothing calls this directly
no test coverage detected