# [[Riverside]] Riverside is a place by the river, and the town where we started. ## Locations ```dataview table description as "Description" from "ttrpgs/Return of the Green Death" WHERE contains(type,"place") and contains(location,"Riverside") SORT file.name ASC ``` ## NPCs ```dataview table description as "Description" from "ttrpgs/Return of the Green Death" WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Riverside") SORT file.name ASC ```