(fit, skill, context, projectionRange, **kwargs)
| 3023 | |
| 3024 | @staticmethod |
| 3025 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3026 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Pulse Laser Specialization'), |
| 3027 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3028 | |
| 3029 | |
| 3030 | class Effect1004(BaseEffect): |
nothing calls this directly
no test coverage detected