(fit, skill, context, projectionRange, **kwargs)
| 3039 | |
| 3040 | @staticmethod |
| 3041 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3042 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Beam Laser Specialization'), |
| 3043 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3044 | |
| 3045 | |
| 3046 | class Effect1005(BaseEffect): |
nothing calls this directly
no test coverage detected