lesserfish / GCCG-Restoration

Restoration project for GCCG, and old-school card collecting game.
GNU General Public License v2.0
0 stars 0 forks source link

Roll command only accepts 1d6, 2d6, 1d2 or 1dK. #1

Open lesserfish opened 9 months ago

lesserfish commented 9 months ago

Implementing a roll function that accepts any dice in the format NdM should be relatively straightforward.

Just change the Roll() function in server.functions.

lesserfish commented 9 months ago

It would be cool if we could also show images for standard dice (d4, d6, d8, d12).

Weirdly, the dice images are loaded in the C++, at: https://github.com/lesserfish/GCCG-Restoration/blob/main/Source/latest/src/client.cpp#L84-L94

But it seems like it would be easy to add additional images.