浏览代码

More upgrades

tags/v0.0.1
Fen Dweller 7 年前
父节点
当前提交
7b0df81e14
找不到此签名对应的密钥 GPG 密钥 ID: E80B35A6F11C3656
共有 1 个文件被更改,包括 50 次插入22 次删除
  1. +50
    -22
      constants.js

+ 50
- 22
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 = [


正在加载...
取消
保存