feildmaster / UnderScript

Script for Undercards. An undertale fan-made game.
https://git.io/fxysg
4 stars 3 forks source link

'random' deck option #4

Open feildmaster opened 6 years ago

feildmaster commented 6 years ago

Allows for random (valid) deck to be selected

nwawrzyniak commented 5 years ago

Related: If the deck selection (not only soul selection) was accessible on the queue selection page Play it would reduces the need to switch to the Decks page between games when adapting to an expected matchup. This is often the case at times where only 4-5 people play and get queued against each other again and again, e.g. on the lowest levels (1-10) in Standard and on Diamond/Legend in Ranked.

EDIT: Maybe instead of showing the soul list with DETERMINATION, PATIENCE, BRAVERY etc there should be an overwritten, scrollable list showing all names of the decks (e.g. myDet1, myOtherDet, Face Patience, and at the bottom of the list 7 entries for random DETERMINATION deck, random PATIENCE deck and so on.

EDIT 2: Maybe worth to move to a new issue, but the implementation only has to be done once.

feildmaster commented 5 years ago

Sadly that's a lot of work, especially since decks aren't validated in any real way until you go to the Play page. (It only shows your souls that have a valid deck)

To do this would require programming basically everything in the Decks page, then a confirmation that the deck actually switched over to the new deck, then it would need to check if the deck is valid by loading the Play page again and checking if the soul is available.