Fen Dweller
fca19703fa
Add stats for total food and for food from clicks
5 lat temu
Fen Dweller
be5d3b1b76
Add colors to more icons. Click upgrades get a two-icon combo
5 lat temu
Fen Dweller
c1872baf8f
Enable upgrades to have colored icons. Increase building requirements for prod upgrades
Upgrades are now unlocked at 1, 25, 50, 75, and 100 buildings.
5 lat temu
Fen Dweller
ccd0641ee2
Fix typo
5 lat temu
Fen Dweller
0a26d298f0
Add stats and options menus.
Stats can track a variety of things about the game, and are stored in the save.
The options menu lets you reconfigure things like your name and species.
5 lat temu
Fen Dweller
7e43e732b5
Use stats to decide whether to show powerup upgrades. Fix error if no save exists
5 lat temu
Fen Dweller
f40e0da5b5
Consolidate saved data to a single big record. Add mechanics for stats
5 lat temu
Fen Dweller
a3c70a279d
Add more food-rate based news, plus placeholders for the buildings
5 lat temu
Fen Dweller
9b66f42a60
Add a few more news items - cars to houses
5 lat temu
Fen Dweller
e565bbb980
Add some news items based on belongings
This also introduces fields for your name and species, but they cannot be
configured just yet
5 lat temu
Fen Dweller
0c802b3ae7
Add news based on food production.
This commit also adds a template for such news and makes
news item pop up more frequently
5 lat temu
Fen Dweller
fc60ecbc72
Fix the missing icon on the click powerup
5 lat temu
Fen Dweller
bf854e7c23
Add 10x click powerup
5 lat temu
Fen Dweller
754b49d3cd
Powerup upgrades now require power crystals
5 lat temu
Fen Dweller
9f6b2d9683
Add power crystal resources. Resource rates only appear if needed. Clicking powerups gives a power crystal
5 lat temu
Fen Dweller
83e78b60af
Add prerequisites to powerups. Create a template for "free X" powerups. Add free bus
The "free X" powerups now only appear if you have at least one of the item, and also stop appearing once you have 100
5 lat temu
Fen Dweller
c2313a5dd0
Nerf powerup frequency upgrades
Before, each one multiplied the time between spawns by 0.5
Now, they multiply the time by 0.75, then 0.78, then 0.81,
and so forth
5 lat temu
Fen Dweller
9746e5648d
Fix another busted upgrade - helper was wrong
5 lat temu
Fen Dweller
12b7a0093e
Fix more instances of accessing the wrong production values/mixing up numbers and objects
5 lat temu
Fen Dweller
c1693e8804
Freeze results of operations on costs. Fix prod upgrades not getting the food cost of buildings
5 lat temu
Fen Dweller
158a17b5fa
Deep-freeze the remaining configuration objects
Since I did not explain deep-freezing in the last commit..it essentially
makes an entire object read-only, meaning that instead of mangling important
data, badly written code will throw an error!
5 lat temu
Fen Dweller
5738659d8e
Change everything to use a dictionary of costs, rather than just numbers
This has broken quite a bit, since many parts of the game expect a scalar instead of
a whole object. I have also been deep freezing constant configuration data and, generally,
trying to make as much immutable as possible
5 lat temu
Fen Dweller
f92d1cbc04
Make the food powerup give 60 seconds of food production
5 lat temu
Fen Dweller
579f9e5b9c
Reformat the js files
5 lat temu
Fen Dweller
5bf01ccd68
Give powerup frequency upgrades their flavor text
5 lat temu
Fen Dweller
cd468417c6
Make powerups appear more slowly; add upgrades to speed them up
5 lat temu
Fen Dweller
7940442243
Add a powerup that doubles food production for 10 seconds
5 lat temu
Fen Dweller
89e0f6b167
Add mechanics for powerups with a duration
5 lat temu
Fen Dweller
e5f8743a2b
Give each powerup an icon; add a second powerup
5 lat temu
Fen Dweller
e77cf33cab
Create a set of powerups with effects/popup functions
5 lat temu
Fen Dweller
234c837a05
Allow news lines to use current belongings.
5 lat temu
Fen Dweller
de272b1b98
Set up conditional news items
5 lat temu
Fen Dweller
4927709153
Add flavor text for the remaining upgrades
5 lat temu
Fen Dweller
a6beff0a16
Fix plural form for galaxies
5 lat temu
Fen Dweller
135e2657e5
Add more upgrade descriptions
5 lat temu
Fen Dweller
879930977b
Add click-victim upgrades for every building
5 lat temu
Fen Dweller
3805e6df24
Set up a generator for click-vicitm upgrades
5 lat temu
Fen Dweller
eb04231182
Try out letting the player eat different building tiers (just anthros atm)
5 lat temu
Fen Dweller
119d4e3741
Set up the helper upgrades to be generated automatically
5 lat temu
Fen Dweller
8c72689aff
Give *towns* a unique icon. Not apartments.
5 lat temu
Fen Dweller
87af142065
Give Towns a unique icon
5 lat temu
Fen Dweller
22ac7cdd4c
Switch to fontawesome icons
5 lat temu
Fen Dweller
540d84e8a4
Show icons on buildings and upgrades..or, at least, on micros
5 lat temu
Fen Dweller
9a1c34400e
Give descriptions to more upgrades
5 lat temu
Fen Dweller
9d388adeca
Add some more upgrades and upgrade text
5 lat temu
Fen Dweller
56c8fb2560
Reintroduced buildings I accidentally deleted. Added missing upgrades
6 lat temu
Fen Dweller
eb1ef7b553
Added popup when clicking. Fixed click bonus not updating on purchase
6 lat temu
Fen Dweller
9075fe09a0
Added click bonuses
6 lat temu
Fen Dweller
0e65f4a9e3
Fixed prod-all upgrades being broken
7 lat temu
Fen Dweller
0f0b080606
Fixed broken upgrade
7 lat temu