UNPKG

@kitten-science/kitten-scientists

Version:

Add-on for the wonderful incremental browser game: https://kittensgame.com/web/

118 lines 1.97 kB
export const Seasons = ["autumn", "spring", "summer", "winter"]; export const Cycles = [ "charon", "umbra", "yarn", "helios", "cath", "redmoon", "dune", "piscine", "terminus", "kairo", ]; export const ResourcesCraftable = [ "alloy", "beam", "bloodstone", "blueprint", "compedium", "concrate", "eludium", "gear", "kerosene", "manuscript", "megalith", "parchment", "plate", "scaffold", "ship", "slab", "steel", "tanker", "tMythril", "thorium", "wood", ]; export const Resources = [ ...ResourcesCraftable, "alicorn", "antimatter", "blackcoin", "burnedParagon", "catnip", "coal", "culture", "elderBox", "faith", "furs", "gflops", "gold", "hashrates", "iron", "ivory", "karma", "kittens", "manpower", "minerals", "necrocorn", "oil", "paragon", "relic", "science", "sorrow", "spice", "starchart", "tears", "temporalFlux", "timeCrystal", "titanium", "unicorns", "unobtainium", "uranium", "void", "wrappingPaper", "zebras", ]; export const TabIds = [ "Bonfire", "Religion", "Science", "Space", "Time", "Trade", "Village", "Workshop", ]; export const Jobs = [ "any", "engineer", "farmer", "geologist", "hunter", "miner", "priest", "scholar", "woodcutter", ]; export const Traits = [ "chemist", "engineer", "manager", "metallurgist", "merchant", "none", "scientist", "wise", ]; export * from "./buildings.js"; export * from "./game.js"; export * from "./releases.js"; export * from "./religion.js"; export * from "./save.js"; export * from "./science.js"; export * from "./space.js"; export * from "./time.js"; export * from "./trade.js"; export * from "./workshop.js"; //# sourceMappingURL=index.js.map