SpencerTSterling / CatClicker

0 stars 0 forks source link

Buildings list #1

Open SpencerTSterling opened 8 months ago

SpencerTSterling commented 8 months ago

In the game Cookie Clicker, buildings are items that generate cookies automatically that can be purchased with cookies.

A list of potential "buildings" that will add to the total Kitty counter or Kitties per second.

Every time a building is purchased, the price of it increases. The price is relative to the level, or the amount of buildings already owned. So there is a "base cost" and a general "cost" for every building.

SpencerTSterling commented 8 months ago

An idea for base"cats per second" each building would produce. Cursor: 1/sec Treat Bag: 2/sec Catnip Garden: 8/sec Milk Bar: 10/sec Fish Market: 15

Price Formula: base cost * 1.15^M (where M is the number of that building owned)