Configuration
This is the entire config that you will be able to mess with to your hearts content
Config = {}
Config.Debug = false -- If true, the server will print debug information to the console
Config.Clothing = "illenium-appearance" -- The clothing resource to use for resetting the player's appearance
Config.DataTimeout = 5000 -- The timeout for getting data for the player
Config.HoneyProductionRate = 1 -- 1% Progress Every X Minutes
Config.HoneyAmountofProgressEveryXMinutes = 1 -- Amount of progress given every X Minutes
Config.FoodLossRate = 100 -- 1% Loss Every X Minutes (If Bees Have Max Workers And a Queen and this is 0 then the bees will die)
Config.BeesDieWhilePlayerIsAway = false -- If true, the bees will die if the player is offline else they will stop losing food and will not die if a player is offline
Config.BeeFeedAmount = 20 -- Amount Of Bee Feed Given Per Feed Item
Config.MeadProductionRate = 1 -- 1% Progress Every X Minutes
Config.MeadAmountofProgressEveryXMinutes = 1 -- Amount of progress given every X Minutes
Config.MeadBottleAmount = 10 -- Amount Of Mead Given Per Bottling
Config.MeadAgingEnabled = true -- If true, the mead will age when placed in an aging barrel
Config.MeadAgingRate = 1 -- 1 Month Every X Minutes
Config.MeadAgingAmountofProgressEveryXMinutes = 1 -- Amount of aging progress given every X Minutes
Config.WineProductionRate = 1 -- 1% Progress Every X Minutes
Config.WineAmountofProgressEveryXMinutes = 1 -- Amount of progress given every X Minutes
Config.WineBottleAmount = 10 -- Amount Of Wine Given Per Bottling
Config.WineAgingEnabled = true -- If true, the wine will age when placed in an aging barrel
Config.WineAgingRate = 1 -- 1 Month Every X Minutes
Config.WineAgingAmountofProgressEveryXMinutes = 1 -- Amount of aging progress given every X Minutes
Config.MaxBeehivesPlaced = 10 -- Max Amount Of Beehives That Can Be Placed Per Player
Config.MaxBarrelsPlaced = 10 -- Max Amount Of Mead Barrels That Can Be Placed Per Player
Config.MaxAgingBarrelsPlaced = 10 -- Max Amount Of Aging Barrels That Can Be Placed Per Player
Config.MaxWineBarrelsPlaced = 10 -- Max Amount Of Wine Barrels That Can Be Placed Per Player
Config.MaxWineAgingBarrelsPlaced = 10 -- Max Amount Of Wine Aging Barrels That Can Be Placed Per Player
Config.HoneyUsesMetadata = true -- If true, the server will use item metadata for the honey (golden, regular, rotten
Config.AllergicEffectSettings = {
enabled = true, -- If true, the effect will be applied
duration = 30, -- Duration of the effect in seconds
ragdollInterval = 5, -- Ragdoll every X seconds
dizzyIntensity = 10, -- Intensity of the dizzy effect
timeCycle = "drunk", -- Timecycle to use for the effect
timeCycleStrength = 1.0, -- Strength of the timecycle
shake = "DRUNK_SHAKE", -- Shake to use for the effect
shakeIntensity = 1.0,-- Intensity of the shake effect
moveRate = 0.8, -- Movement speed multiplier
}
Config.Blips = { -- The blips that will be shown on the map
[1] = {
enabled = true,
name = "Stingy Beekeeping Shop",
coords = vector3(2570.45, 4667.91, 33.08),
sprite = 106,
display = 2,
color = 28,
scale = 1.0,
},
[2] = {
enabled = true,
name = "Tom's Honey Preserve",
coords = vector3(1793.6, 4594.93, 36.68),
sprite = 80,
display = 2,
color = 28,
scale = 1.0,
},
[3] = {
enabled = true,
name = "Gruppe 6 Security",
coords = vector3(-197.06, -831.34, 29.75),
sprite = 67,
display = 2,
color = 2,
scale = 1.0,
},
}
Config.Progressbars = {
stealing_honey_low = { -- Low Level Security
duration = 10000,
},
stealing_honey_medium = { -- Medium Level Security
duration = 20000,
},
stealing_honey_high = { -- High Level Security
duration = 30000,
},
feeding_bees = {
duration = 10000,
},
drinking_mead = {
duration = 5000,
},
drinking_wine = {
duration = 5000,
},
inserting_ingredients = {
duration = 10000,
},
}
Config.Lang = {
notify_error = {
not_enough_money = "You don't have enough money",
invalid_beekeeping_box = "Beekeeping Box is Invalid",
invalid_barrel = "Barrel is Invalid",
invalid_aging_barrel = "Aging Barrel is Invalid",
you_need_a_smoker = "You need a smoker to smoke the bees",
bees_are_attacking_you = "Bees are attacking you!",
bees_have_stopped_attacking_next_time_you_should_smoke_them = "Bees have stopped attacking next time you should smoke them",
not_enough_items_to_brew_mead = "You don't have enough items to brew mead",
not_enough_items_to_brew_wine = "You don't have enough items to brew wine",
not_enough_empty_jars = "You don't have enough empty jars to harvest honey",
max_beehives_placed = "You have reached the maximum amount of beehives that can be placed",
max_barrels_placed = "You have reached the maximum amount of barrels that can be placed",
max_aging_barrels_placed = "You have reached the maximum amount of aging barrels that can be placed",
max_wine_barrels_placed = "You have reached the maximum amount of wine barrels that can be placed",
max_wine_aging_barrels_placed = "You have reached the maximum amount of wine aging barrels that can be placed",
you_dont_have_any = "You don't have any ",
to_sell = " to sell",
you_cant_pick_up_beehive_with_honey_in_it = "You can't pick up the beehive with honey in it",
this_is_not_the_correct_crate_to_deliver = "This is not the correct crate to deliver",
delivery_not_finished = "You haven't finished the delivery",
not_enough_bee_feed = "You don't have enough bee feed to feed the bees",
bees_have_died = "One of your beehives is extremely low on food, and a bee has died",
unfortunately_it_appears_i_had_you_deliver_some_bad_honey_so_we_lost_some_money = "Unfortunately it appears I had you deliver some bad honey so we lost some money. You were paid ",
you_are_not_the_owner_of_the_beehive = "You are not the owner of the beehive",
the_owner_of_the_beehive_is_not_online = "The owner of the beehive is not online",
for_delivering_honey = " for delivering the honey",
your_honey_is_being_stolen = "Your honey is being stolen!",
max_security_level = "You have reached the maximum security level for this beehive",
not_enough_bees = "You don't have enough bees to add to the beehive",
unfortunately_it_appears_i_had_you_deliver_some_bad_mead_so_we_lost_some_money = "Unfortunately it appears I had you deliver some bad mead so we lost some money. You were paid ",
for_delivering_mead = " for delivering the mead",
unfortunately_it_appears_i_had_you_deliver_some_bad_wine_so_we_lost_some_money = "Unfortunately it appears I had you deliver some bad wine so we lost some money. You were paid ",
for_delivering_wine = " for delivering the wine",
walls_breathing = "The walls are breathing...",
shadows_moving = "You see shadows moving in your peripheral vision...",
colors_shifting = "Colors are shifting and melting together...",
hear_whispers = "You hear whispers that aren't there...",
ground_moving = "The ground feels like it's moving beneath you...",
everything_liquid = "Everything looks like it's made of liquid...",
vision_severely_distorted = "Your vision is severely distorted!",
vision_blurry_distorted = "Your vision becomes blurry and distorted.",
slightly_disoriented = "You feel slightly disoriented.",
strange_visual_effects = "You experience strange visual effects from the mead...",
head_spinning = "Your head starts spinning and everything wobbles...",
violently_ill = "You feel violently ill from the contaminated mead!",
vomit_uncontrollably = "You vomit uncontrollably from the food poisoning!",
suddenly_nauseous = "You suddenly feel nauseous and vomit!",
strength_draining = "You feel your strength slowly draining away...",
grapes_picking_failed = "You failed to pick the grapes.",
mead_aging_not_enabled = "Mead Aging is not enabled on this server",
wine_aging_not_enabled = "Wine Aging is not enabled on this server",
mead_no_effects = "This mead has no effects",
red_wine_no_effects = "This red wine has no effects",
white_wine_no_effects = "This white wine has no effects",
rose_wine_no_effects = "This rose wine has no effects",
error_accessing_barrel_data = "Error accessing barrel data",
not_enough_empty_bottles_wine = "You don't have enough empty bottles to bottle the wine",
not_enough_empty_bottles_mead = "You don't have enough empty bottles to bottle the mead",
no_wine_type_found = "No wine of that type found in inventory",
error_accessing_wine_aging_barrel_data = "Error accessing wine aging barrel data",
failed_remove_wine_bottles = "Failed to remove wine bottles for aging",
no_wine_type_in_inventory = "No wine of that type found in inventory",
error_accessing_wine_aging_barrel = "Error accessing wine aging barrel data",
failed_remove_wine_bottles = "Failed to remove wine bottles for aging",
},
notify_success = {
honey_comb_found = "You found a honey comb!",
successfully_rebottled_aged = "Successfully rebottled aged ",
sold_item = "You sold ",
_for = " for ",
thanks_for_helping_out = "Thanks for helping out, Heres the keys to my truck, you can use it to deliver honey to the customers",
thanks_for_helping_out_mead = "Thanks for helping out, Heres the keys to my truck, you can use it to deliver mead to the customers",
you_have_delivered_honey = "You have delivered the crate of honey",
you_have_delivered_all_honey = "You have delivered all the crates of honey head back to the shop",
you_were_paid = "You were paid ",
for_delivering_honey = " for delivering the honey",
put_on_beekeepers_outfit = "You put on your beekeepers outfit",
removed_beekeepers_outfit = "You removed your beekeepers outfit",
beehive_security_upgraded = "You upgraded the security of the beehive to ",
barrel_security_upgraded = "You upgraded the security of the barrel to ",
security_tablet_purchased = "You purchased a security tablet",
you_have_delivered_mead = "You have delivered the crate of mead",
you_have_delivered_all_mead = "You have delivered all the crates of mead head back to the shop",
for_delivering_mead = " for delivering the mead",
you_have_delivered_wine = "You have delivered the crate of wine",
you_have_delivered_all_wine = "You have delivered all the crates of wine head back to the shop",
for_delivering_wine = " for delivering the wine",
delivery_finished = "Delivery Finished",
thanks_for_helping_out_wine = "Thanks for helping out, Heres the keys to my truck, you can use it to deliver wine to the customers",
feel_effects_wine = "You feel the effects of the wine...",
feel_effects_mead = "You feel the effects of the mead...",
tipsy_wine = "You feel a bit tipsy from the wine!",
tipsy_mead = "You feel a bit tipsy from the mead!",
drunk_wine = "The wine is making you quite drunk!",
drunk_mead = "The mead is making you quite drunk!",
strong_wine = "This high-quality wine is very strong!",
strong_mead = "This high-quality mead is very strong!",
potent_wine = "This legendary wine is incredibly potent!",
potent_mead = "This legendary mead is incredibly potent!",
effects_worn_off_wine = "The effects of the wine have worn off.",
effects_worn_off_mead = "The effects of the mead have worn off.",
supernatural_armor = "You feel protected by supernatural armor!",
overwhelming_rage = "You feel an overwhelming rage coursing through you!",
reality_warp = "Reality begins to warp and twist around you...",
relaxed_stress_free = "You feel much more relaxed and stress-free.",
mead_helps_relax = "The mead helps you feel more relaxed.",
refreshing_drink = "The refreshing drink clears your head and restores your vigor!",
rage_subsides = "The rage subsides and you feel vulnerable again.",
visions_fade = "The intense visions fade away and reality slowly returns.",
vision_clears = "Your vision clears and returns to normal.",
visual_effects_fade = "The strange visual effects fade away.",
head_stops_spinning = "Your head stops spinning and the world stabilizes.",
drank_beverage = "Drank",
picked_grapes = "You picked",
grapes_suffix = "grapes.",
successfully_rebottled = "Successfully rebottled aged",
standard_mead_effects = "Standard mead effects",
},
metadata_description = {
queen_bee_zone = "Zone: ",
worker_bee_zone = "Zone: ",
bee_hive_mk1 = "Beehive Level: ",
bee_hive_mk2 = "Beehive Level: ",
bee_hive_mk1_max_honey_storage = "Max Honey Storage: ",
bee_hive_mk2_max_honey_storage = "Max Honey Storage: ",
bee_hive_mk1_max_food = "Max Food: ",
bee_hive_mk2_max_food = "Max Food: ",
bee_hive_mk1_max_queens = "Max Queens: ",
bee_hive_mk2_max_queens = "Max Queens: ",
bee_hive_mk1_max_workers = "Max Workers: ",
bee_hive_mk2_max_workers = "Max Workers: ",
empty_barrel = "Barrel Contents: ",
empty_barrel_recipe_name = "Recipe Name: ",
empty_barrel_brewing_progress = "Brewing Progress: ",
beehive_id = "_beehive",
barrel_id = "_barrel",
empty_barrel_security_level = "Security Level: ",
bee_hive_mk1_security_level = "Security Level: ",
bee_hive_mk2_security_level = "Security Level: ",
empty_aging_barrel = "Aging Barrel",
empty_wine_aging_barrel = "Wine Aging Barrel",
empty_wine_barrel = "Wine Barrel",
},
menu = {
beehive_title = "Beehive",
shopDescription = "Price: $",
sellDescription = "Sell Price: $",
honey_storage_title = "Honey Storage",
honey_storage = "Honey Storage: ",
food_title = "Food",
food = "Food: ",
queen_bees_title = "Queen Bees",
queen_bees = "Queen Bees: ",
worker_bees_title = "Worker Bees",
worker_bees = "Worker Bees: ",
max_honey_storage_title = "Max Honey Storage",
max_honey_storage = "Max Honey Storage: ",
max_food_title = "Max Food",
max_food = "Max Food: ",
max_queens_title = "Max Queens",
max_queens = "Max Queens: ",
max_workers_title = "Max Workers",
max_workers = "Max Workers: ",
add_queen_bee_title = "Add Queen Bee",
add_queen_bee_description = "Add a queen bee to your hive",
add_worker_bees_title = "Add Worker Bees",
add_worker_bees_description = "Add a worker bee to your hive",
harvest_honey_title = "Harvest Honey",
harvest_honey_description = "Harvest honey from your hive",
brewing_progress_title = "Brewing Progress",
brewing_progress = "Brewing Progress: ",
bottle_mead_title = "Bottle Mead",
bottle_mead_description = "Bottle Mead from your barrel",
bottle_wine_title = "Bottle Wine",
bottle_wine_description = "Bottle Wine from your barrel",
brew_mead_title = "Brew Mead",
brew_wine_title = "Brew Wine",
honey_amount = "Honey Amount",
yeast_amount = "Yeast Amount",
water_amount = "Water Amount",
additional_mix_item_1 = "Additional Mix Item 1",
additional_mix_item_2 = "Additional Mix Item 2",
additional_mix_item_3 = "Additional Mix Item 3",
sell_honey = "Sell Honey",
sell_honey_description = "Sell honey to the honey salesman",
deliver_honey = "Deliver Honey For Money",
deliver_honey_description = "Deliver honey for money",
back_to_seller_menu = "Back to Seller Menu",
back_to_seller_menu_description = "Back to the seller menu",
finish_delivery = "Finish Delivery",
finish_delivery_description = "Finish the delivery",
feed_bees_title = "Feed Bees",
feed_bees_description = "Feed the bees",
steal_honey_title = "Steal Honey",
steal_honey_description = "Steal honey from the beehive",
security_salesman_title = "Security Salesman",
buy_security_for_beehives_title = "Buy Security For Your Beehives",
buy_security_for_beehives_description = "Buy security for your beehives",
buy_security_for_barrels_title = "Buy Security For Your Mead Barrels",
buy_security_for_barrels_description = "Buy security for your mead barrels",
buy_security_for_wine_barrels_title = "Buy Security For Your Wine Barrels",
buy_security_for_wine_barrels_description = "Buy security for your wine barrels",
no_available_beehives = "No Available Beehives",
no_available_barrels = "No Available Barrels",
beehive = "Beehive ",
buy_security_for_beehive_description = "Current Security Level: ",
barrel = "Barrel ",
wine_barrel = "Wine Barrel ",
buy_security_for_barrel_description = "Current Security Level: ",
buy_security_tablet_title = "Buy Security Tablet",
buy_security_tablet_description = "Buy a security tablet",
security_tablet_title = "Security Tablet",
security_tablet_description = "View Security Options For This Beehive",
security_tablet_barrel_description = "View Security Options For This Barrel",
back_to_security_tablet_title = "Back To Security Tablet Menu",
security_level_view_camera = "View Camera",
security_level_view_camera_description = "View The Camera Feed For This Beehive",
beehive_tutorial_title = "Beehive Tutorial",
beehive_tutorial_description = "Learn How To Manage Your Beehive",
sell_mead = "Sell Mead",
sell_mead_description = "Sell mead to the mead salesman",
deliver_mead = "Deliver Mead For Money",
deliver_mead_description = "Deliver mead for money",
sell_wine = "Sell Wine",
sell_wine_description = "Sell wine to the wine salesman",
deliver_wine = "Deliver Wine For Money",
deliver_wine_description = "Deliver wine for money",
what_wine_to_brew = "What Wine To Brew?",
white_wine = "White Wine",
brew_white_wine = "Brew White Wine",
red_wine = "Red Wine",
brew_red_wine = "Brew Red Wine",
rose_wine = "Rose Wine",
brew_rose_wine = "Brew Rose Wine",
mead_prefix = "Mead: ",
wine_prefix = "Wine: ",
age_prefix = "Age: ",
months_suffix = " months",
rebottle_mead = "Rebottle Mead",
rebottle_mead_description = "Rebottle the Mead",
age_mead_title = "Age Mead",
rebottle_wine = "Rebottle Wine",
rebottle_wine_description = "Rebottle the Wine",
age_wine_title = "Age Wine",
mead_to_age = "Mead To Age",
wine_to_age = "Wine To Age",
},
item_labels = {
level_1_beehive = "Level 1 Beehive",
level_2_beehive = "Level 2 Beehive",
empty_barrel = "Empty Barrel",
empty_wine_barrel = "Empty Wine Barrel",
empty_aging_barrel = "Empty Aging Barrel",
empty_wine_aging_barrel = "Empty Wine Aging Barrel",
},
bottle_names = {
bottle_of_mead = "Bottle of Mead",
bottle_of_red_wine = "Bottle of Red Wine",
bottle_of_white_wine = "Bottle of White Wine",
bottle_of_rose_wine = "Bottle of Rose Wine",
},
recipe_names = {
mead = "Mead",
wine = "Wine",
},
honey_quality = {
normal = "Normal",
golden = "Golden",
rotten = "Rotten",
},
honey_labels = {
jar_of_honey = "Jar of Honey",
jar_of_stolen_floral_golden_honey = "Jar of Stolen Floral Golden Honey",
jar_of_stolen_floral_rotten_honey = "Jar of Stolen Floral Rotten Honey",
jar_of_stolen_floral_normal_honey = "Jar of Stolen Floral Normal Honey",
jar_of_stolen_spiced_golden_honey = "Jar of Stolen Spiced Golden Honey",
jar_of_stolen_spiced_rotten_honey = "Jar of Stolen Spiced Rotten Honey",
jar_of_stolen_spiced_normal_honey = "Jar of Stolen Spiced Normal Honey",
jar_of_stolen_grape_infused_golden_honey = "Jar of Stolen Grape-Infused Golden Honey",
jar_of_stolen_grape_infused_rotten_honey = "Jar of Stolen Grape-Infused Rotten Honey",
jar_of_stolen_grape_infused_normal_honey = "Jar of Stolen Grape-Infused Normal Honey",
jar_of_stolen_moonlight_golden_honey = "Jar of Stolen Moonlight Golden Honey",
jar_of_stolen_moonlight_rotten_honey = "Jar of Stolen Moonlight Rotten Honey",
jar_of_stolen_moonlight_normal_honey = "Jar of Stolen Moonlight Normal Honey",
jar_of_stolen_smoked_golden_honey = "Jar of Stolen Smoked Golden Honey",
jar_of_stolen_smoked_rotten_honey = "Jar of Stolen Smoked Rotten Honey",
jar_of_stolen_smoked_normal_honey = "Jar of Stolen Smoked Normal Honey",
jar_of_stolen_resin_golden_honey = "Jar of Stolen Resin Golden Honey",
jar_of_stolen_resin_rotten_honey = "Jar of Stolen Resin Rotten Honey",
jar_of_stolen_resin_normal_honey = "Jar of Stolen Resin Normal Honey",
jar_of_stolen_golden_honey = "Jar of Stolen Golden Honey",
jar_of_stolen_rotten_honey = "Jar of Stolen Rotten Honey",
jar_of_stolen_normal_honey = "Jar of Stolen Normal Honey",
jar_of_floral_golden_honey = "Jar of Floral Golden Honey",
jar_of_floral_rotten_honey = "Jar of Floral Rotten Honey",
jar_of_floral_normal_honey = "Jar of Floral Normal Honey",
jar_of_spiced_golden_honey = "Jar of Spiced Golden Honey",
jar_of_spiced_rotten_honey = "Jar of Spiced Rotten Honey",
jar_of_spiced_normal_honey = "Jar of Spiced Normal Honey",
jar_of_grape_infused_golden_honey = "Jar of Grape-Infused Golden Honey",
jar_of_grape_infused_rotten_honey = "Jar of Grape-Infused Rotten Honey",
jar_of_grape_infused_normal_honey = "Jar of Grape-Infused Normal Honey",
jar_of_moonlight_golden_honey = "Jar of Moonlight Golden Honey",
jar_of_moonlight_rotten_honey = "Jar of Moonlight Rotten Honey",
jar_of_moonlight_normal_honey = "Jar of Moonlight Normal Honey",
jar_of_smoked_golden_honey = "Jar of Smoked Golden Honey",
jar_of_smoked_rotten_honey = "Jar of Smoked Rotten Honey",
jar_of_smoked_normal_honey = "Jar of Smoked Normal Honey",
jar_of_resin_golden_honey = "Jar of Resin Golden Honey",
jar_of_resin_rotten_honey = "Jar of Resin Rotten Honey",
jar_of_resin_normal_honey = "Jar of Resin Normal Honey",
jar_of_golden_honey = "Jar of Golden Honey",
jar_of_rotten_honey = "Jar of Rotten Honey",
jar_of_normal_honey = "Jar of Normal Honey",
},
input = {
brew_mead_title = "Brew Mead",
brew_wine_title = "Brew Wine",
honey_amount = "Honey Amount",
yeast_amount = "Yeast Amount",
water_amount = "Water Amount",
additional_mix_item_1 = "Additional Mix Item 1",
additional_mix_item_2 = "Additional Mix Item 2",
additional_mix_item_3 = "Additional Mix Item 3",
red_grape_amount = "Red Grape Amount",
white_grape_amount = "White Grape Amount",
how_many = "How Many?",
amount = "Amount",
add_queen_bee = "Add Queen Bee",
add_worker_bee = "Add Worker Bee",
set_mead_recipe_name = "Set Mead Recipe Name",
set_wine_recipe_name = "Set Wine Recipe Name",
bees = "Bees",
smoke_bees = "Smoke Bees?",
smoke_bees_description = "Smoking bees will calm them before you harvest the honey. This Requires a Smoker.",
smoke_bees_confirm = "Yes",
smoke_bees_cancel = "No",
recipe_name = "Recipe Name",
choose_security_level = "Choose Security Level",
low = "Low | $",
medium = "Medium | $",
high = "High | $",
},
peds = {
buy_from_legal_beekeeper = "Buy Stuff From Legal Beekeeper",
buy_from_illegal_beekeeper = "Buy Stuff From Illegal Beekeeper",
buy_from_mead_salesman = "Buy Stuff From Mead Salesman",
buy_from_wine_salesman = "Buy Stuff From Wine Salesman",
talk_with_honey_salesman = "Talk with the honey salesman",
talk_with_security = "Talk with the Security Salesman",
talk_with_mead_salesman = "Talk with the Mead Salesman",
talk_with_wine_salesman = "Talk with the Wine Salesman",
},
target = {
pick_up_beehive = "Pick Up Beehive",
manage_beehive = "Manage Beehive",
pick_up_barrel = "Pick Up Barrel",
brew_mead = "Brew Mead",
brew_wine = "Brew Wine",
pick_up_aging_barrel = "Pick Up Aging Barrel",
age_mead = "Age Mead",
age_wine = "Age Wine",
pick_grapes = "Pick Grapes",
deliver_honey = "Deliver Honey",
deliver_mead = "Deliver Mead",
deliver_wine = "Deliver Wine",
pick_up_box = "Pick Up Box",
},
textUI = {
place_object_directions = "[Up Arrow] Move Forward \n [Down Arrow] Move Backwards \n[Left Arrow] Move Left \n[Right Arrow] Move Right \n [B] Move Backwards \n [G] Move Forwards \n [X] Rotate Prop \n [E] Confirm Placement",
view_camera = "[Backspace] Exit Camera",
zone_compass_header = "Zone: ",
unknown = "No Known Zone",
},
progressbar = {
stealing_honey = "Stealing Honey...",
feeding_bees = "Feeding Bees...",
drinking_mead = "Drinking Mead...",
drinking_wine = "Drinking Wine...",
inserting_ingredients = "Inserting Ingredients...",
picking_grapes = "Picking Grapes",
},
alertDialog = {
beehive_tut_header = "🐝 **Beehive Tutorial** ",
beehive_tut_content = 'Step 1: Fill the beehive with food \n Step 2: Put a queen bee in your beehive \n Step 3: Fill the hive with worker bees \n ➤ Once all three are added, honey will begin to be produced \n Step 4: Equip a smoker and a beesuit \n • The beesuit prevents all bee stings \n • The smoker prevents the loss of bees when harvesting \n Step 5: Wait for the honey to fully finish \n Step 6: Jar the honey (you\'ll need empty jars) \n ➤ You can get 3 types of honey: Normal, Golden, and Rotten \n Thanks for reading and happy beekeeping! 🐝',
}
}
Last updated