(fit, skill, context, projectionRange, **kwargs)
| 3215 | |
| 3216 | @staticmethod |
| 3217 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3218 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Pulse Laser Specialization'), |
| 3219 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3220 | |
| 3221 | |
| 3222 | class Effect1016(BaseEffect): |
nothing calls this directly
no test coverage detected