(fit, beacon, context, projectionRange, **kwargs)
| 40275 | |
| 40276 | @staticmethod |
| 40277 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 40278 | fit.modules.filteredItemMultiply( |
| 40279 | lambda mod: mod.item.requiresSkill('Small Vorton Projector'), |
| 40280 | 'damageMultiplier', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 40281 | stackingPenalties=True, **kwargs) |
| 40282 | |
| 40283 | |
| 40284 | class Effect11947(BaseEffect): |
nothing calls this directly
no test coverage detected