HuntersKeepers icon indicating copy to clipboard operation
HuntersKeepers copied to clipboard

Implement Team Rules and Allies

Open ChaelCodes opened this issue 4 years ago • 0 comments

Describe the Feature

Is your feature request related to a problem? Please describe. Some Hunters have Allies and Teams from moves or improvements. These allies have names, motivations, and characters of their own that should be recorded. Create a way to track which allies the character has.

Additional context Reference page 119 in the Monster of the Week book.

Describe the Technical Implementation of the Solution

Solution

  • Create a table named Allies
column name type description
name string name of Ally
motivation enum the one-word tag for the motivation of the team member
  • Create a table named Hunter_Allies
column name type description
team_name string the shared name for a team or crew
hunter_id reference reference to hunter that is allied with team member
ally_id reference reference to allies table
  • the Crew move in the Crooked generates a Team of Allies
  • Add a GainAlly Improvement
    • the Crooked has one of these
    • the Divine has one of these

References Any references to materials or help articles that may help in implementing this issue.

ChaelCodes avatar Apr 12 '20 14:04 ChaelCodes