Fen Dweller
754b49d3cd
Powerup upgrades now require power crystals
5 年之前
Fen Dweller
9f6b2d9683
Add power crystal resources. Resource rates only appear if needed. Clicking powerups gives a power crystal
5 年之前
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 年之前
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 年之前
Fen Dweller
9746e5648d
Fix another busted upgrade - helper was wrong
5 年之前
Fen Dweller
12b7a0093e
Fix more instances of accessing the wrong production values/mixing up numbers and objects
5 年之前
Fen Dweller
c1693e8804
Freeze results of operations on costs. Fix prod upgrades not getting the food cost of buildings
5 年之前
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 年之前
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 年之前
Fen Dweller
f92d1cbc04
Make the food powerup give 60 seconds of food production
5 年之前
Fen Dweller
579f9e5b9c
Reformat the js files
5 年之前
Fen Dweller
5bf01ccd68
Give powerup frequency upgrades their flavor text
5 年之前
Fen Dweller
cd468417c6
Make powerups appear more slowly; add upgrades to speed them up
5 年之前
Fen Dweller
7940442243
Add a powerup that doubles food production for 10 seconds
5 年之前
Fen Dweller
89e0f6b167
Add mechanics for powerups with a duration
5 年之前
Fen Dweller
e5f8743a2b
Give each powerup an icon; add a second powerup
5 年之前
Fen Dweller
e77cf33cab
Create a set of powerups with effects/popup functions
5 年之前
Fen Dweller
234c837a05
Allow news lines to use current belongings.
5 年之前
Fen Dweller
de272b1b98
Set up conditional news items
5 年之前
Fen Dweller
4927709153
Add flavor text for the remaining upgrades
5 年之前
Fen Dweller
a6beff0a16
Fix plural form for galaxies
5 年之前
Fen Dweller
135e2657e5
Add more upgrade descriptions
5 年之前
Fen Dweller
879930977b
Add click-victim upgrades for every building
5 年之前
Fen Dweller
3805e6df24
Set up a generator for click-vicitm upgrades
5 年之前
Fen Dweller
eb04231182
Try out letting the player eat different building tiers (just anthros atm)
5 年之前
Fen Dweller
119d4e3741
Set up the helper upgrades to be generated automatically
5 年之前
Fen Dweller
8c72689aff
Give *towns* a unique icon. Not apartments.
5 年之前
Fen Dweller
87af142065
Give Towns a unique icon
5 年之前
Fen Dweller
22ac7cdd4c
Switch to fontawesome icons
5 年之前
Fen Dweller
540d84e8a4
Show icons on buildings and upgrades..or, at least, on micros
5 年之前
Fen Dweller
9a1c34400e
Give descriptions to more upgrades
5 年之前
Fen Dweller
9d388adeca
Add some more upgrades and upgrade text
5 年之前
Fen Dweller
56c8fb2560
Reintroduced buildings I accidentally deleted. Added missing upgrades
6 年之前
Fen Dweller
eb1ef7b553
Added popup when clicking. Fixed click bonus not updating on purchase
6 年之前
Fen Dweller
9075fe09a0
Added click bonuses
6 年之前
Fen Dweller
0e65f4a9e3
Fixed prod-all upgrades being broken
7 年之前
Fen Dweller
0f0b080606
Fixed broken upgrade
7 年之前
Fen Dweller
7b0df81e14
More upgrades
7 年之前
Fen Dweller
d106360c9c
Fixed missing prereqs for prod upgrades. Added more of them
7 年之前
Fen Dweller
6d27837766
Standard upgrades (prod/prod-all) are now automatically generated.
7 年之前
Fen Dweller
002d52c5c2
Added new helper effect; adjusted number rendering
7 年之前
Fen Dweller
a9bd5d1590
Upgrades can have many effects. Effects are grouped by type for ease of use.
7 年之前
Fen Dweller
d69855a52b
Fixed display of prod upgrades, adjusted numbers
7 年之前
Fen Dweller
18f2c3fc83
Fixed prod-all upgrades being just..broken
7 年之前
Fen Dweller
87a76f2aeb
Prod-all upgrades, fixed application of prod upgrades, fixed polyfill whoops
7 年之前
Fen Dweller
d14e3ed709
Upgrades require each other. Only reachable ones are shown
7 年之前
Fen Dweller
830d61a76a
Upgrades have a name now, and expand better
7 年之前
Fen Dweller
49e806605c
Buildings have tooltips, and also have descriptions
7 年之前
Fen Dweller
81687b1a9c
Upgrade for anthros, fixes to layout, micro upgrades buff clicks
7 年之前
Fen Dweller
e14143dace
Upgrades have prerequisites. The game only checks for upgrades that are not owned
7 年之前