(fit, container, context, projectionRange, **kwargs)
| 1317 | |
| 1318 | @staticmethod |
| 1319 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1320 | level = container.level if 'skill' in context else 1 |
| 1321 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Projectile Turret'), |
| 1322 | 'damageMultiplier', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 1323 | |
| 1324 | |
| 1325 | class Effect414(BaseEffect): |
nothing calls this directly
no test coverage detected