Configuration

Preview File Updated: v1.0.1 - 23.01.2025

--- ██╗████████╗███████╗███╗   ███╗███████╗
--- ██║╚══██╔══╝██╔════╝████╗ ████║██╔════╝
--- ██║   ██║   █████╗  ██╔████╔██║███████╗
--- ██║   ██║   ██╔══╝  ██║╚██╔╝██║╚════██║
--- ██║   ██║   ███████╗██║ ╚═╝ ██║███████║
--- ╚═╝   ╚═╝   ╚══════╝╚═╝     ╚═╝╚══════╝

Config = {
    plantableItems = {
        alface_seed = {prop = "prop_veg_crop_04_leaf", growthTime = 300, waterInterval = 180, fertilizerInterval = 180},
        batata_seed = {prop = "prop_veg_crop_04_leaf", growthTime = 300, waterInterval = 180, fertilizerInterval = 180},
        cebola_seed = {prop = "prop_veg_crop_04_leaf", growthTime = 300, waterInterval = 180, fertilizerInterval = 180},
        tomate_seed = {prop = "prop_veg_crop_01", growthTime = 300, waterInterval = 180, fertilizerInterval = 180}
    },
    waterItems = {"regador"},
    fertilizerItems = {"fertilizante"},
}


--- ██╗      ██████╗  ██████╗ █████╗ ████████╗██╗ ██████╗ ███╗   ██╗
--- ██║     ██╔═══██╗██╔════╝██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║
--- ██║     ██║   ██║██║     ███████║   ██║   ██║██║   ██║██╔██╗ ██║
--- ██║     ██║   ██║██║     ██╔══██║   ██║   ██║██║   ██║██║╚██╗██║
--- ███████╗╚██████╔╝╚██████╗██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║
--- ╚══════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝


Config.PlantingLocation = vector3(2525.635, 4805.999, 33.894)
Config.PlantingRadius = 600.0 -- Allow planting within 600 meters of the specified point


--- ██╗      █████╗ ███╗   ██╗ ██████╗ ██╗   ██╗ █████╗  ██████╗ ███████╗
--- ██║     ██╔══██╗████╗  ██║██╔════╝ ██║   ██║██╔══██╗██╔════╝ ██╔════╝
--- ██║     ███████║██╔██╗ ██║██║  ███╗██║   ██║███████║██║  ███╗█████╗  
--- ██║     ██╔══██║██║╚██╗██║██║   ██║██║   ██║██╔══██║██║   ██║██╔══╝  
--- ███████╗██║  ██║██║ ╚████║╚██████╔╝╚██████╔╝██║  ██║╚██████╔╝███████╗
--- ╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚══════╝

--OXTARGET LABELS
Config.InteractPlantLabel = "Interagir com a planta"
Config.KillCowsLabel = "Matar vacas"
Config.MilkCowsLabel = "Ordenhar vacas"
Config.SlaughterCowsLabel = "Esfolar vaca"
Config.MilkCowLabel = "Ordenhar vaca"

--PROGBAR LABELS
Config.HarvestingLabel = "A apanhar..."
Config.PlantingLabel = "A plantar..."
Config.WateringLabel = "A regar..."
Config.FertilizingLabel = "A fertilizar..."
Config.SlaughteringLabel = "A esfolar..."
Config.MilkingLabel = "A ordenhar..."

--NOTIFYS LABELS
Config.NeedKnifeLabel = "Precisa de uma faca para matar a vaca"
Config.RecentlyMilkedLabel = "Esta vaca já foi ordenhada"
Config.NeedBucketLabel = "Precisa de um balde para recolher o leite"

--MENU LABELS
Config.WaterLevelLabel = "Água: "
Config.CurrentWaterLabel = "Nível de água atual"
Config.FertilizerLevelLabel = "Fertilizante: "
Config.CurrentFertilizerLabel = "Nível de fertilizante atual"
Config.GrowthLevelLabel = "Crescimento: "
Config.CurrentGrowthLabel = "Nível de crescimento atual"
Config.HarvestLabel = "Colher"
Config.FinalHarvestLabel = "Colha os frutos da planta"

Last updated