VERSION = 1,

option AutoEngineering.NeedsWreckRecipe
{
    type = boolean,
    default = true,
    page = AutoEngineering,
    translation = AutoEngineering_NeedsWreckRecipe,
}

option AutoEngineering.NeedsRepairMaterials
{
    type = boolean,
    default = true,
    page = AutoEngineering,
    translation = AutoEngineering_NeedsRepairMaterials,
}





option AutoEngineering.EngineMechanicsLvl
{
    type = integer,
    min = 0,
    default = 7,
    max = 10,
    page = AutoEngineering,
    translation = AutoEngineering_EngineMechanicsLvl,
}

option AutoEngineering.RepairMechanicsLvl
{
    type = integer,
    min = 0,
    default = 5,
    max = 10,
    page = AutoEngineering,
    translation = AutoEngineering_RepairMechanicsLvl,
}

option AutoEngineering.RepairWeldingLvl
{
    type = integer,
    min = 0,
    default = 3,
    max = 10,
    page = AutoEngineering,
    translation = AutoEngineering_RepairWeldingLvl,
}

option AutoEngineering.RepairElectricityLvl
{
    type = integer,
    min = 0,
    default = 1,
    max = 10,
    page = AutoEngineering,
    translation = AutoEngineering_RepairElectricityLvl,
}





option AutoEngineering.RepairFuel
{
    type = integer,
    min = 0,
    default = 10,
    max = 999,
    page = AutoEngineering,
    translation = AutoEngineering_RepairFuel,
}

option AutoEngineering.RepairEngineParts
{
    type = integer,
    min = 0,
    default = 10,
    max = 999,
    page = AutoEngineering,
    translation = AutoEngineering_RepairEngineParts,
}

option AutoEngineering.RepairSheetMetal
{
    type = integer,
    min = 0,
    default = 5,
    max = 999,
    page = AutoEngineering,
    translation = AutoEngineering_RepairSheetMetal,
}

option AutoEngineering.RepairScrapMetal
{
    type = integer,
    min = 0,
    default = 10,
    max = 999,
    page = AutoEngineering,
    translation = AutoEngineering_RepairScrapMetal,
}

option AutoEngineering.RepairElectronicsScrap
{
    type = integer,
    min = 0,
    default = 10,
    max = 999,
    page = AutoEngineering,
    translation = AutoEngineering_RepairElectronicsScrap,
}