(fit, container, context, projectionRange, **kwargs)
| 1897 | |
| 1898 | @staticmethod |
| 1899 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1900 | level = container.level if 'skill' in context else 1 |
| 1901 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Energy Pulse Weapons'), |
| 1902 | 'duration', container.getModifiedItemAttr('durationBonus') * level, **kwargs) |
| 1903 | |
| 1904 | |
| 1905 | class Effect596(BaseEffect): |
nothing calls this directly
no test coverage detected