@kitten-science/kitten-scientists
Version:
Add-on for the wonderful incremental browser game: https://kittensgame.com/web/
48 lines • 798 B
JavaScript
export const Buildings = [
"academy",
"accelerator",
"aiCore",
"amphitheatre",
"aqueduct",
"barn",
"biolab",
"brewery",
"calciner",
"chapel",
"chronosphere",
"factory",
"field",
"harbor",
"hut",
"library",
"logHouse",
"lumberMill",
"magneto",
"mansion",
"mine",
"mint",
"observatory",
"oilWell",
"pasture",
"quarry",
"reactor",
"smelter",
"steamworks",
"temple",
"tradepost",
"unicornPasture",
"warehouse",
"workshop",
"zebraForge",
"zebraOutpost",
"zebraWorkshop",
"ziggurat",
];
export const StagedBuildings = [
"broadcasttower",
"dataCenter",
"hydroplant",
"solarfarm",
"spaceport",
];
//# sourceMappingURL=buildings.js.map