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

1,358 lines (1,356 loc) 37.7 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 { "field": { "name": "field", "label": "Catnip Field", "description": "Plant some catnip to grow in the village. Fields have +50% production in Spring and -75% production in Winter", "unlockRatio": 0.3, "defaultUnlockable": true, "prices": [ { "name": "catnip", "val": 10 } ], "priceRatio": 1.12, "effects": { "catnipPerTickBase": 0.125 }, "flavor": "'Nip as far as the eye can see.", "unlockScheme": { "name": "catnip", "threshold": 56 } }, "pasture": { "name": "pasture", "unlockRatio": 0.3, "stages": [ { "label": "Pasture", "description": "Provides an alternative source of food, which reduces catnip consumption.", "prices": [ { "name": "catnip", "val": 100 }, { "name": "wood", "val": 10 } ], "priceRatio": 1.15, "effects": { "catnipDemandRatio": -0.005 }, "flavor": "Take a pint o' milk, Sir!", "stageUnlocked": true }, { "label": "Solar Farm", "description": "Provides an additional source of energy depending on the seasons.", "prices": [ { "name": "titanium", "val": 250 } ], "priceRatio": 1.15, "stageUnlocked": false } ], "effects": {} }, "aqueduct": { "name": "aqueduct", "unlockRatio": 0.3, "stages": [ { "label": "Aqueduct", "description": "+3% to catnip production", "prices": [ { "name": "minerals", "val": 75 } ], "priceRatio": 1.12, "effects": { "catnipRatio": 0.03 }, "flavor": "No Swimming", "stageUnlocked": true }, { "label": "Hydro Plant", "description": "A modern source of power production", "prices": [ { "name": "titanium", "val": 2500 }, { "name": "concrate", "val": 100 } ], "priceRatio": 1.15, "effects": { "energyProduction": 5 }, "stageUnlocked": false } ], "effects": { "catnipRatio": 0, "energyProduction": 0 }, "upgrades": { "buildings": [ "magneto" ] } }, "hut": { "name": "hut", "label": "Hut", "description": "Build a hut (each has a space for 2 kittens). Kittens need catnip to eat, or they will die.<br>Every kitten consumes about 4 catnip/s", "unlockRatio": 0.3, "prices": [ { "name": "wood", "val": 5 } ], "priceRatio": 2.5, "defaultUnlockable": true, "unlocks": { "tabs": [ "village" ] }, "upgrades": { "policies": [ "authocracy" ] }, "effects": { "manpowerMax": 75, "maxKittens": 2 }, "breakIronWill": true, "almostLimited": false, "flavor": "The Nation of Two" }, "logHouse": { "name": "logHouse", "label": "Log House", "description": "Build a house (each has a space for 1 kitten)", "unlockRatio": 0.3, "prices": [ { "name": "wood", "val": 200 }, { "name": "minerals", "val": 250 } ], "priceRatio": 1.15, "effects": { "manpowerMax": 50, "maxKittens": 1 }, "unlocks": { "tabs": [ "village" ] }, "upgrades": { "policies": [ "authocracy" ] }, "breakIronWill": true, "almostLimited": false, "flavor": "The Cabin in the Woods" }, "mansion": { "name": "mansion", "label": "Mansion", "description": "A spacy mansion (each has a space for 1 kitten)", "prices": [ { "name": "titanium", "val": 25 }, { "name": "slab", "val": 185 }, { "name": "steel", "val": 75 } ], "priceRatio": 1.15, "effects": { "manpowerMax": 50, "maxKittens": 1 }, "unlocks": { "tabs": [ "village" ] }, "upgrades": { "policies": [ "authocracy" ] }, "breakIronWill": true, "almostLimited": false, "flavor": "The best shipping container available" }, "library": { "name": "library", "stages": [ { "label": "Library", "description": "Build a Library to store sacred catkind knowledge. Each upgrade level improves your science output by 10%", "unlockRatio": 0.3, "prices": [ { "name": "wood", "val": 25 } ], "effects": { "scienceRatio": 0, "scienceMax": 0, "cultureMax": 0 }, "stageUnlocked": true, "flavor": "All in Catonese" }, { "label": "Data Center", "description": "Increases total effect of compendia on your max science", "prices": [ { "name": "steel", "val": 100 }, { "name": "concrate", "val": 10 } ], "effects": { "scienceMaxCompendia": 1000, "cultureMax": 25, "energyConsumption": 2 }, "unlockScheme": { "name": "computer", "threshold": 100 }, "stageUnlocked": false } ], "priceRatio": 1.15, "defaultUnlockable": true, "unlocks": { "tabs": [ "science" ], "jobs": [ "scholar" ] }, "upgrades": { "buildings": [ "biolab", "observatory" ] } }, "academy": { "name": "academy", "label": "Academy", "description": "Improves your research ratio and the speed of your kitten skills growth. Each upgrade level improves your science output by 20%", "unlockRatio": 0.3, "prices": [ { "name": "wood", "val": 50 }, { "name": "minerals", "val": 70 }, { "name": "science", "val": 100 } ], "priceRatio": 1.15, "effects": { "scienceRatio": 0.2, "skillXP": 0.0005, "scienceMax": 500, "cultureMax": 25, "academyMeteorBonus": 0 }, "flavor": "Curiosity is the basis of science. Our cats died nobly", "unlockScheme": { "name": "school", "threshold": 68 } }, "observatory": { "name": "observatory", "label": "Observatory", "description": "Increases the chance of astronomical events by 0.2%", "prices": [ { "name": "iron", "val": 750 }, { "name": "science", "val": 1000 }, { "name": "slab", "val": 35 }, { "name": "scaffold", "val": 50 } ], "priceRatio": 1.1, "upgrades": { "buildings": [ "library" ] }, "effects": { "starEventChance": 0.002, "starAutoSuccessChance": 0.01 }, "flavor": "Yearning to one day catch the red light fairy" }, "biolab": { "name": "biolab", "label": "Bio Lab", "description": "Improves effectiveness of catnip refinement by 10%. More effective if powered.", "prices": [ { "name": "science", "val": 1500 }, { "name": "slab", "val": 100 }, { "name": "alloy", "val": 25 } ], "priceRatio": 1.1, "effects": { "scienceRatio": 0.35, "refineRatio": 0.1, "scienceMax": 0, "catnipPerTickCon": 0, "oilPerTickProd": 0, "energyConsumption": 0 }, "upgrades": { "buildings": [ "library" ] }, "effectsCalculated": {}, "lackResConvert": false, "flavor": "New postdoc positions available." }, "barn": { "name": "barn", "label": "Barn", "description": "Provides a space to store your resources.", "unlockRatio": 0.3, "prices": [ { "name": "wood", "val": 50 } ], "priceRatio": 1.75, "effects": { "catnipMax": 0, "woodMax": 0, "mineralsMax": 0, "coalMax": 0, "ironMax": 0, "titaniumMax": 0, "goldMax": 0 }, "flavor": "Rats ain't a problem for us!" }, "warehouse": { "name": "warehouse", "stages": [ { "label": "Warehouse", "description": "Provides a space to store your resources", "flavor": "All our stocks are scratched", "prices": [ { "name": "beam", "val": 1.5 }, { "name": "slab", "val": 2 } ], "priceRatio": 1.15, "effects": { "catnipMax": 0, "woodMax": 0, "mineralsMax": 0, "coalMax": 0, "ironMax": 0, "titaniumMax": 0, "goldMax": 0 }, "stageUnlocked": true, "togglable": false }, { "label": "Spaceport", "description": "Increases the storage capacity of buildings in space. Does not affect science or antimatter.", "flavor": "I want the fancy yarn imported from Yarn.", "prices": [ { "name": "titanium", "val": 10000 }, { "name": "eludium", "val": 500 }, { "name": "kerosene", "val": 1000 }, { "name": "blueprint", "val": 500 }, { "name": "starchart", "val": 100000 } ], "priceRatio": 1.15, "effects": { "moonBaseStorageBonus": 0, "planetCrackerStorageBonus": 0, "cryostationStorageBonus": 0, "energyConsumption": 0 }, "stageUnlocked": true, "togglable": true } ], "upgrades": { "spaceBuilding": [ "moonBase", "planetCracker", "cryostation" ] }, "flavor": "All our stocks are scratched", "unlockScheme": { "name": "minimalist", "threshold": 10 } }, "harbor": { "name": "harbor", "label": "Harbour", "description": "Provides a space to store your resources", "prices": [ { "name": "slab", "val": 50 }, { "name": "plate", "val": 75 }, { "name": "scaffold", "val": 5 } ], "priceRatio": 1.15, "effects": { "catnipMax": 0, "woodMax": 0, "mineralsMax": 0, "coalMax": 0, "ironMax": 0, "titaniumMax": 0, "goldMax": 0 }, "flavor": "Ahoy, landlubbers!" }, "mine": { "name": "mine", "label": "Mine", "description": "Unlocks the miner job. Each upgrade level improves your mineral output by 20%", "unlockRatio": 0.15, "prices": [ { "name": "wood", "val": 100 } ], "priceRatio": 1.15, "unlocks": { "jobs": [ "miner" ] }, "effects": { "mineralsRatio": 0, "coalPerTickBase": 0, "cathPollutionPerTickProd": 0 }, "flavor": "100 days without diggor mortis", "unlockScheme": { "name": "anthracite", "threshold": 92 } }, "quarry": { "name": "quarry", "label": "Quarry", "description": "Quarries each improve your mining efficiency by 35% and produce a bit of coal", "unlockRatio": 0.3, "prices": [ { "name": "slab", "val": 1000 }, { "name": "steel", "val": 125 }, { "name": "scaffold", "val": 50 } ], "priceRatio": 1.15, "effects": { "mineralsRatio": 0.35, "coalPerTickBase": 0.015, "uraniumPerTickBase": 0, "cathPollutionPerTickProd": 0.25, "slabCraftRatio": 0 }, "flavor": "It's full of mice! Wait, wrong 'quarry'" }, "smelter": { "name": "smelter", "label": "Smelter", "description": "Smelts ore into metal", "unlockRatio": 0.3, "prices": [ { "name": "minerals", "val": 200 } ], "priceRatio": 1.15, "effects": { "woodPerTickCon": 0, "mineralsPerTickCon": 0, "coalPerTickAutoprod": 0, "ironPerTickAutoprod": 0, "titaniumPerTickAutoprod": 0, "goldPerTickAutoprod": 0, "cathPollutionPerTickProd": 0.15 }, "effectsCalculated": {}, "lackResConvert": false, "flavor": "Watch your whiskers!" }, "calciner": { "name": "calciner", "label": "Calciner", "description": "A highly effective source of metal. Consumes 1.5 minerals and 0.02 oil per tick. Produces iron and a small amount of titanium", "prices": [ { "name": "titanium", "val": 15 }, { "name": "oil", "val": 500 }, { "name": "steel", "val": 100 }, { "name": "blueprint", "val": 1 } ], "priceRatio": 1.15, "effects": { "mineralsPerTickCon": -1.5, "coalPerTickCon": 0, "ironPerTickCon": 0, "ironPerTickAutoprod": 0.15, "titaniumPerTickAutoprod": 0.0005, "oilPerTickCon": -0.024, "steelPerTickProd": 0, "energyConsumption": 1, "cathPollutionPerTickProd": 1 }, "effectsCalculated": {}, "isAutomationEnabled": null, "lackResConvert": false }, "steamworks": { "name": "steamworks", "label": "Steamworks", "description": "When active, significantly reduces your coal production. Does nothing useful by default, but can do a lot of cool stuff once upgraded.", "prices": [ { "name": "steel", "val": 65 }, { "name": "gear", "val": 20 }, { "name": "blueprint", "val": 1 } ], "priceRatio": 1.25, "effects": { "coalRatioGlobal": 0, "manuscriptPerTickProd": 0, "energyProduction": 1, "magnetoBoostRatio": 0.15, "cathPollutionPerTickProd": 1 }, "jammed": false, "togglableOnOff": true, "isAutomationEnabled": null, "flavor": "I just nap here and it looks like I'm working" }, "magneto": { "name": "magneto", "label": "Magneto", "description": "Improves your total resource production by 2%. Every Steamworks will boost this effect by 15%. Consumes oil.", "prices": [ { "name": "gear", "val": 5 }, { "name": "alloy", "val": 10 }, { "name": "blueprint", "val": 1 } ], "priceRatio": 1.25, "effects": { "oilPerTick": -0.05, "energyProduction": 5, "magnetoRatio": 0.02, "cathPollutionPerTickProd": 5 } }, "lumberMill": { "name": "lumberMill", "label": "Lumber Mill", "description": "Improves wood production by 10%", "unlockRatio": 0.3, "prices": [ { "name": "wood", "val": 100 }, { "name": "minerals", "val": 250 }, { "name": "iron", "val": 50 } ], "priceRatio": 1.15, "effects": { "woodRatio": 0 }, "flavor": "Best log analysing tool" }, "oilWell": { "name": "oilWell", "label": "Oil Well", "description": "Produces a bit of oil, +1500 to maximum oil limit", "prices": [ { "name": "steel", "val": 50 }, { "name": "gear", "val": 25 }, { "name": "scaffold", "val": 25 } ], "priceRatio": 1.15, "effects": { "oilPerTickBase": 0.02, "oilMax": 1500, "energyConsumption": 0, "cathPollutionPerTickProd": 0 }, "isAutomationEnabled": null, "flavor": "Rise early, work hard, strike oil.", "unlockScheme": { "name": "oil", "threshold": 73 } }, "workshop": { "name": "workshop", "label": "Workshop", "description": "Provides a vast variety of upgrades. Improves craft effectiveness by 6%", "defaultUnlockable": true, "unlockRatio": 0.0025, "prices": [ { "name": "wood", "val": 100 }, { "name": "minerals", "val": 400 } ], "priceRatio": 1.15, "unlocks": { "tabs": [ "workshop" ] }, "effects": { "craftRatio": 0.06 }, "flavor": "Free toys for workers" }, "factory": { "name": "factory", "label": "Factory", "description": "Improves craft effectiveness", "prices": [ { "name": "titanium", "val": 2000 }, { "name": "plate", "val": 2500 }, { "name": "concrate", "val": 15 } ], "isAutomationEnabled": null, "priceRatio": 1.15, "effects": { "craftRatio": 0, "energyConsumption": 0, "cathPollutionPerTickProd": 0, "cathPollutionPerTickCon": 0 }, "unlocks": { "policies": [ "liberalism", "communism", "fascism" ] }, "unlockScheme": { "name": "factory", "threshold": 20 } }, "reactor": { "name": "reactor", "label": "Reactor", "description": "Provides a 5% boost to production while active. Requires uranium to operate.", "prices": [ { "name": "titanium", "val": 3500 }, { "name": "plate", "val": 5000 }, { "name": "concrate", "val": 50 }, { "name": "blueprint", "val": 25 } ], "priceRatio": 1.15, "upgrades": { "buildings": [ "harbor" ] }, "effects": { "uraniumPerTick": -0.001, "thoriumPerTick": 0, "productionRatio": 0.05, "uraniumMax": 250, "energyProduction": 10 }, "isAutomationEnabled": null, "flavor": "Glowing mice are much easier to catch!" }, "accelerator": { "name": "accelerator", "label": "Accelerator", "description": "Converts titanium to the uranium (sic)", "prices": [ { "name": "titanium", "val": 7500 }, { "name": "uranium", "val": 25 }, { "name": "concrate", "val": 125 } ], "priceRatio": 1.15, "effects": { "titaniumPerTickCon": -0.015, "uraniumPerTickAutoprod": 0.0025, "catnipMax": 0, "woodMax": 0, "mineralsMax": 0, "coalMax": 0, "ironMax": 0, "titaniumMax": 0, "goldMax": 0, "scienceMax": 0, "energyConsumption": 0 }, "lackResConvert": false, "flavor": "Large Catron Collider" }, "tradepost": { "name": "tradepost", "label": "Tradepost", "description": "The heart of your trading empire. Improves trade effectiveness by 1.5%, reduces rare resource consumption by 4%", "unlockRatio": 0.3, "prices": [ { "name": "wood", "val": 500 }, { "name": "minerals", "val": 200 }, { "name": "gold", "val": 10 } ], "priceRatio": 1.15, "effects": { "fursDemandRatio": -0.04, "ivoryDemandRatio": -0.04, "spiceDemandRatio": -0.04, "tradeRatio": 0.015, "standingRatio": 0 }, "upgrades": { "challenges": [ "pacifism" ] }, "flavor": "I hope they have yarn" }, "mint": { "name": "mint", "label": "Mint", "description": "Produces luxurious resources proportional to your max catpower. Consumes catpower and a bit of gold.", "prices": [ { "name": "minerals", "val": 5000 }, { "name": "gold", "val": 500 }, { "name": "plate", "val": 200 } ], "priceRatio": 1.15, "effects": { "goldPerTickCon": -0.005, "manpowerPerTickCon": -0.75, "fursPerTickProd": 0.00875, "ivoryPerTickProd": 0.0021, "goldMax": 100 }, "lackResConvert": false, "unlockScheme": { "name": "gold", "threshold": 24 } }, "brewery": { "name": "brewery", "label": "Brewery", "description": "Brew catnip into a spicy drink. Boosts festival effects.", "unlockRatio": 0.2, "prices": [ { "name": "wood", "val": 1000 }, { "name": "culture", "val": 750 }, { "name": "spice", "val": 5 }, { "name": "parchment", "val": 375 } ], "priceRatio": 1.5, "effects": { "catnipPerTickCon": -1, "spicePerTickCon": -0.1, "festivalRatio": 0.01, "festivalArrivalRatio": 0.001, "manpowerRatio": 0 }, "effectsCalculated": {}, "togglable": true, "lackResConvert": false, "flavor": "Sir! Want some nip' in ya milk?", "unlocks": { "zebraUpgrades": [ "darkBrew" ] }, "unlockScheme": { "name": "chocolate", "threshold": 10 } }, "amphitheatre": { "name": "amphitheatre", "effects": { "unhappinessRatio": 0, "culturePerTickBase": 0, "cultureMax": 0 }, "stages": [ { "label": "Amphitheatre", "description": "Reduces negative effects of overpopulation by 5%. This effect stacks but has diminishing return. Produces culture.", "prices": [ { "name": "wood", "val": 200 }, { "name": "minerals", "val": 1200 }, { "name": "parchment", "val": 3 } ], "priceRatio": 1.15, "effects": { "unhappinessRatio": -0.048, "culturePerTickBase": 0.005, "cultureMax": 50 }, "stageUnlocked": true, "flavor": "Daily 'All Dogs Go to Heaven' showings" }, { "label": "Broadcast Tower", "description": "Generates culture and happiness. More effective with high energy production.", "prices": [ { "name": "iron", "val": 1250 }, { "name": "titanium", "val": 75 } ], "priceRatio": 1.18, "effects": { "unhappinessRatio": -0.75, "culturePerTickBase": 1, "cultureMax": 300 }, "stageUnlocked": false } ] }, "chapel": { "name": "chapel", "label": "Chapel", "description": "Produces a bit of culture and faith per tick. May be improved with religious upgrades", "prices": [ { "name": "minerals", "val": 2000 }, { "name": "culture", "val": 250 }, { "name": "parchment", "val": 250 } ], "priceRatio": 1.15, "effects": { "culturePerTickBase": 0, "faithPerTickBase": 0, "cultureMax": 0 } }, "temple": { "name": "temple", "label": "Temple", "description": "Temple of light. Produces culture. May be improved with Theology.", "prices": [ { "name": "gold", "val": 50 }, { "name": "slab", "val": 25 }, { "name": "plate", "val": 15 }, { "name": "manuscript", "val": 10 } ], "priceRatio": 1.15, "upgrades": { "buildings": [ "ziggurat" ] }, "effects": { "culturePerTickBase": 0, "faithPerTickBase": 0, "happiness": 0, "manpowerMax": 0, "scienceMax": 0, "cultureMax": 0, "faithMax": 0 }, "flavor": "All praise Ceiling Cat!" }, "unicornPasture": { "name": "unicornPasture", "label": "Unic. Pasture", "description": "Allows the taming of unicorns. Reduces catnip consumption by 0.15%", "unlockRatio": 0.3, "prices": [ { "name": "unicorns", "val": 2 } ], "priceRatio": 1.75, "effects": { "catnipDemandRatio": -0.0015, "unicornsPerTickBase": 0.001, "unicornsMax": 0 }, "flavor": "We glue horns on horses" }, "ziggurat": { "name": "ziggurat", "label": "Ziggurat", "description": "The dark legacy of the lost race. Every Ziggurat will improve your culture limits by 8%.<br>May have special usage once Theology is researched.", "unlockRatio": 0.01, "prices": [ { "name": "scaffold", "val": 50 }, { "name": "blueprint", "val": 1 }, { "name": "megalith", "val": 50 } ], "priceRatio": 1.25, "upgrades": { "buildings": [ "temple" ] }, "effects": { "cultureMaxRatio": 0.08, "unicornsMax": 0, "tearsMax": 0 } }, "chronosphere": { "name": "chronosphere", "label": "Chronosphere", "description": "Relocates small amount of resources through time. Can be upgraded further. Every Chronosphere increases the chance of Temporal Paradox.", "prices": [ { "name": "unobtainium", "val": 2500 }, { "name": "science", "val": 250000 }, { "name": "timeCrystal", "val": 1 }, { "name": "blueprint", "val": 100 } ], "priceRatio": 1.25, "effects": { "temporalParadoxChance": 0.01, "resStasisRatio": 0.015, "temporalFluxProduction": 0, "energyConsumption": 0 }, "upgrades": { "voidSpace": [ "cryochambers" ] } }, "aiCore": { "name": "aiCore", "label": "AI Core", "description": "FelineOS, a state of the art artificial intelligence. Absolutely harmless. Every level of upgrade will increase Core energy consumption by 75%.", "unlockRatio": 0.01, "prices": [ { "name": "antimatter", "val": 125 }, { "name": "science", "val": 500000 } ], "priceRatio": 1.15, "effects": { "gflopsPerTickBase": 0.02, "energyConsumption": 2 }, "upgrades": { "buildings": [ "library" ], "spaceBuilding": [ "moonBase" ] }, "unlockScheme": { "name": "cyber", "threshold": 5 }, "flavor": "I think we can purr our differences behind us. For science." }, "zebraOutpost": { "name": "zebraOutpost", "label": "Zebra Outpost", "description": "Provides a base for the hunting expeditions. Every level of upgrade improves expedition effectiveness by 5%", "unlockRatio": 0.01, "prices": [ { "name": "bloodstone", "val": 1 } ], "priceRatio": 1.35, "zebraRequired": 5, "effects": { "hunterRatio": 0.05, "manpowerMax": 5, "zebraPreparations": 0 }, "jammed": false, "upgrades": { "buildings": [ "zebraWorkshop" ] } }, "zebraWorkshop": { "name": "zebraWorkshop", "label": "Zebra Workshop", "description": "Unlocks various zebra upgrades", "unlockRatio": 0.01, "prices": [ { "name": "bloodstone", "val": 5 } ], "unlocks": { "zebraUpgrades": [ "darkRevolution" ] }, "priceRatio": 1.15, "zebraRequired": 10, "effects": { "manpowerMax": 25, "bloodstoneRatio": 0 }, "upgrades": { "buildings": [ "zebraWorkshop" ] } }, "zebraForge": { "name": "zebraForge", "label": "Zebra Forge", "description": "Unlocks the craft of bloodstones and t-mythril.", "unlockRatio": 0.01, "prices": [ { "name": "bloodstone", "val": 50 } ], "unlocks": { "crafts": [ "bloodstone", "tMythril" ], "zebraUpgrades": [ "whispers" ] }, "priceRatio": 1.15, "zebraRequired": 50, "effects": { "manpowerMax": 50, "tMythrilCraftRatio": 0.01 } }, "ivoryTemple": { "name": "ivoryTemple", "defaultUnlockable": true, "label": "Ivory Temple", "description": "Mystical temple where ivory is converted into minerals", "unlockRatio": 0.1, "prices": [ { "name": "tMythril", "val": 1 }, { "name": "ivory", "val": 100 } ], "priceRatio": 1.15, "effects": { "ivoryPerTickCon": 0, "mineralsPerTickProd": 0, "titaniumPerTickCon": 0, "alicornPerTickCon": 0, "tMythrilPerTick": 0, "manpowerMax": 10 }, "lackResConvert": false, "togglable": true } };