toconnell / kdm-manager

An interactive campaign manager for the game "Monster", by Kingdom Death. Development blog and release notes at https://blog.kdm-manager.com This project has no affiliation with Kingdom Death and is a totally independent, fan-maintained project.
http://kdm-manager.com
Other
26 stars 11 forks source link

Enhancement: Copies of Cards #522

Closed superpowered closed 5 years ago

superpowered commented 5 years ago

I may put in a PR to add this when I have the time to count them and make it, but I thought I'd just post the issue first.

It would be really useful, specifically on the resources (and possibly the gear) to have a count for how many copies the game ships with, as this affects the chances of drawing a specific card from a shuffled deck.

"_question_marks": {
    "selector_text": "???",
    "handle": "_question_marks",
    "name": "???",
    "rules": [

    ],
    "type_pretty": "Resources",
    "keywords": [
      "organ",
      "hide",
      "bone",
      "consumable"
    ],
    "sub_type_pretty": "Basic Resources",
    "type": "resources",
    "sub_type": "basic_resources",
    "desc": "You have no idea what monster bit this is. Can be used as a bone, organ, or hide!",
    "copies": 2
  }
toconnell commented 5 years ago

Yeah, I can dig it: using it for deck automation and all that.

If you end up doing the PR, I'll definitely take a look at it.

toconnell commented 5 years ago

Handling this on https://github.com/toconnell/kdm-manager/pull/523

Closing this one out.