Skip to content

Latest commit

 

History

History
103 lines (94 loc) · 1.65 KB

Home.md

File metadata and controls

103 lines (94 loc) · 1.65 KB
created
2023-07-07 11:29

![[adventure banner here.jpg]]

![[cypher-system.png|right|150]] ![[tiny-dungeon-2e.webp|right|150]]

[!abstract]- The Adventure Seed Add the adventure seed here. Give a rough overview of the general plot - what's happening, what the characters are supposed to do, etc

Scenes

name Create new scene
type command
action Quickadd: New Scene

^button-new-scene

List
From -"_templates"
Where contains(file.tags, "scene") 
Sort file.name desc

Characters

name Create new character
type command
action Quickadd: New Character

^button-new-character

List 
From -"_templates"
Where contains(file.tags, "character")
Sort file.name

Maps

name Create new map
type command
action Quickadd: New Map

^button-new-map

List 
From -"_templates"
Where contains(file.tags, "map")
Sort file.name

Creatures

name Create new creature
type command
action Quickadd: New Creature

^button-new-creature

List
From -"_templates"
Where contains(file.tags, "creature") 
Sort file.name

Setting

name Create new setting detail
type command
action Quickadd: New Setting

^button-new-setting

List 
From -"_templates"
Where contains(file.tags, "setting")
Sort file.name

Places

name Create new place
type command
action Quickadd: New Place

^button-new-place

List 
From -"_templates"
Where contains(file.tags, "place")
Sort file.name

Mechanics

List
From -"_templates"
Where contains(file.tags, "mechanics") 
Sort file.name