Skip to content

Instantly share code, notes, and snippets.

@aqade

aqade/config.lua Secret

Created August 5, 2023 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aqade/8415a53fbf1171ff21576ef808c2658f to your computer and use it in GitHub Desktop.
Save aqade/8415a53fbf1171ff21576ef808c2658f to your computer and use it in GitHub Desktop.
apex_cluckinbell
-- █████╗ ██████╗ ███████╗██╗ ██╗ ███████╗████████╗██╗ ██╗██████╗ ██╗ ██████╗ ███████╗
--██╔══██╗██╔══██╗██╔════╝╚██╗██╔╝ ██╔════╝╚══██╔══╝██║ ██║██╔══██╗██║██╔═══██╗██╔════╝
--███████║██████╔╝█████╗ ╚███╔╝ ███████╗ ██║ ██║ ██║██║ ██║██║██║ ██║███████╗
--██╔══██║██╔═══╝ ██╔══╝ ██╔██╗ ╚════██║ ██║ ██║ ██║██║ ██║██║██║ ██║╚════██║
--██║ ██║██║ ███████╗██╔╝ ██╗ ███████║ ██║ ╚██████╔╝██████╔╝██║╚██████╔╝███████║
--╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚══════╝
----------------------------------------------------------------------------------------------------
-- ██████╗ ███████╗███╗ ██╗███████╗██████╗ █████╗ ██╗ ███████╗███████╗████████╗████████╗██╗███╗ ██╗ ██████╗ ███████╗
--██╔════╝ ██╔════╝████╗ ██║██╔════╝██╔══██╗██╔══██╗██║ ██╔════╝██╔════╝╚══██╔══╝╚══██╔══╝██║████╗ ██║██╔════╝ ██╔════╝
--██║ ███╗█████╗ ██╔██╗ ██║█████╗ ██████╔╝███████║██║ ███████╗█████╗ ██║ ██║ ██║██╔██╗ ██║██║ ███╗███████╗
--██║ ██║██╔══╝ ██║╚██╗██║██╔══╝ ██╔══██╗██╔══██║██║ ╚════██║██╔══╝ ██║ ██║ ██║██║╚██╗██║██║ ██║╚════██║
--╚██████╔╝███████╗██║ ╚████║███████╗██║ ██║██║ ██║███████╗ ███████║███████╗ ██║ ██║ ██║██║ ╚████║╚██████╔╝███████║
-- ╚═════╝ ╚══════╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝
Config = {}
Config.Debug = false
-- ██╗ ██████╗ ██████╗ ███████╗███████╗████████╗████████╗██╗███╗ ██╗ ██████╗ ███████╗
-- ██║██╔═══██╗██╔══██╗ ██╔════╝██╔════╝╚══██╔══╝╚══██╔══╝██║████╗ ██║██╔════╝ ██╔════╝
-- ██║██║ ██║██████╔╝ ███████╗█████╗ ██║ ██║ ██║██╔██╗ ██║██║ ███╗███████╗
--██ ██║██║ ██║██╔══██╗ ╚════██║██╔══╝ ██║ ██║ ██║██║╚██╗██║██║ ██║╚════██║
--╚█████╔╝╚██████╔╝██████╔╝ ███████║███████╗ ██║ ██║ ██║██║ ╚████║╚██████╔╝███████║
-- ╚════╝ ╚═════╝ ╚═════╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝
Config.Name = "Cluckin' Bell"
Config.Jobname = "cluckinbell"
Config.Blips = {
{
enabled = true,
point = vector3(-155.73, -262.41, 43.6),
sprite = 89,
scale = 0.6,
colour = 5,
title = Config.Name,
},
}
Config.Features = {
RemoveNPCsFromLocation = true, -- Disable random NPCs spawning inside the club
RemoveNPCsFromLocationSettings = {
{
coords = vector3(-155.73, -262.41, 43.6),
radius = 30.0,
},
},
Office = true,
OfficeSettings = {
Target = {
{
points = vector3(-165.44, -268.82, 43.6),
heading = 4.0,
minZ = 43.6-0.2,
maxZ = 43.6+0.5,
Size = {0.6, 0.2},
distance = 3.0,
},
},
},
Duty = true, -- This is a QBCore function, set it to false, if using ESX!
DutySettings = {
Target = {
{
points = vector3(-159.74, -263.98, 43.6),
heading = 341.0,
minZ = 43.6,
maxZ = 43.6+0.45,
Size = {0.55, 3.15},
distance = 2.0,
},
},
},
Wardrobe = true,
WardrobeSettings = {
Target = {
{
points = vector3(-165.39, -264.26, 43.6),
heading = 341.0,
minZ = 43.6-1,
maxZ = 43.6+1.3,
Size = {4.6, 0.2},
distance = 2.0,
},
},
ClothingStore = true,
ClothingStoreTrigger = "qb-clothing:client:openMenu",
--[[
- qb-clothing:client:openMenu (default qbcore)
- illenium-appearance:client:openClothingShop (illenium-appearance)
- Or you can add your own trigger if you are using something else.
]]--
OutfitMenu = true,
OutfitMenuTrigger = "qb-clothing:client:openOutfitMenu",
--[[
- qb-clothing:client:openOutfitMenu (default qbcore)
- illenium-appearance:client:openOutfitMenu (illenium-appearance)
- Or you can add your own trigger if you are using something else.
]]--
PersonalLocker = true,
},
Table = true,
TableSettings = {
Size = 10000,
Slots = 10,
},
Tray = true,
TraySettings = {
Size = 10000,
Slots = 10,
},
Storage = true,
StorageSettings = {
Size = 4000000,
Slots = 500,
},
Ingredients = true,
IngredientsSettings = {
shelves = {
label = "Ingredients",
slots = 15,
items = {
{ name = "bacon", price = 5, amount = 50, info = {}, type = "item", slot = 1, },
{ name = "beefraw", price = 5, amount = 50, info = {}, type = "item", slot = 2, },
{ name = "bun", price = 5, amount = 50, info = {}, type = "item", slot = 3, },
{ name = "cheese", price = 5, amount = 50, info = {}, type = "item", slot = 4, },
{ name = "lettuce", price = 5, amount = 50, info = {}, type = "item", slot = 5, },
{ name = "milk", price = 5, amount = 50, info = {}, type = "item", slot = 6, },
{ name = "onion", price = 5, amount = 50, info = {}, type = "item", slot = 7, },
{ name = "tomato", price = 5, amount = 50, info = {}, type = "item", slot = 8, },
{ name = "wingsraw", price = 5, amount = 50, info = {}, type = "item", slot = 9, },
{ name = "chickenraw", price = 5, amount = 50, info = {}, type = "item", slot = 10, },
-- { name = "itemname", price = 0, amount = 0, info = {}, type = "item", slot = 11, },
},
},
},
Freezer = true,
FreezerSettings = {
shelves = {
label = "Freezer",
slots = 5,
items = {
{ name = "frozennuggets", price = 5, amount = 50, info = {}, type = "item", slot = 1, },
{ name = "frozenfries", price = 5, amount = 50, info = {}, type = "item", slot = 2, },
-- { name = "itemname", price = 0, amount = 0, info = {}, type = "item", slot = 2, },
},
},
},
DrinkMachine = true,
DrinkMachineSettings = {
shelves = {
label = "Drink Machine",
slots = 5,
items = {
{ name = "soda", price = 5, amount = 20, info = {}, type = "item", slot = 1, },
{ name = "creamy", price = 5, amount = 20, info = {}, type = "item", slot = 2, },
{ name = "milkshake", price = 5, amount = 20, info = {}, type = "item", slot = 3, },
{ name = "icecream", price = 5, amount = 20, info = {}, type = "item", slot = 4, },
-- { name = "itemname", price = 0, amount = 0, info = {}, type = "item", slot = 2, },
},
},
},
Kitchen = true,
KitchenSettings = {
FoodMakingDuration = 10, -- Duration in seconds
Recipes = {
GrillEnabled = true,
Grill = {
{
label = "Beef",
ingredients = {
{name = "beefraw", amount = 1},
},
output = {
{name = "beef", amount = 1},
},
},
{
label = "Chicken Bucket",
ingredients = {
{name = "wingsraw", amount = 1},
{name = "chickenraw", amount = 1},
},
output = {
{name = "chickenbucket", amount = 1},
},
},
-- {
-- label = "Name of Food",
-- ingredients = {
-- {name = "itemname", amount = 1},
-- },
-- output = {
-- {name = "itemname", amount = 1},
-- },
-- },
},
FryerEnabled = true,
Fryer = {
{
label = "French Fries",
ingredients = {
{name = "frozenfries", amount = 1},
},
output = {
{name = "fries", amount = 1},
},
},
{
label = "Onion Rings",
ingredients = {
{name = "onionslice", amount = 1},
},
output = {
{name = "onion_rings", amount = 1},
},
},
{
label = "Chicken Nuggets",
ingredients = {
{name = "frozennuggets", amount = 1},
},
output = {
{name = "nuggets", amount = 1},
},
},
-- {
-- label = "Name of Food",
-- ingredients = {
-- {name = "itemname", amount = 1},
-- },
-- output = {
-- {name = "itemname", amount = 1},
-- },
-- },
},
CuttingboardEnabled = true,
Cuttingboard = {
{
label = "Onion Slices",
ingredients = {
{name = "onion", amount = 1},
},
output = {
{name = "onionslice", amount = 2},
},
},
-- {
-- label = "Name of Food",
-- ingredients = {
-- {name = "itemname", amount = 1},
-- },
-- output = {
-- {name = "itemname", amount = 1},
-- },
-- },
},
PrepareboardEnabled = true,
Prepareboard = {
{
label = "Heart Stopper",
ingredients = {
{name = "bacon", amount = 1},
{name = "beef", amount = 1},
{name = "bun", amount = 1},
{name = "cheese", amount = 1},
{name = "lettuce", amount = 1},
{name = "onionslice", amount = 1},
{name = "tomato", amount = 1},
},
output = {
{name = "heartstopper", amount = 2},
},
},
{
label = "Bleeder",
ingredients = {
{name = "bacon", amount = 1},
{name = "beef", amount = 1},
{name = "bun", amount = 1},
{name = "cheese", amount = 1},
{name = "tomato", amount = 1},
},
output = {
{name = "bleeder", amount = 2},
},
},
{
label = "Torpedo",
ingredients = {
{name = "beef", amount = 1},
{name = "bun", amount = 1},
{name = "cheese", amount = 1},
{name = "lettuce", amount = 1},
{name = "onionslice", amount = 1},
},
output = {
{name = "torpedo", amount = 2},
},
},
{
label = "Money Shot",
ingredients = {
{name = "bacon", amount = 1},
{name = "beef", amount = 1},
{name = "bun", amount = 1},
{name = "lettuce", amount = 1},
{name = "onionslice", amount = 1},
{name = "tomato", amount = 1},
},
output = {
{name = "moneyshot", amount = 2},
},
},
-- {
-- label = "Name of Food",
-- ingredients = {
-- {name = "itemname", amount = 1},
-- },
-- output = {
-- {name = "itemname", amount = 1},
-- },
-- },
},
}
},
}
--████████╗ █████╗ ██████╗ ██████╗ ███████╗████████╗███████╗
--╚══██╔══╝██╔══██╗██╔══██╗██╔════╝ ██╔════╝╚══██╔══╝██╔════╝
-- ██║ ███████║██████╔╝██║ ███╗█████╗ ██║ ███████╗
-- ██║ ██╔══██║██╔══██╗██║ ██║██╔══╝ ██║ ╚════██║
-- ██║ ██║ ██║██║ ██║╚██████╔╝███████╗ ██║ ███████║
-- ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═╝ ╚══════╝
Config.AdditionalTargets = {
Cuttingboard = {
{
Coords = vector3(-153.79, -270.72, 43.6),
Heading = 341.0,
Size = {3.2, 0.8},
Distance = 1.5,
minZ = 43.6-0.2,
maxZ = 43.6+0.3,
},
},
Prepareboard = {
{
Coords = vector3(-152.56, -271.18, 43.6),
Heading = 341.0,
Size = {3.2, 0.8},
Distance = 1.5,
minZ = 43.6-0.2,
maxZ = 43.6+0.3,
},
},
Grill = {
{
Coords = vector3(-150.48, -273.43, 43.6),
Heading = 341.0,
Size = {1.5, 0.8},
Distance = 1.5,
minZ = 43.6-0.2,
maxZ = 43.6+0.3,
},
},
Fryer = {
{
Coords = vector3(-149.4, -270.51, 43.6),
Heading = 341.0,
Size = {1.65, 0.8},
Distance = 1.5,
minZ = 43.6-0.2,
maxZ = 43.6+0.3,
},
},
Storage = {
{
Coords = vector3(-152.51, -269.04, 43.6),
Heading = 341.0,
Size = {0.8, 2.8},
Distance = 1.5,
minZ = 43.6-0.2,
maxZ = 43.6+1,
},
},
Ingredients = {
{
Coords = vector3(-157.39, -276.99, 43.6),
Heading = 341.0,
Size = {0.6, 2.8},
Distance = 2.0,
minZ = 43.6-1,
maxZ = 43.6+1.5,
},
},
Freezer = {
{
Coords = vector3(-158.29, -274.97, 43.6),
Heading = 341.0,
Size = {2.8, 0.6},
Distance = 2.0,
minZ = 43.6-1,
maxZ = 43.6+1.5,
},
},
DrinkMachine = {
{
Coords = vector3(-156.94, -271.33, 43.6),
Heading = 341.0,
Size = {3.4, 0.8},
Distance = 1.5,
minZ = 43.6-1,
maxZ = 43.6+0.5,
},
},
CashRegisters = {
{
Coords = vector3(-151.16, -266.93, 43.6),
Heading = 341.0,
Size = {0.4, 0.6},
Distance = 1.5,
minZ = 43.6,
maxZ = 43.6+0.6,
},
{
Coords = vector3(-152.95, -266.32, 43.6),
Heading = 341.0,
Size = {0.4, 0.6},
Distance = 1.5,
minZ = 43.6,
maxZ = 43.6+0.6,
},
{
Coords = vector3(-154.62, -265.73, 43.6),
Heading = 341.0,
Size = {0.4, 0.6},
Distance = 1.5,
minZ = 43.6,
maxZ = 43.6+0.6,
},
},
Tables = {
{ Coords = vector3(-139.33, -261.27, 43.61), Heading = 341.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 43.61-0.1, maxZ = 43.61+0.3, },
{ Coords = vector3(-139.87, -262.85, 43.61), Heading = 341.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 43.61-0.1, maxZ = 43.61+0.3, },
{ Coords = vector3(-140.39, -264.35, 43.61), Heading = 341.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 43.61-0.1, maxZ = 43.61+0.3, },
{ Coords = vector3(-140.85, -265.69, 43.61), Heading = 341.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 43.61-0.1, maxZ = 43.61+0.3, },
{ Coords = vector3(-141.39, -267.27, 43.61), Heading = 341.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 43.61-0.1, maxZ = 43.61+0.3, },
{ Coords = vector3(-142.18, -268.98, 43.61), Heading = 299.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 43.61-0.1, maxZ = 43.61+0.3, },
{ Coords = vector3(-144.14, -268.50, 43.61), Heading = 341.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 43.61-0.1, maxZ = 43.61+0.3, },
{ Coords = vector3(-145.71, -267.97, 43.61), Heading = 341.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 43.61-0.1, maxZ = 43.61+0.3, },
{ Coords = vector3(-148.99, -260.85, 43.6), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 43.61-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-146.31, -261.80, 43.6), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 43.61-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-144.08, -260.42, 43.6), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 43.61-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-143.05, -257.45, 43.6), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 43.61-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-144.00, -255.13, 43.6), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 43.61-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-145.81, -258.25, 43.6), Heading = 341.0, Size = {0.95, 1.55}, Distance = 2.5, minZ = 43.61-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-148.93, -257.17, 43.6), Heading = 341.0, Size = {0.95, 1.55}, Distance = 2.5, minZ = 43.61-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-152.17, -256.05, 43.6), Heading = 341.0, Size = {0.95, 1.55}, Distance = 2.5, minZ = 43.61-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-147.64, -254.20, 43.6), Heading = 341.0, Size = {1.55, 0.95}, Distance = 2.5, minZ = 43.61-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-150.98, -253.08, 43.6), Heading = 341.0, Size = {1.55, 0.95}, Distance = 2.5, minZ = 43.61-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-153.89, -252.08, 43.6), Heading = 341.0, Size = {1.55, 0.95}, Distance = 2.5, minZ = 43.61-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-156.98, -254.78, 43.6), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 43.611-0.3, maxZ = 43.61+0.1, },
{ Coords = vector3(-160.10, -260.05, 47.8), Heading = 341.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 47.8-0.1, maxZ = 47.8+0.3, },
{ Coords = vector3(-159.01, -260.44, 47.8), Heading = 341.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 47.8-0.1, maxZ = 47.8+0.3, },
{ Coords = vector3(-157.32, -260.76, 47.8), Heading = 299.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 47.8-0.1, maxZ = 47.8+0.3, },
{ Coords = vector3(-156.67, -259.46, 47.8), Heading = 341.0, Size = {0.6, 0.5}, Distance = 2.5, minZ = 47.8-0.1, maxZ = 47.8+0.3, },
{ Coords = vector3(-155.37, -258.80, 47.8), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 47.8-0.3, maxZ = 47.8+0.1, },
{ Coords = vector3(-152.56, -259.78, 47.8), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 47.8-0.3, maxZ = 47.8+0.1, },
{ Coords = vector3(-150.46, -258.64, 47.8), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 47.8-0.3, maxZ = 47.8+0.1, },
{ Coords = vector3(-149.41, -255.68, 47.8), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 47.8-0.3, maxZ = 47.8+0.1, },
{ Coords = vector3(-154.06, -255.93, 47.8), Heading = 341.0, Size = {0.95, 1.55}, Distance = 2.5, minZ = 47.8-0.3, maxZ = 47.8+0.1, },
{ Coords = vector3(-158.42, -254.43, 47.8), Heading = 341.0, Size = {0.95, 1.55}, Distance = 2.5, minZ = 47.8-0.3, maxZ = 47.8+0.1, },
{ Coords = vector3(-151.15, -252.99, 47.8), Heading = 341.0, Size = {1.55, 0.95}, Distance = 2.5, minZ = 47.8-0.3, maxZ = 47.8+0.1, },
{ Coords = vector3(-153.94, -252.10, 47.8), Heading = 341.0, Size = {1.55, 0.95}, Distance = 2.5, minZ = 47.8-0.3, maxZ = 47.8+0.1, },
{ Coords = vector3(-163.10, -254.71, 47.8), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 47.8-0.3, maxZ = 47.8+0.1, },
{ Coords = vector3(-164.13, -257.68, 47.8), Heading = 341.0, Size = {0.95, 0.95}, Distance = 2.5, minZ = 47.8-0.3, maxZ = 47.8+0.1, },
},
Trays = {
{ Coords = vector3(-149.19, -267.24, 43.6), Heading = 341.0, Size = {1.25, 2.0}, Distance = 2.5, minZ = 43.6-0.1, maxZ = 43.6+0.5, },
},
}
--███████╗███████╗ █████╗ ████████╗███████╗
--██╔════╝██╔════╝██╔══██╗╚══██╔══╝██╔════╝
--███████╗█████╗ ███████║ ██║ ███████╗
--╚════██║██╔══╝ ██╔══██║ ██║ ╚════██║
--███████║███████╗██║ ██║ ██║ ███████║
--╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝
Config.Seats = {
--[[
YOU CAN ADD, REMOVE OR ADJUST AS YOU WANT FOR MORE SEATS
]]--
--[[ CLUCKIN' BELL ]]--
{ coords = vector4(-139.72, -261.08, 43.9, 251.0), stand = vector3(-140.19, -260.95, 43.6)},
{ coords = vector4(-140.30, -262.71, 43.9, 251.0), stand = vector3(-140.79, -262.58, 43.6)},
{ coords = vector4(-140.84, -264.22, 43.9, 251.0), stand = vector3(-141.32, -264.07, 43.6)},
{ coords = vector4(-141.27, -265.56, 43.9, 251.0), stand = vector3(-141.76, -265.33, 43.6)},
{ coords = vector4(-141.84, -267.13, 43.9, 251.0), stand = vector3(-142.43, -266.94, 43.6)},
{ coords = vector4(-142.49, -268.36, 43.9, 209.0), stand = vector3(-142.74, -267.87, 43.6)},
{ coords = vector4(-143.96, -268.08, 43.9, 161.0), stand = vector3(-143.79, -267.67, 43.6)},
{ coords = vector4(-145.56, -267.58, 43.9, 161.0), stand = vector3(-145.38, -267.02, 43.6)},
{ coords = vector4(-149.61, -260.61, 43.6, 251.0), stand = vector3(-148.78, -260.07, 43.6)},
{ coords = vector4(-148.36, -261.00, 43.6, 71.00), stand = vector3(-148.78, -260.07, 43.6)},
{ coords = vector4(-146.90, -261.41, 43.6, 251.0), stand = vector3(-146.11, -260.94, 43.6)},
{ coords = vector4(-145.65, -261.94, 43.6, 71.00), stand = vector3(-146.11, -260.94, 43.6)},
{ coords = vector4(-144.39, -261.05, 43.6, 341.0), stand = vector3(-144.86, -260.18, 43.6)},
{ coords = vector4(-143.87, -259.78, 43.6, 161.0), stand = vector3(-144.86, -260.18, 43.6)},
{ coords = vector4(-143.39, -258.07, 43.6, 341.0), stand = vector3(-143.90, -257.22, 43.6)},
{ coords = vector4(-142.84, -256.81, 43.6, 161.0), stand = vector3(-143.90, -257.22, 43.6)},
{ coords = vector4(-143.43, -255.44, 43.6, 71.00), stand = vector3(-144.24, -255.92, 43.6)},
{ coords = vector4(-144.67, -254.95, 43.6, 251.0), stand = vector3(-144.24, -255.92, 43.6)},
{ coords = vector4(-145.69, -258.98, 43.6, 341.0), stand = vector3(-144.82, -258.52, 43.6)},
{ coords = vector4(-146.37, -258.79, 43.6, 341.0), stand = vector3(-146.76, -257.92, 43.6)},
{ coords = vector4(-145.94, -257.47, 43.6, 161.0), stand = vector3(-146.76, -257.92, 43.6)},
{ coords = vector4(-145.22, -257.72, 43.6, 161.0), stand = vector3(-144.82, -258.52, 43.6)},
{ coords = vector4(-148.80, -257.91, 43.6, 341.0), stand = vector3(-147.97, -257.50, 43.6)},
{ coords = vector4(-149.45, -257.70, 43.6, 341.0), stand = vector3(-149.98, -256.79, 43.6)},
{ coords = vector4(-148.95, -256.45, 43.6, 161.0), stand = vector3(-149.98, -256.79, 43.6)},
{ coords = vector4(-148.45, -256.63, 43.6, 161.0), stand = vector3(-147.97, -257.50, 43.6)},
{ coords = vector4(-152.02, -256.81, 43.6, 341.0), stand = vector3(-151.11, -256.46, 43.6)},
{ coords = vector4(-152.71, -256.61, 43.6, 341.0), stand = vector3(-153.21, -255.71, 43.6)},
{ coords = vector4(-152.25, -255.32, 43.6, 161.0), stand = vector3(-153.21, -255.71, 43.6)},
{ coords = vector4(-151.60, -255.55, 43.6, 161.0), stand = vector3(-151.11, -256.46, 43.6)},
{ coords = vector4(-146.87, -254.06, 43.6, 71.00), stand = vector3(-148.05, -255.16, 43.6)},
{ coords = vector4(-147.12, -254.68, 43.6, 71.00), stand = vector3(-148.05, -255.16, 43.6)},
{ coords = vector4(-148.41, -254.32, 43.6, 251.0), stand = vector3(-148.05, -255.16, 43.6)},
{ coords = vector4(-148.17, -253.67, 43.6, 251.0), stand = vector3(-148.05, -255.16, 43.6)},
{ coords = vector4(-150.20, -252.92, 43.6, 71.00), stand = vector3(-151.42, -254.17, 43.6)},
{ coords = vector4(-150.47, -253.66, 43.6, 71.00), stand = vector3(-151.42, -254.17, 43.6)},
{ coords = vector4(-151.78, -253.02, 43.6, 251.0), stand = vector3(-151.42, -254.17, 43.6)},
{ coords = vector4(-151.51, -252.54, 43.6, 251.0), stand = vector3(-151.42, -254.17, 43.6)},
{ coords = vector4(-153.11, -251.99, 43.6, 71.00), stand = vector3(-154.27, -253.18, 43.6)},
{ coords = vector4(-153.36, -252.60, 43.6, 71.00), stand = vector3(-154.27, -253.18, 43.6)},
{ coords = vector4(-154.62, -252.09, 43.6, 251.0), stand = vector3(-154.27, -253.18, 43.6)},
{ coords = vector4(-154.44, -251.62, 43.6, 251.0), stand = vector3(-154.27, -253.18, 43.6)},
{ coords = vector4(-156.76, -254.15, 43.6, 161.0), stand = vector3(-156.28, -255.08, 43.6)},
{ coords = vector4(-157.27, -255.41, 43.6, 341.0), stand = vector3(-156.28, -255.08, 43.6)},
{ coords = vector4(-159.96, -259.58, 48.1, 161.0), stand = vector3(-159.75, -259.08, 47.8)},
{ coords = vector4(-158.85, -260.04, 48.1, 161.0), stand = vector3(-158.75, -259.40, 47.8)},
{ coords = vector4(-157.59, -260.25, 48.1, 209.0), stand = vector3(-157.93, -259.65, 47.8)},
{ coords = vector4(-157.11, -259.31, 48.1, 251.0), stand = vector3(-157.50, -259.22, 47.8)},
{ coords = vector4(-156.02, -258.55, 47.8, 251.0), stand = vector3(-155.01, -258.04, 47.8)},
{ coords = vector4(-154.69, -258.89, 47.8, 71.00), stand = vector3(-155.01, -258.04, 47.8)},
{ coords = vector4(-153.14, -259.43, 47.8, 251.0), stand = vector3(-152.33, -258.86, 47.8)},
{ coords = vector4(-151.89, -259.94, 47.8, 71.00), stand = vector3(-152.33, -258.86, 47.8)},
{ coords = vector4(-150.75, -259.28, 47.8, 341.0), stand = vector3(-151.18, -258.42, 47.8)},
{ coords = vector4(-150.31, -257.98, 47.8, 161.0), stand = vector3(-151.18, -258.42, 47.8)},
{ coords = vector4(-149.75, -256.31, 47.8, 341.0), stand = vector3(-150.15, -255.36, 47.8)},
{ coords = vector4(-149.33, -255.01, 47.8, 161.0), stand = vector3(-150.15, -255.36, 47.8)},
{ coords = vector4(-153.87, -256.67, 47.8, 341.0), stand = vector3(-153.07, -256.29, 47.8)},
{ coords = vector4(-154.61, -256.44, 47.8, 341.0), stand = vector3(-155.15, -255.51, 47.8)},
{ coords = vector4(-154.13, -255.19, 47.8, 161.0), stand = vector3(-155.15, -255.51, 47.8)},
{ coords = vector4(-153.57, -255.40, 47.8, 161.0), stand = vector3(-153.07, -256.29, 47.8)},
{ coords = vector4(-158.28, -255.18, 47.8, 341.0), stand = vector3(-157.40, -254.79, 47.8)},
{ coords = vector4(-159.02, -254.93, 47.8, 341.0), stand = vector3(-159.48, -254.09, 47.8)},
{ coords = vector4(-158.51, -253.67, 47.8, 161.0), stand = vector3(-159.48, -254.09, 47.8)},
{ coords = vector4(-157.90, -253.89, 47.8, 161.0), stand = vector3(-157.40, -254.79, 47.8)},
{ coords = vector4(-150.41, -252.92, 47.8, 71.00), stand = vector3(-151.55, -254.03, 47.8)},
{ coords = vector4(-150.64, -253.59, 47.8, 71.00), stand = vector3(-151.55, -254.03, 47.8)},
{ coords = vector4(-151.93, -253.07, 47.8, 251.0), stand = vector3(-151.55, -254.03, 47.8)},
{ coords = vector4(-151.71, -252.42, 47.8, 251.0), stand = vector3(-151.55, -254.03, 47.8)},
{ coords = vector4(-153.16, -251.93, 47.8, 71.00), stand = vector3(-154.28, -253.14, 47.8)},
{ coords = vector4(-153.41, -252.64, 47.8, 71.00), stand = vector3(-154.28, -253.14, 47.8)},
{ coords = vector4(-154.68, -252.23, 47.8, 251.0), stand = vector3(-154.28, -253.14, 47.8)},
{ coords = vector4(-154.44, -251.46, 47.8, 251.0), stand = vector3(-154.28, -253.14, 47.8)},
{ coords = vector4(-162.77, -254.09, 47.8, 161.0), stand = vector3(-162.35, -254.99, 47.8)},
{ coords = vector4(-163.25, -255.35, 47.8, 341.0), stand = vector3(-162.35, -254.99, 47.8)},
{ coords = vector4(-163.82, -257.06, 47.8, 161.0), stand = vector3(-163.40, -257.98, 47.8)},
{ coords = vector4(-164.30, -258.28, 47.8, 341.0), stand = vector3(-163.40, -257.98, 47.8)},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment