(fit, skill, context, projectionRange, **kwargs)
| 3231 | |
| 3232 | @staticmethod |
| 3233 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3234 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Beam Laser Specialization'), |
| 3235 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3236 | |
| 3237 | |
| 3238 | class Effect1017(BaseEffect): |
nothing calls this directly
no test coverage detected