@kitten-science/game-data
Version:
[](https://github.com/kitten-science/game-data/actions/workflows/qa-main.yml) [ • 4.76 kB
JavaScript
//
// 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 {
"cryochambers": {
"name": "cryochambers",
"label": "Cryochamber",
"description": "Will preserve one kitten after the reset.<br>You can have one Cryochamber per Chronosphere",
"prices": [
{
"name": "karma",
"val": 1
},
{
"name": "timeCrystal",
"val": 2
},
{
"name": "void",
"val": 100
}
],
"priceRatio": 1.25,
"limitBuild": 0,
"breakIronWill": true,
"effects": {
"maxKittens": 1
},
"upgrades": {
"voidSpace": [
"cryochambers"
]
},
"unlocked": false,
"flavor": "Board for the past"
},
"usedCryochambers": {
"name": "usedCryochambers",
"label": "Used Cryochamber",
"description": "Unsealed Cryochamber. Not in operating condition.",
"prices": [],
"fixPrices": [
{
"name": "temporalFlux",
"val": 3000
},
{
"name": "timeCrystal",
"val": 100
},
{
"name": "void",
"val": 500
}
],
"priceRatio": 1.25,
"limitBuild": 0,
"effects": {},
"unlocked": false
},
"voidHoover": {
"name": "voidHoover",
"label": "Void Hoover",
"description": "Increase the maximum of void gained per day during the Temporal Paradox",
"prices": [
{
"name": "antimatter",
"val": 1000
},
{
"name": "timeCrystal",
"val": 10
},
{
"name": "void",
"val": 250
}
],
"priceRatio": 1.25,
"effects": {
"temporalParadoxVoid": 1
},
"unlocked": false
},
"voidRift": {
"name": "voidRift",
"label": "Void Rift",
"description": "Increase the maximum storage space by 2%",
"prices": [
{
"name": "void",
"val": 75
}
],
"priceRatio": 1.3,
"effects": {
"umbraBoostRatio": 0.1,
"globalResourceRatio": 0.02
},
"upgrades": {
"spaceBuilding": [
"hrHarvester"
]
},
"unlocked": false
},
"chronocontrol": {
"name": "chronocontrol",
"label": "Chronocontrol",
"description": "Increase the duration of Temporal Paradox",
"prices": [
{
"name": "temporalFlux",
"val": 3000
},
{
"name": "timeCrystal",
"val": 30
},
{
"name": "void",
"val": 500
}
],
"priceRatio": 1.25,
"effects": {
"temporalParadoxDay": 0,
"energyConsumption": 15
},
"unlockScheme": {
"name": "vintage",
"threshold": 1
},
"unlocks": {
"upgrades": [
"turnSmoothly"
]
},
"unlocked": false
},
"voidResonator": {
"name": "voidResonator",
"label": "Void Resonator",
"description": "Every Void Resonator will improve Order of the Void effect by 10%. Will trigger Order of the Void on a time skip.",
"prices": [
{
"name": "timeCrystal",
"val": 1000
},
{
"name": "relic",
"val": 10000
},
{
"name": "void",
"val": 50
}
],
"priceRatio": 1.25,
"effects": {
"voidResonance": 0.1
},
"unlocked": false
}
};