(fit, src, context, projectionRange, **kwargs)
| 29724 | |
| 29725 | @staticmethod |
| 29726 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29727 | lvl = src.level |
| 29728 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Doomsday Operation'), 'duration', |
| 29729 | src.getModifiedItemAttr('rofBonus') * lvl, **kwargs) |
| 29730 | |
| 29731 | |
| 29732 | class Effect6647(BaseEffect): |
nothing calls this directly
no test coverage detected