mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
22 lines
1.3 KiB
Plaintext
22 lines
1.3 KiB
Plaintext
/datum/techweb_node/blueprinted_bottles
|
|
id = "blueprinted_bottles"
|
|
display_name = "License Bottling"
|
|
description = "Some Branded bottles to print and export."
|
|
starting_node = TRUE
|
|
design_ids = list("gin", "wine", "whiskey", "vodka", "tequila", "patron", "rum", "kahlua", "vermouth", "goldschlager", "hcider", "cognac", "absinthe", "grappa", "sake", "fernet", "applejack", "champagne", "blazaam", "trappist", "grenadine", "autobottler")
|
|
|
|
/datum/techweb_node/blueprinted_exports
|
|
id = "blueprinted_exports"
|
|
display_name = "License Exports"
|
|
description = "Some Branded bottles to print and export."
|
|
starting_node = TRUE
|
|
design_ids = list("gin_export", "wine_export", "whiskey_export", "vodka_export", "tequila_export", "patron_export", "rum_export", "kahlua_export", "vermouth_export", "goldschlager_export", "hcider_export", "cognac_export", "absinthe_export", "grappa_export", "sake_export", "fernet_export", "applejack_export", "champagne_export", "blazaam_export", "trappist_export", "grenadine_export")
|
|
|
|
/datum/techweb_node/bottle_exports
|
|
id = "bottle_exports"
|
|
display_name = "Legal Bottling"
|
|
prereq_ids = list("blueprinted_bottles")
|
|
description = "New bottles for printing and selling."
|
|
design_ids = list("minikeg", "blooddrop", "slim_gold", "white_bloodmoon", "greenroad")
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 250)
|