(fit, src, context, projectionRange, **kwargs)
| 31360 | |
| 31361 | @staticmethod |
| 31362 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31363 | lvl = src.level |
| 31364 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Spatial Phenomena Generation'), 'buffDuration', |
| 31365 | src.getModifiedItemAttr('durationBonus') * lvl, **kwargs) |
| 31366 | |
| 31367 | |
| 31368 | class Effect6766(BaseEffect): |
nothing calls this directly
no test coverage detected