(fit, skill, context, projectionRange, **kwargs)
| 3119 | |
| 3120 | @staticmethod |
| 3121 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3122 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Pulse Laser Specialization'), |
| 3123 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3124 | |
| 3125 | |
| 3126 | class Effect1010(BaseEffect): |
nothing calls this directly
no test coverage detected