(fit, skill, context, projectionRange, **kwargs)
| 3247 | |
| 3248 | @staticmethod |
| 3249 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3250 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Blaster Specialization'), |
| 3251 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3252 | |
| 3253 | |
| 3254 | class Effect1018(BaseEffect): |
nothing calls this directly
no test coverage detected