(fit, skill, context, projectionRange, **kwargs)
| 3199 | |
| 3200 | @staticmethod |
| 3201 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3202 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Artillery Specialization'), |
| 3203 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3204 | |
| 3205 | |
| 3206 | class Effect1015(BaseEffect): |
nothing calls this directly
no test coverage detected