(fit, skill, context, projectionRange, **kwargs)
| 16050 | |
| 16051 | @staticmethod |
| 16052 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 16053 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill(skill), 'consumptionQuantity', |
| 16054 | skill.getModifiedItemAttr('consumptionQuantityBonusPercent') * skill.level, **kwargs) |
| 16055 | |
| 16056 | |
| 16057 | class Effect4817(BaseEffect): |
nothing calls this directly
no test coverage detected