| @@ -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 = [ | |||