@kitten-science/game-data
Version:
[](https://github.com/kitten-science/game-data/actions/workflows/qa-main.yml) [ • 9.65 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 {
"wood": {
"name": "wood",
"label": "Refine Catnip",
"description": "A sturdy block of catnip wood. Difficult to process, but great building material.",
"prices": [
{
"name": "catnip",
"val": 100
}
],
"ignoreBonuses": true,
"progressHandicap": 1,
"tier": 1
},
"beam": {
"name": "beam",
"label": "Wooden Beam",
"description": "Simple support structure made of a wood. Required for advanced construction.",
"prices": [
{
"name": "wood",
"val": 175
}
],
"progressHandicap": 1,
"tier": 1
},
"slab": {
"name": "slab",
"label": "Stone Slab",
"description": "A small slab composed of minerals. Required for advanced construction.",
"prices": [
{
"name": "minerals",
"val": 250
}
],
"progressHandicap": 1,
"tier": 1
},
"plate": {
"name": "plate",
"label": "Metal Plate",
"description": "A metal plate. Required for advanced construction.",
"prices": [
{
"name": "iron",
"val": 125
}
],
"progressHandicap": 4,
"tier": 1
},
"steel": {
"name": "steel",
"label": "Steel",
"description": "A durable metal made by smelting iron and coal. Required for construction of gears and complex machinery.",
"prices": [
{
"name": "coal",
"val": 100
},
{
"name": "iron",
"val": 100
}
],
"progressHandicap": 4,
"tier": 2
},
"concrate": {
"name": "concrate",
"label": "Concrete",
"description": "A block of reinforced concrete.",
"prices": [
{
"name": "slab",
"val": 2500
},
{
"name": "steel",
"val": 25
}
],
"progressHandicap": 9,
"tier": 4
},
"gear": {
"name": "gear",
"label": "Gear",
"description": "An integral part of automated structures.",
"prices": [
{
"name": "steel",
"val": 15
}
],
"progressHandicap": 5,
"tier": 3
},
"alloy": {
"name": "alloy",
"label": "Alloy",
"description": "A durable alloy of steel and titanium. Required for advanced buildings and upgrades.",
"prices": [
{
"name": "titanium",
"val": 10
},
{
"name": "steel",
"val": 75
}
],
"progressHandicap": 7,
"tier": 4
},
"eludium": {
"name": "eludium",
"label": "Eludium",
"description": "Extremely rare and expensive alloy of unobtanium and titanium.",
"prices": [
{
"name": "unobtainium",
"val": 1000
},
{
"name": "alloy",
"val": 2500
}
],
"progressHandicap": 300,
"tier": 5
},
"scaffold": {
"name": "scaffold",
"label": "Scaffold",
"description": "A large structure made of wood beams required for construction of very complex buildings and objects",
"prices": [
{
"name": "beam",
"val": 50
}
],
"progressHandicap": 2,
"tier": 2
},
"ship": {
"name": "ship",
"label": "Trade Ship",
"description": "Ships can be used to discover new civilisations. May improve chances of getting certain rare resources",
"prices": [
{
"name": "starchart",
"val": 25
},
{
"name": "plate",
"val": 150
},
{
"name": "scaffold",
"val": 100
}
],
"upgrades": {
"buildings": [
"harbor"
]
},
"progressHandicap": 20,
"tier": 3
},
"tanker": {
"name": "tanker",
"label": "Tanker",
"description": "Increase maximum oil capacity by 500",
"prices": [
{
"name": "alloy",
"val": 1250
},
{
"name": "ship",
"val": 200
},
{
"name": "blueprint",
"val": 5
}
],
"upgrades": {
"buildings": [
"harbor"
]
},
"progressHandicap": 20,
"tier": 5
},
"kerosene": {
"name": "kerosene",
"label": "Kerosene",
"description": "A rocket fuel processed from oil",
"prices": [
{
"name": "oil",
"val": 7500
}
],
"progressHandicap": 5,
"tier": 2
},
"parchment": {
"name": "parchment",
"label": "Parchment",
"description": "A material for writing on made from animal skin, required for cultural buildings.",
"prices": [
{
"name": "furs",
"val": 175
}
],
"progressHandicap": 1,
"tier": 1
},
"manuscript": {
"name": "manuscript",
"label": "Manuscript",
"description": "Written document required for technological advancement. Every manuscript will give a minor bonus to a maximum culture (this effect has a diminishing return)",
"prices": [
{
"name": "culture",
"val": 400
},
{
"name": "parchment",
"val": 25
}
],
"progressHandicap": 2,
"tier": 2
},
"compedium": {
"name": "compedium",
"label": "Compendium",
"description": "A sum of all modern knowledge of catkind. Every compendium will give +10 to max science. (This bonus can't be greater than max science from your buildings)",
"prices": [
{
"name": "science",
"val": 10000
},
{
"name": "manuscript",
"val": 50
}
],
"progressHandicap": 5,
"tier": 3
},
"blueprint": {
"name": "blueprint",
"label": "Blueprint",
"description": "Strange piece of paper with blue lines.",
"prices": [
{
"name": "science",
"val": 25000
},
{
"name": "compedium",
"val": 25
}
],
"progressHandicap": 10,
"tier": 3
},
"thorium": {
"name": "thorium",
"label": "Thorium",
"description": "A highly radioactive and unstable fuel",
"prices": [
{
"name": "uranium",
"val": 250
}
],
"progressHandicap": 5,
"tier": 3
},
"megalith": {
"name": "megalith",
"label": "Megalith",
"description": "A massive block that can be used to construct enormous structures",
"prices": [
{
"name": "beam",
"val": 25
},
{
"name": "slab",
"val": 50
},
{
"name": "plate",
"val": 5
}
],
"progressHandicap": 5,
"tier": 3
},
"bloodstone": {
"name": "bloodstone",
"label": "Bloodstone",
"description": "A strange jewelry claimed to be made of time and a blood of elder gods",
"prices": [
{
"name": "timeCrystal",
"val": 5000
},
{
"name": "relic",
"val": 10000
}
],
"progressHandicap": 7500,
"tier": 5
},
"tMythril": {
"name": "tMythril",
"label": "T-Mythril",
"description": "T-Mythril (tbd)",
"prices": [
{
"name": "bloodstone",
"val": 5
},
{
"name": "ivory",
"val": 1000
},
{
"name": "titanium",
"val": 500
}
],
"progressHandicap": 10000,
"tier": 7
}
};