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

193 lines (191 loc) 5.44 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 { "temporalBattery": { "name": "temporalBattery", "label": "Temporal Battery", "description": "Improves your flux energy capacity by 25%", "prices": [ { "name": "timeCrystal", "val": 5 } ], "effects": { "temporalFluxMax": 750 }, "priceRatio": 1.25, "unlocked": true }, "blastFurnace": { "name": "blastFurnace", "label": "Chrono Furnace", "description": "Operates on chronoheat. Increases the maximum heat limit by 100.<br>Automation skips one year into the future for each 100% of fuel consumed.", "prices": [ { "name": "timeCrystal", "val": 25 }, { "name": "relic", "val": 5 } ], "priceRatio": 1.25, "effects": { "heatPerTick": 0.02, "heatMax": 100 }, "heat": 0, "on": 0, "isAutomationEnabled": false, "unlocks": { "upgrades": [ "tachyonModerator" ], "chronoforge": [ "timeBoiler" ] }, "unlocked": true }, "timeBoiler": { "name": "timeBoiler", "label": "Time Boiler", "description": "Expands the heat capacity of Chrono Furnaces.", "prices": [ { "name": "timeCrystal", "val": 25000 } ], "priceRatio": 1.25, "effects": { "heatMaxExpansion": 10, "energyConsumption": 1 }, "upgrades": { "chronoforge": [ "blastFurnace" ] }, "unlocked": false }, "controlledDelay": { "name": "controlledDelay", "label": "Controlled Delay", "description": "Each one makes the Chrono Furnace wait 0.2 seconds before firing again.<br>Toggling automation has no gameplay effect.", "prices": [ { "name": "timeCrystal", "val": 1 }, { "name": "gear", "val": 10 } ], "priceRatio": 1, "limitBuild": 25, "delayTicks": 0, "isAutomationEnabled": false, "effects": { "energyConsumption": 0.75 }, "unlocked": false }, "temporalAccelerator": { "name": "temporalAccelerator", "label": "Temporal Accelerator", "description": "Improves time-related effects by 5%<br>Automation decreases shatter lag", "prices": [ { "name": "timeCrystal", "val": 10 }, { "name": "relic", "val": 1000 } ], "priceRatio": 1.25, "effects": { "timeRatio": 0.05 }, "isAutomationEnabled": null, "upgrades": { "chronoforge": [ "temporalImpedance" ] }, "unlocked": true }, "temporalImpedance": { "name": "temporalImpedance", "label": "Time Impedance", "description": "Delay effect of Dark Future temporal penalty by 1000 years.", "prices": [ { "name": "timeCrystal", "val": 100 }, { "name": "relic", "val": 250 } ], "priceRatio": 1.05, "effects": { "timeImpedance": 1000 }, "unlocked": false }, "ressourceRetrieval": { "name": "ressourceRetrieval", "label": "Resource Retrieval", "description": "Retrieve part of your yearly resources when you burn TC", "prices": [ { "name": "timeCrystal", "val": 1000 } ], "priceRatio": 1.3, "limitBuild": 100, "effects": { "shatterTCGain": 0.01 }, "unlocked": false }, "temporalPress": { "name": "temporalPress", "label": "Temporal Press", "description": "Allows for fine tuning of shattering", "prices": [ { "name": "timeCrystal", "val": 100 }, { "name": "void", "val": 10 } ], "priceRatio": 1.1, "effects": { "shatterYearBoost": 0, "energyConsumption": 5 }, "isAutomationEnabled": null, "unlocked": false } };