(fit, ship, context, projectionRange, **kwargs)
| 5967 | |
| 5968 | @staticmethod |
| 5969 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5970 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Cynosural Field Theory'), |
| 5971 | 'duration', ship.getModifiedItemAttr('durationBonus'), **kwargs) |
| 5972 | |
| 5973 | |
| 5974 | class Effect2013(BaseEffect): |
nothing calls this directly
no test coverage detected