VERSION = 1,

option UsefulBarrels.DebugMode
{type = boolean, default = false, page = UsefulBarrels, translation = UsefulBarrelsDebugMode,}

option UsefulBarrels.BarrelCapacity
{type = integer, min = 1, max = 9999, default = 400, page = UsefulBarrels, translation = UsefulBarrelsBarrelCapacity,}

option UsefulBarrels.RequirePipeWrench
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsRequirePipeWrench,}

option UsefulBarrels.RequireHoseForTake
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsRequireHose,}

option UsefulBarrels.RequireFunnelForFill
{type = boolean, default = false, page = UsefulBarrels, translation = UsefulBarrelsRequireFunnelForFill,}

option UsefulBarrels.FunnelSpeedUpFillModifier
{type = double, min = 1, max = 2, default = 1.25, page = UsefulBarrels, translation = UsefulBarrelsFunnelSpeedUpFillModifier,}

option UsefulBarrels.AllowIndustrial
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsAllowIndustrial,}

option UsefulBarrels.AllowFuel
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsAllowFuel,}

option UsefulBarrels.AllowHazardous
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsAllowHazardous,}

option UsefulBarrels.AllowWater
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsAllowWater,}

option UsefulBarrels.AllowAlcoholic
{type = boolean, default = false, page = UsefulBarrels, translation = UsefulBarrelsAllowAlcoholic,}

option UsefulBarrels.AllowBeverage
{type = boolean, default = false, page = UsefulBarrels, translation = UsefulBarrelsAllowBeverage,}

option UsefulBarrels.AllowMedical
{type = boolean, default = false, page = UsefulBarrels, translation = UsefulBarrelsAllowMedical,}

option UsefulBarrels.AllowColors
{type = boolean, default = false, page = UsefulBarrels, translation = UsefulBarrelsAllowColors,}

option UsefulBarrels.AllowDyes
{type = boolean, default = false, page = UsefulBarrels, translation = UsefulBarrelsAllowDyes,}

option UsefulBarrels.AllowHairDyes
{type = boolean, default = false, page = UsefulBarrels, translation = UsefulBarrelsAllowHairDyes,}

option UsefulBarrels.AllowPaint
{type = boolean, default = false, page = UsefulBarrels, translation = UsefulBarrelsAllowPaint,}

option UsefulBarrels.AllowPoisons
{type = boolean, default = false, page = UsefulBarrels, translation = UsefulBarrelsAllowPoisons,}

option UsefulBarrels.EnableGeneratorRefuel
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsEnableGeneratorRefuel,}

option UsefulBarrels.GeneratorRefuelRequiresHose
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsGeneratorRefuelRequiresHose,}

option UsefulBarrels.EnableCarRefuel
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsEnableVehicleRefuel,}

option UsefulBarrels.CarRefuelRequiresHose
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsVehicleRefuelRequiresHose,}

option UsefulBarrels.EnableFillBarrelFromVehicles
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsEnableFillBarrelFromVehicles,}

option UsefulBarrels.FillBarrelFromVehiclesRequiresHose
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsFillBarrelFromVehiclesRequiresHose,}

option UsefulBarrels.InitialFluid
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsInitialFluid,}

option UsefulBarrels.InitialFluidPool
{type = string, default = Acid Water TaintedWater Petrol Petrol Bleach PotentPoison, page = UsefulBarrels, translation = UsefulBarrelsInitialFluidPool,}

option UsefulBarrels.InitialFluidMaxAmount
{type = integer, min = 0, max=9999, default = 54, page = UsefulBarrels, translation = UsefulBarrelsInitialFluidMaxAmount,}

option UsefulBarrels.InitialFluidSpawnChance
{type = double, min = 0, max=100, default = 25, page = UsefulBarrels, translation = UsefulBarrelsInitialFluidSpawnChance,}

option UsefulBarrels.RequireWeldingMask
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsRequireWeldingMask,}

option UsefulBarrels.RequireBlowTorch
{type = boolean, default = true, page = UsefulBarrels, translation = UsefulBarrelsRequireBlowTorch,}