(fit, ship, context, projectionRange, **kwargs)
| 24165 | |
| 24166 | @staticmethod |
| 24167 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24168 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Infomorph Psychology'), |
| 24169 | 'duration', ship.getModifiedItemAttr('entosisDurationMultiplier') or 1, **kwargs) |
| 24170 | |
| 24171 | |
| 24172 | class Effect6110(BaseEffect): |
nothing calls this directly
no test coverage detected