config.regions.lua

Preview File Updated: v1.0.0 - 13/07/2025

Config.NoRegion = {
    electricity = {
        rate = 0.01, -- per kWh
        unit = "kWh"
    },
    water = {
        rate = 0.55, -- per 1L
        unit = "1L"
    },
    internet = {
        flatRate = 80
    },
}

Config.Regions = {
    ['Mirror Park'] = {
        electricity = {
            rate = 0.0135, -- per kWh
            unit = "kWh"
        },
        water = {
            rate = 0.6, -- per 1L
            unit = "1L"
        },
        internet = {
            flatRate = 130
        },

        zone = {
            {x = 1123.9431152344, y = -277.8190612793},
            {x = 1069.5903320312, y = -336.39959716797},
            {x = 976.44384765625, y = -416.92517089844},
            {x = 881.31329345703, y = -451.77828979492},
            {x = 802.57055664062, y = -505.89730834961},
            {x = 800.03051757812, y = -612.28265380859},
            {x = 892.60247802734, y = -678.92999267578},
            {x = 944.78491210938, y = -713.77856445312},
            {x = 998.83117675781, y = -776.65563964844},
            {x = 1046.3355712891, y = -819.97204589844},
            {x = 1110.6312255859, y = -826.97100830078},
            {x = 1160.6580810547, y = -818.47253417969},
            {x = 1190.0313720703, y = -781.72180175781},
            {x = 1227.1156005859, y = -767.60327148438},
            {x = 1259.8072509766, y = -761.01031494141},
            {x = 1347.5787353516, y = -783.70031738281},
            {x = 1398.1555175781, y = -799.03857421875},
            {x = 1436.841796875, y = -769.32440185547},
            {x = 1437.1605224609, y = -661.86456298828},
            {x = 1453.1373291016, y = -568.69812011719},
            {x = 1399.1130371094, y = -506.35372924805},
            {x = 1333.2176513672, y = -385.39117431641},
            {x = 1273.9291992188, y = -314.56201171875},
            {x = 1203.5946044922, y = -265.16271972656},
        }
    },
    ['Paleto Bay'] = { ... },
    ['Sandy Shores'] = { ... },
    ['Richman'] = { ... },
    ['West Vinewood'] = { ... },
    ['Harmony'] = { ... },
    ['Rockford Hills'] = { ... },
    ['Burton'] = { ... },
    ['Downtown Vinewood'] = { ... },
    ['East Vinewood'] = { ... },
    ['Vinewood Hills'] = { ... },
    ['Alta'] = { ... },
    ['Pillbox Hill'] = { ... },
    ['Little Seoul'] = { ... },
    ['Vespucci Canals'] = { ... },
    ['Del Perro Beach'] = { ... },
    ['Del Perro'] = { ... },
    ['Vespucci Beach'] = { ... },
    ['Pacific Bluffs'] = { ... },
    ['Strawberry'] = { ... },
    ['Davis'] = { ... },
    ['Rancho'] = { ... },
    ['El Burro Heights'] = { ... },
}

Last updated

Was this helpful?