# Configuration

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

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"
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://freedom-community-docs.gitbook.io/product-docs/assets/farmer/configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
