(fit, skill, context, projectionRange, **kwargs)
| 3135 | |
| 3136 | @staticmethod |
| 3137 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3138 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Beam Laser Specialization'), |
| 3139 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3140 | |
| 3141 | |
| 3142 | class Effect1011(BaseEffect): |
nothing calls this directly
no test coverage detected