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

251 lines (249 loc) 7.26 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 { "blackObelisk": { "name": "blackObelisk", "label": "Black Obelisk", "description": "Improves your Solar Revolution bonus limit.<br>Every Black Obelisk will increase your Solar Revolution bonus limit by 5 percentage point per transcendence tier.", "prices": [ { "name": "relic", "val": 100 } ], "tier": 1, "priceRatio": 1.15, "effects": { "solarRevolutionLimit": 0.05 }, "unlocked": false, "flavor": "TBD" }, "blackNexus": { "name": "blackNexus", "label": "Black Nexus", "description": "Improves the rate you refine time crystals into relics.<br>Every Black Nexus will increase your Relic Refine efficiency by the number of Black Pyramid.<br>This effect also boosts the effectiveness of Relic Stations", "prices": [ { "name": "relic", "val": 5000 } ], "tier": 3, "priceRatio": 1.15, "effects": { "relicRefineRatio": 1 }, "upgrades": { "spaceBuilding": [ "spaceBeacon" ] }, "unlocked": false, "flavor": "Eye in the sky." }, "blackCore": { "name": "blackCore", "label": "Black Core", "description": "Alter and corrupt the laws of the reality on a minor scale.<br>Every level of Black Core increases BLS limit by 1%.", "prices": [ { "name": "relic", "val": 10000 } ], "tier": 5, "priceRatio": 1.15, "effects": { "blsLimit": 1 }, "unlocked": false, "flavor": "Built with the bones of kitten sacrifices." }, "singularity": { "name": "singularity", "label": "Event Horizon", "description": "Improve global resource limits by 10%", "prices": [ { "name": "relic", "val": 25000 } ], "tier": 7, "priceRatio": 1.15, "effects": { "globalResourceRatio": 0.1 }, "unlocked": false, "flavor": "A gateway... To what?" }, "blackLibrary": { "name": "blackLibrary", "label": "Black Library", "description": "Every Black Library improves Codex Leviathanianus scaling by 2%. This value is further improved by Unicorn Graveyards.", "prices": [ { "name": "relic", "val": 30000 } ], "tier": 9, "priceRatio": 1.15, "effects": { "compendiaTTBoostRatio": 0.02 }, "unlocked": false, "flavor": "Maybe it's too dark to read on purpose." }, "blackRadiance": { "name": "blackRadiance", "label": "Black Radiance", "description": "Every % of BLS meter will very slightly increase alicorn corruption rate", "prices": [ { "name": "relic", "val": 37500 } ], "tier": 12, "priceRatio": 1.15, "effects": { "blsCorruptionRatio": 0.0012 }, "unlocked": false, "flavor": "Like a rainbow in the dark" }, "blazar": { "name": "blazar", "label": "Blazar", "description": "Improve time-related structures", "prices": [ { "name": "relic", "val": 50000 } ], "tier": 15, "priceRatio": 1.15, "effects": { "timeRatio": 0.1, "rrRatio": 0.02 }, "upgrades": { "chronoforge": [ "temporalImpedance", "temporalPress" ] }, "unlocks": { "chronoforge": [ "temporalPress" ] }, "unlocked": false, "flavor": "Tiger tiger burning bright." }, "darkNova": { "name": "darkNova", "label": "Dark Nova", "description": "Improves global energy production by 2%", "prices": [ { "name": "relic", "val": 75000 }, { "name": "void", "val": 7500 } ], "tier": 20, "priceRatio": 1.15, "effects": { "energyProductionRatio": 0.02 }, "unlocked": false, "flavor": "The stars are dead. Just like our hopes and dreams." }, "mausoleum": { "name": "mausoleum", "label": "Mausoleum", "description": "Venerate kittens of the past. Adds available pacts.", "tier": 23, "priceRatio": 1.15, "prices": [ { "name": "relic", "val": 50000 }, { "name": "void", "val": 12500 }, { "name": "necrocorn", "val": 10 } ], "effects": { "pactsAvailable": 1 }, "upgrades": { "pacts": [ "fractured" ] }, "unlocked": false, "unlocks": { "pacts": [ "pactOfCleansing", "pactOfDestruction", "pactOfExtermination", "pactOfPurity" ], "policies": [ "siphoning" ] } }, "holyGenocide": { "name": "holyGenocide", "label": "Holy Genocide", "description": "Reduce your max population cap by 1%. Increase all population-related effects by 2%", "prices": [ { "name": "relic", "val": 100000 }, { "name": "void", "val": 25000 } ], "tier": 25, "priceRatio": 1.15, "effects": { "maxKittensRatio": -0.01, "simScalingRatio": 0.02, "activeHG": 0 }, "unlocked": false, "unlocks": { "challenges": [ "postApocalypse" ] }, "togglable": true, "flavor": "We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far." } };