ChaelCodes / HuntersKeepers

An app to make managing games of Monster of the Week easier.
MIT License
40 stars 26 forks source link

Chosen can remove tags in Backstory #264

Open ChaelCodes opened 3 years ago

ChaelCodes commented 3 years ago

Describe the Feature

The Chosen and Spooky have access to an improvement that removes Doom/Dark side tags. We need to implement an abstract version that allow hunters to remove certain tags from their backstory.

Additional context

Delete one of your Doom tags, and (optionally) one of your Heroic tags. You have changed that aspect of your destiny.

Chosen Improvement

You discover how to use your powers at a lower price. Delete one dark side tag permanently.

Spooky Improvement

Describe the Technical Implementation of the Solution

Solution Create a new Improvements::RemoveTag to remove tags from the choices field HunterBackstory. Improvement examples. They're typically paired with Services to actually change the Hunter.

References