(fit, beacon, context, projectionRange, **kwargs)
| 12542 | |
| 12543 | @staticmethod |
| 12544 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12545 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 12546 | 'thermalDamage', beacon.getModifiedItemAttr('damageMultiplierMultiplier'), |
| 12547 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 12548 | |
| 12549 | |
| 12550 | class Effect4018(BaseEffect): |
nothing calls this directly
no test coverage detected