%% parent:: [[62.04.05 NPCs]] campaign-description: : The local farmer who found an unconscious [[Vartan Silverbow]] on the outskirts of [[Greenest]]. token: : %% # Joe > [!overview] > **Race: ** (race:: Human) > **Gender: ** (gender:: Male) > **Pronouns: ** (pronouns:: he/him) > > --- > **Known locations: ** (campaign-location:: [[Greenest]]) > **Languages:** (languages:: [[Common]]) > **Faction: ** (faction:: Unknown) > **Status:** (campaign-status:: 🫀) > **Relationship status:** (relationship-status:: 🟡) ## Notes - The local farmer who found an unconscious [[Vartan Silverbow]] on the outskirts of [[Greenest]]. - Mumbles a lot. --- ## Sessions ### Active ```dataview LIST FROM "60 Games/62 Campaigns/62.04 Hoard of the Dragon Queen/02 Sessions" WHERE contains(npc_active, this.file.link) SORT file.name asc ``` ### Mentioned ```dataview LIST FROM "60 Games/62 Campaigns/62.04 Hoard of the Dragon Queen/02 Sessions" WHERE contains(npc_discussed, this.file.link) SORT file.name asc ```