(fit, skill, context, projectionRange, **kwargs)
| 3055 | |
| 3056 | @staticmethod |
| 3057 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3058 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Blaster Specialization'), |
| 3059 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3060 | |
| 3061 | |
| 3062 | class Effect1006(BaseEffect): |
nothing calls this directly
no test coverage detected