tukkek / infojack

Free browser-based cyberpunk roguelike based on OGL Cybernet rules
https://tukkek.github.io/infojack/
GNU General Public License v2.0
8 stars 0 forks source link

Lifestyle #28

Open tukkek opened 7 years ago

tukkek commented 7 years ago

Lifestyle (rolls every month)

Budget DC7 (max reputation: 3)
Average DC9 (max reputation: 5)
Upscale DC11 (max reputation: 8)

Housing (unlock after reaching upscale, pay once and maintain lifestyle)

Small condo 28 (max reputation: 10)
Large condo 30 (max reputation: 13)
House 32 (max reputation: 15)
Large house 34 (max reputation: 18)
Mansion 36 (max reputation: 20)

The idea is that the player needs to upgrade to Mansion to win the game. He upgrades one by one and wins when buying a mansion (shows highscore).

When upgrading from housing, sells the old one away after the transaction is done.

Game#day=1 //day from beginning of game
Game#cities[]
City#lifestyle
tukkek commented 7 years ago

Food (roll daily):

Fab food (DC2): likely to render you undernourished (6/12). Family restaurant (DC4): risk of food poisoning (4/12) Upscale restaurant (DC7): less risk of food poisoning (2/12) Fancy restaurant (DC9): minimal risk of food poisoning (1/12);

Disease and poison rolls are made daily, but are .multiplied by a 1/30 chance.

tukkek commented 7 years ago
Lifestyle#passtime(boolean defendhaven,boolean payforfood) //rent always has to be paid
tukkek commented 7 years ago

A player should be able to sell an owned property for money (going back to level 0). This is useful if he's going to move to anew city or something like that.

This should also be done for him if he is going to lose the game due to lack of money - but in that case only the local property can be sold.

tukkek commented 6 years ago

Game ends when reaching reputation 20.