(fit, beacon, context, projectionRange, **kwargs)
| 13012 | |
| 13013 | @staticmethod |
| 13014 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13015 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 13016 | 'emDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 13017 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 13018 | |
| 13019 | |
| 13020 | class Effect4058(BaseEffect): |
nothing calls this directly
no test coverage detected