Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build players store #9

Open
SobieskiCodes opened this issue Jul 9, 2024 · 11 comments
Open

Build players store #9

SobieskiCodes opened this issue Jul 9, 2024 · 11 comments
Labels
build implementation A build order item page Indicates a page to be worked on phase 1 Part of build implementation phase 1

Comments

@SobieskiCodes
Copy link
Member

SobieskiCodes commented Jul 9, 2024

The player store will be where the player creates and operates their very own aquarium store.
Here you will be able to place aquariums, store supplies and decorations for visitors - as well as purchase upgrades.
You start with a small shop (the background should change) and as you buy upgraded size / space the background changes and you have a bigger grid to place items)

Items in the store include:
Lucky pig (update item to be something along the lines of - place in shop to gain % upgrade permanently, does not stack - only one may apply)
Store space expansion
Aquariums (space / gallons)
Stands / Decorations

@SobieskiCodes SobieskiCodes added the build implementation A build order item label Jul 9, 2024
@SobieskiCodes
Copy link
Member Author

Question 1: should the "map" start in the middle and just grow one layer at time per upgrade?

@SobieskiCodes
Copy link
Member Author

SobieskiCodes commented Jul 9, 2024

Question 2: should we require space between items? ie two rows to "walk"?

@SobieskiCodes
Copy link
Member Author

Question 3: do items purchased here need their own inventory? or do we force them to work with the space they've got?
Can these items go in the normal inventory? can we do a right click -> move to inventory and vice versa - right click "place in shop store"?

i think if we do it the latter way it gives us room to add items as drops as well as not have to worry about multiple inventory systems. (same for the player tbh)

@SobieskiCodes SobieskiCodes added phase 1 Part of build implementation phase 1 page Indicates a page to be worked on labels Jul 9, 2024
@SobieskiCodes
Copy link
Member Author

The tutorial / introduction system should be here.

@SobieskiCodes SobieskiCodes added this to the Players shop / Home v1 milestone Jul 9, 2024
@SobieskiCodes
Copy link
Member Author

xp / cash is granted once a day at the end of the day, by the stats of the "store" at that time.

users should be able to "assign" the type of fish in teh aquariums, whether this is total volume or tank specific im not sure yet.

so they'll needto be able to buy fish from the shop as well.
shrimp 0 / 20 assigned
guppies 10 / 10 assigned

total aquarium volume for fish space (better worded but): 20/20
(each guppy takes up two slots)
(or maybe shrimp take .5 who etc)

heat should play a role.
food should play a role

specality item should be autofeeder. (attach it to your aquarium)
(omg we can have it so the items attach to the aquariums!)

filters should have a bio load they can clean daily
fish should have a bioload they produce daily - this should effect your income.

heaters should have a high and low, some only doing colder rangers
we should add chill boxes.

lights should have different brightness perhaps? or more coverage? im not sure what to do about these yet.

hovering over an aquarium should show all the stats ^

@SobieskiCodes
Copy link
Member Author

tabs could be
shop -> dry goods -> / tanks ->
live -> fish etc.
foods ->
chemicals / other goods? ->
inventory ->
should show heaters / filters etc that can be equipped (i think we use the right click menu here -> equip -> pick tank -> equip)
stats ->
show profit / xp per day.
show the total amount of fish space occupied
show your total fish inventory stock
show quality of stats overall like feeding / water quality etc, maybe have a "display" screen that just displays them in grid with ratings/stars, idk.

@SobieskiCodes
Copy link
Member Author

"iron man" mode could have random events like heaters breaking / aquarium leaks / diesaese etc on top of no market lol

@SobieskiCodes
Copy link
Member Author

each "upgrade" of "space" should change the background and move the inventory box properly to match the background.
We can start at a basement, then garage, warehouse, storefront -> (maybe increases are more than 1x1 increases since we only have 3 steps right now, though we should plan for bigger. maybe you just get "additional" warehouse space at some point? you click it and it pops up like an "inventory" you can manage over top of the current div lol)

@SobieskiCodes
Copy link
Member Author

fix border / placement issues
including overlap & off the board.

ensure you can move / swap things around.
(seems we need to rename components at this point lol, or have folders like i originally had lol)

@SobieskiCodes
Copy link
Member Author

fix bug when you buy the increased size where it wipes your current structure - there is no need for that :(

@SobieskiCodes
Copy link
Member Author

we should have temps of some type perhaps even weather.
We could have it pick random real temps within 5degrees or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build implementation A build order item page Indicates a page to be worked on phase 1 Part of build implementation phase 1
Projects
None yet
Development

No branches or pull requests

1 participant