UNPKG

@kitten-science/game-data

Version:

[![QA Main](https://github.com/kitten-science/game-data/actions/workflows/qa-main.yml/badge.svg)](https://github.com/kitten-science/game-data/actions/workflows/qa-main.yml) [![Generate](https://github.com/kitten-science/game-data/actions/workflows/generat

93 lines (91 loc) 2.78 kB
// // Kitten game is licensed under a WET PAWS LICENSE. // // You are free to make any changes in the code for personal or educational purpose. // Using the game code for commercial gain or creation of derivative works is not permitted. // // Hosting a translated version of the game is permitted as long as the game retains all links. // And for god's sake please don't make huge idiotic red logos of your website. (Yes, u77 folks, I am talking about you). // // Kitten Science Game Data Exporter © 2025 by Oliver Salzburg is licensed under CC BY-NC-ND 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/4.0/ // export default { "woodcutter": { "name": "woodcutter", "title": "Woodcutter", "description": "+0.09 wood per second", "modifiers": { "wood": 0.018 }, "value": 0, "unlocked": true, "defaultUnlocked": true, "flavor": "Must. Not. Scratch." }, "farmer": { "name": "farmer", "title": "Farmer", "description": "+5 catnip per second", "modifiers": { "catnip": 1 }, "value": 0, "unlocked": false }, "scholar": { "name": "scholar", "title": "Scholar", "description": "+0.175 science per second", "modifiers": {}, "value": 0, "unlocked": false }, "hunter": { "name": "hunter", "title": "Hunter", "description": "+0.3 catpower per second", "modifiers": { "manpower": 0.06 }, "value": 0, "unlocked": false, "flavor": "We're so cute we purr at our prey until it dies" }, "miner": { "name": "miner", "title": "Miner", "description": "+0.25 mineral per second", "modifiers": { "minerals": 0.05 }, "value": 0, "unlocked": false, "flavor": "I don't really understand how can I hold a pick with my paws" }, "priest": { "name": "priest", "title": "Priest", "description": "+0.0075 faith per second", "modifiers": { "faith": 0.0015 }, "value": 0, "unlocked": false }, "geologist": { "name": "geologist", "title": "Geologist", "description": "+0.075 coal per second (may be upgraded)", "modifiers": {}, "value": 0, "unlocked": false }, "engineer": { "name": "engineer", "title": "Engineer", "description": "Engineers can automate resource crafting (once per 10 minute). Every factory unlocks one engineer slot", "modifiers": {}, "value": 0, "unlocked": false } };