(fit, skill, context, projectionRange, **kwargs)
| 3103 | |
| 3104 | @staticmethod |
| 3105 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3106 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Artillery Specialization'), |
| 3107 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3108 | |
| 3109 | |
| 3110 | class Effect1009(BaseEffect): |
nothing calls this directly
no test coverage detected