daviscodesbugs / gamepiece-json

A collection of json files describing the pieces of board games
GNU General Public License v3.0
12 stars 33 forks source link

Add operation.json #7

Closed SMaguina closed 7 years ago

daviscodesbugs commented 7 years ago

Not super familiar with operation, is "doctor cards" only one card, or a deck?

SMaguina commented 7 years ago

It's a deck of cards (24 to be exact). Do you want that included as 24 counts?

daviscodesbugs commented 7 years ago

If you could make it "total_count": 24 and then separate it out by cards. The idea is that I could get my operation game and figure out what cards I'm missing from my game.

SMaguina commented 7 years ago

It's a fun game! I have updated the .json file to include the card names and count for each. The cards direct the player to which ailment to cure.

daviscodesbugs commented 7 years ago

Looks good, I'll merge it in as is and close this PR. If you'd like to expand out "play money" as well, I'd appreciate it! Good work 👌 Merging