(fit, skill, context, projectionRange, **kwargs)
| 3087 | |
| 3088 | @staticmethod |
| 3089 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3090 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Autocannon Specialization'), |
| 3091 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3092 | |
| 3093 | |
| 3094 | class Effect1008(BaseEffect): |
nothing calls this directly
no test coverage detected