This commit is contained in:
2026-06-10 22:11:00 -04:00
parent 43be7d4ddc
commit 7291c3565f
7 changed files with 370 additions and 42 deletions
@@ -0,0 +1,9 @@
---
category: Task
status: Done
---
Create me an image that will represent a map that a player can travel all.
Area's a player can travel to are called regions. Find the region data by checking the markdown files with the category of region in their front matter.
The connection frontmatter are how the region connects. Make the regions circles, and draw lines between regions on where they connect. Use the X and Y frontmatter to determine the placement of the regions.