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

137 lines (135 loc) 4.13 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 { "pactOfCleansing": { "name": "pactOfCleansing", "label": "Pact of Cleansing", "description": "Cleanse the mortal plane of trash! Increase global resource limits.", "prices": [ { "name": "relic", "val": 100 } ], "unlocks": {}, "priceRatio": 1, "effects": { "pactsAvailable": -1, "necrocornPerDay": 0, "pactDeficitRecoveryRatio": 0.003, "pactGlobalResourceRatio": 0.0005 }, "unlocked": false }, "pactOfDestruction": { "name": "pactOfDestruction", "label": "Pact of Destruction", "description": "Utterly destroy parts of reality in order to gain resources.", "prices": [ { "name": "relic", "val": 100 } ], "priceRatio": 1, "unlocks": {}, "effects": { "pactsAvailable": -1, "necrocornPerDay": 0, "pactDeficitRecoveryRatio": -0.0001, "pactGlobalProductionRatio": 0.0005 }, "unlocked": false }, "pactOfExtermination": { "name": "pactOfExtermination", "label": "Pact of Extermination", "description": "Exterminate evil! Increase faith production", "prices": [ { "name": "relic", "val": 100 } ], "priceRatio": 1.02, "effects": { "pactsAvailable": -1, "necrocornPerDay": 0, "pactFaithRatio": 0.001 }, "unlocked": false }, "pactOfPurity": { "name": "pactOfPurity", "label": "Pact of Purity", "description": "Purify the mortal plane, gaining insight into secrets of the universe and clearing reality from strains of darkness.", "prices": [ { "name": "relic", "val": 100 } ], "priceRatio": 1, "effects": { "pactsAvailable": -1, "necrocornPerDay": 0, "pactDeficitRecoveryRatio": 0.005, "pactBlackLibraryBoost": 0.0005, "pactSpaceCompendiumRatio": 0.001 }, "unlocked": false }, "payDebt": { "name": "payDebt", "label": "Pay the debt", "description": "Get rid of Necrocorn Deficit by giving up enough necrocorns", "prices": [ { "name": "necrocorn", "val": 0 } ], "upgrades": { "pacts": [ "payDebt" ] }, "priceRatio": 1, "effects": { "pactsAvailable": 0 }, "special": true, "unlocked": false, "limitBuild": 1, "notAddDeficit": true }, "fractured": { "name": "fractured", "label": "Fractured", "description": "You have broken the deal... now you will pay", "prices": [ { "name": "catnip", "val": 1 } ], "effects": { "pyramidGlobalResourceRatio": -0.5, "pyramidGlobalProductionRatio": -0.5, "pyramidFaithRatio": -0.5, "pactsAvailable": 0 }, "limitBuild": 1, "special": true, "unlocked": false } };