> [!column|flex no-title] >> [!menu-dark-red|ttl-c] [[Obsidian TTRPG Tutorials]] / [[Plugin Tutorials]] / [[Obsidian TTRPG Tutorials/Plugin Tutorials/Text Generator/Text Generator|Text Generator]] / [[Obsidian TTRPG Tutorials/Plugin Tutorials/Text Generator/Generate Apothecary|Generate Apothecary]] > [!column|4 no-title] >> [!menu-green-1|ttl-c] [[Getting Started]] > >> [!menu-green-2|ttl-c] [[Plugin Tutorials]] > >> [!menu-green-3|ttl-c] [[Community Supported Games]] > >> [!menu-green-4|ttl-c] [[Obsidian TTRPG Tutorials/Templates/Templates\|Templates]] > [!column|3 no-title] >> [!patreon|ttl-c] [Patreon](https://www.patreon.com/JPlunkett) ([Starter Vault](https://www.patreon.com/posts/obsidian-patreon-96801399)) > >> [!discord|ttl-c] [Obsidian TTRPG Community Discord](https://discord.gg/CdM9UCJdwU) > >> [!discord|ttl-c] [Obsidian Official Discord](https://discord.gg/8AF29UBUCa) <br> > [!tip]- Example Output > **Example 1** > ![[Pasted image 20230714003241.png]] > **Example 2** > ![[Pasted image 20230714003333.png]] > [!tip]- Example Output > **Example 1** > ![[Pasted image 20230714003503.png]] > **Example 2** > ![[Pasted image 20230714003622.png]] ````yaml --- PromptInfo: promptId: GenApothecary name: 🎲 Generate Apothecary Shop ☘️ description: Generate a fantasy magic shop. author: JoshP tags: fantasy, ttrpg version: 0.0.1 --- {{#if selection}} Use this Information for flavoring the Prompt: *Main Focus* {{title}} ({{type}}: {{#each sum}} - {{this}} {{/each}} {{selection}} *Less important things, but maybe helpful in Context*: {{#each children}} {{#if frontmatter.sum}} {{this.basename}}: {{#each frontmatter.sum}} - {{this}} {{/each}} {{/if}} {{/each}} Use the above information JUST FOR CONTEXT. Come up with new Ideas inspired by the things above, but do not just iterate things from above {{/if}} ## prompt: Store Name Prompt: Store Name and description of a small fantasy shop that sells Apothecary items such as potions. ### Prompt: Store Keeper Name Prompt: Provide a description of the store owner and any employees here. What is the store owner doing when the players walk in? ## Wares Prompt: Create a table in Markdown here of 10 random general Apothecary items that might be found in a generic fantasy shop. The items should come from the list of items in Dungeons and Dragons 5th Edition. Please include 4 potions in the list that are common or uncommon. The other items should be mainly uncommon or rare with 1 very rare item. Please include columns for: Item Name, Rarity, Type, Cost, a 1 line description and a source acronym. Please format the item name as a link by formatting it like this [[item name]]. ````