diff --git a/ET/Web/wwwroot/docs/notes-index.json b/ET/Web/wwwroot/docs/notes-index.json index ed9b79c..7218bb6 100644 --- a/ET/Web/wwwroot/docs/notes-index.json +++ b/ET/Web/wwwroot/docs/notes-index.json @@ -158,8 +158,9 @@ "category": "Region" }, { - "slug": "forest", - "title": "Forest" + "slug": "forest-regions", + "title": "Forest Regions", + "category": "RegionType" }, { "slug": "gauzeblade", @@ -200,8 +201,8 @@ "category": "Region" }, { - "slug": "grasslands", - "title": "Grasslands" + "slug": "grass-regions", + "title": "Grass Regions" }, { "slug": "guide", @@ -221,10 +222,6 @@ "slug": "injury-cards", "title": "Injury Cards" }, - { - "slug": "lake", - "title": "Lake" - }, { "slug": "losing-the-game", "title": "Losing the Game" @@ -328,8 +325,8 @@ "title": "Ranger Meeples" }, { - "slug": "region-type", - "title": "Region Type" + "slug": "region-types", + "title": "Region Types" }, { "slug": "research-station", @@ -486,6 +483,10 @@ "title": "Water 5", "category": "Region" }, + { + "slug": "water-regions", + "title": "Water Regions" + }, { "slug": "weather", "title": "Weather" diff --git a/ET/Web/wwwroot/docs/notes/forest-regions.md b/ET/Web/wwwroot/docs/notes/forest-regions.md new file mode 100644 index 0000000..560c531 --- /dev/null +++ b/ET/Web/wwwroot/docs/notes/forest-regions.md @@ -0,0 +1,3 @@ +--- +category: RegionType +--- diff --git a/ET/Web/wwwroot/docs/notes/grass-regions.md b/ET/Web/wwwroot/docs/notes/grass-regions.md new file mode 100644 index 0000000..0f1c9ce --- /dev/null +++ b/ET/Web/wwwroot/docs/notes/grass-regions.md @@ -0,0 +1,2 @@ +Default region that has [[Lone Tree Station]] and [[Spire]]. + diff --git a/ET/Web/wwwroot/docs/notes/grasslands.md b/ET/Web/wwwroot/docs/notes/grasslands.md deleted file mode 100644 index ec782bf..0000000 --- a/ET/Web/wwwroot/docs/notes/grasslands.md +++ /dev/null @@ -1,2 +0,0 @@ -Default region that has [[Lone Tree Station]]. - diff --git a/ET/Web/wwwroot/docs/notes/lake.md b/ET/Web/wwwroot/docs/notes/lake.md deleted file mode 100644 index e69de29..0000000 diff --git a/ET/Web/wwwroot/docs/notes/region-type.md b/ET/Web/wwwroot/docs/notes/region-type.md deleted file mode 100644 index e69de29..0000000 diff --git a/ET/Web/wwwroot/docs/notes/region-types.md b/ET/Web/wwwroot/docs/notes/region-types.md new file mode 100644 index 0000000..b6a452c --- /dev/null +++ b/ET/Web/wwwroot/docs/notes/region-types.md @@ -0,0 +1,3 @@ +[[Forest Regions]] +[[Water Regions]] +[[Grass Regions]] \ No newline at end of file diff --git a/ET/Web/wwwroot/docs/notes/terrain-cards.md b/ET/Web/wwwroot/docs/notes/terrain-cards.md index 839ef69..8bc6ff2 100644 --- a/ET/Web/wwwroot/docs/notes/terrain-cards.md +++ b/ET/Web/wwwroot/docs/notes/terrain-cards.md @@ -6,9 +6,9 @@ Cards you draw when exploring the matching region. Each Terrain type appears to be spread out across 5 regions in the map, the exception being [[Wasteland]] which is just 1 location to the west. # Categories -![[Lake]] -![[Grasslands]] -![[Forest]] +![[Water Regions]] +![[Grass Regions]] +![[Forest Regions]] ![[Mountain]] ![[Wasteland]] diff --git a/ET/Web/wwwroot/docs/notes/terrain-deck.md b/ET/Web/wwwroot/docs/notes/terrain-deck.md index 300b568..fa858de 100644 --- a/ET/Web/wwwroot/docs/notes/terrain-deck.md +++ b/ET/Web/wwwroot/docs/notes/terrain-deck.md @@ -1,4 +1,4 @@ -A collection of [[Terrain Cards]] that belong to a certain [[Region Type]]. +A collection of [[Terrain Cards]] that belong to a certain [[Region Types]]. The default Terrain Deck is comprised of a default deck of [[Terrain Cards]]. diff --git a/ET/Web/wwwroot/docs/notes/forest.md b/ET/Web/wwwroot/docs/notes/water-regions.md similarity index 100% rename from ET/Web/wwwroot/docs/notes/forest.md rename to ET/Web/wwwroot/docs/notes/water-regions.md