# The World of Alice Is Missing ## Player Characters %% ```dataview TABLE embed(token) as "Token", gender, race, class, description as "Description" FROM "ttrpgs/Alice Is Missing" WHERE type = "PC" ``` %% ## Sessions %% ```button name Add New Session type note(TTRPGs/Alice Is Missing/001_20230924, split) template action session-player templater true ``` ^button-addsession ```dataview table embed(art) as "Art", summary as "Summary" from "ttrpgs/Alice Is Missing" where contains(type,"session") SORT sessionNum DESC ``` %% - [[001_20230924]] ## Truths about the campaign/world *Write down some facts about this campaign or the world that the characters find themselves in.* - ## Factions ```dataview TABLE description as "Description" from "ttrpgs/Alice Is Missing" WHERE contains(lower(type),"faction") ``` ## Custom rules - [[Character options]] - [[Alice Is Missing House rules]] ## [[Alice Is Missing Safety Tools]]