From 7b0df81e14270ecf7ab8940ddfc7153ba0b6321a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 22 Jul 2018 19:18:09 -0500 Subject: [PATCH] More upgrades --- constants.js | 72 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 50 insertions(+), 22 deletions(-) diff --git a/constants.js b/constants.js index 9f6aa3a..9acaeac 100644 --- a/constants.js +++ b/constants.js @@ -141,28 +141,6 @@ const effect_types = { } let upgrades = { - "car-prod-1": { - "name": "High Occupancy Vehicles", - "desc": "Think of the environment! Think of the gigantic monster's hunger!", - "cost": { - "food": buildings.car.cost * 5 - }, - "effects": [ - { - "type": "prod", - "target": "car", - "amount": 2, - } - ], - "prereqs": { - "buildings": { - "car": 10 - }, - "upgrades": [ - "anthro-prod-1" - ] - } - }, "anthro-help-micro-1": { "name": "Servants", "desc": "Why bother walking anywhere, really?", @@ -310,6 +288,56 @@ let prodUpgradeText = { "desc": "Educating prey on basic food etiquette helps reduce maw congestion and speeds digestion by 27%." } ], + "car": [ + { + "name": "HOV Lane", + "desc": "Think of the environment! And of your impending digestion, I guess." + }, + { + "name": "Lightweight Frames", + "desc": "Although crunchy, the shell around the snacks isn't very appetizing." + }, + { + "name": "Traffic Engineering", + "desc": "Maximizing throughput into your gullet." + }, + { + "name": "Super Highways", + "desc": "Six lanes! Fresh pavement! A ravenous maw!" + }, + { + "name": "Stacked Cars", + "desc": "When we couldn't make the roads any wider, we tried stacking the cars higher." + } + ], + "bus": [ + { + "name": "Bus Passes", + "desc": "Save on greenhouse emissions. Save your predator's effort. Everyone wins!" + }, + { + "name": "Double Deckers", + "desc": "Stack 'em up! Slurp 'em down!" + }, + { + "name": "Articulated Buses", + "desc": "The bend really helps them slip down your throat." + } + ], + "house": [ + { + "name": "Remodeling", + "desc": "Strip out that icky asbestos." + }, + { + "name": "" + } + { + "name": "Suburbia", + "desc": "It's like a buffet line!" + }, + + ] } let prodAllUpgradeText = [