This commit is contained in:
6d486f49
2026-06-11 17:06:58 -04:00
parent b0fdabbe67
commit 7713f3b7ec
13 changed files with 99 additions and 26 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
category: Task
status: Working On
status: Done
---
Look at the docs/Overview.md file.
+24
View File
@@ -0,0 +1,24 @@
---
category: Task
status:
---
At the start of a game, we have 1 flora added to each region, except [[Grass 1]], [[Grass 2]], and [[Wasteland 1]]. Let's also assume we exclude [[Mountain 1]], [[Mountain 2]], [[Mountain 3]], [[Mountain 4]], [[Mountain 5]].
Then we add a random combination of [[Predator Meeples]], [[Prey Meeples]], and [[Flora Meeples]] to each board. Up to a total of three, and down to a total of 1.
Examples could be:
- 2 [[Prey Meeples]]
- 1 [[Predator Meeples]]
- 2 [[Flora Meeples]], 1 [[Predator Meeples]]
No duplicates of combinations can be used.
On each turn, we can randomly activate one of those [[Ecology]] meeple types in 1 to 3 random [[Region Types]]. Such as activating all [[Flora Meeples]] in [[Water Regions]], and all [[Predator Meeples]] in [[Forest Regions]].
See the [[Activate Prey Ecology]], [[Activate Predator Ecology]], and [[Activate Flora Ecology]] markdown files for the rules of what an activation does.
We are going to simulate 20 turns. Allow the user to click prev and next in the timeline to see the next simulated turn.
In theory, the world will get fully over ran with predators, given we are currently not considering events that remove predators, or the fact that the players will remove predators.
Add a UI button to randomize the [[Ecology]] activation events in the timeline.
+149
View File
@@ -0,0 +1,149 @@
views:
- type: kanban-view
name: Table
filters:
and:
- category == "Task"
order:
- file.name
- status
columnOrders:
file.file:
- Bases/Event.base
- Bases/Regions.base
- Bases/Terrain.base
- Bases/_Gear.base
- Bases/_Roles.base
- Images/Contents.png
- Images/Event Card Example 2.png
- Images/Event Card Example.png
- Images/Map 1.png
- Images/Map.png
- Images/Market Deck.png
- Images/Market Example.png
- Images/Pasted image 20260609163414.png
- Images/Pasted image 20260609163625.png
- Images/Pasted image 20260609163839.png
- Images/Pasted image 20260609170252.png
- Images/Pasted image 20260609170321.png
- Images/Pasted image 20260609170335.png
- Images/Pasted image 20260609211711.png
- Images/Role Example 2.png
- Images/Role Example.png
- Images/Table MVP Example.png
- Notes/Awareness.md
- Notes/Cache Map.md
- Notes/Card Library.md
- Notes/Contents.md
- Notes/Crisis Markers.md
- Notes/Crisis Resolution.md
- Notes/Crisis.md
- Notes/Dirt Roads.md
- Notes/Dolewood Canoe.md
- Notes/E.03.md
- Notes/Ecology.md
- Notes/Endeavor Tokens.md
- Notes/Energy Tokens.md
- Notes/Event Cards.md
- Notes/Events.md
- Notes/Explore Phase.md
- Notes/Ferinodex.md
- Notes/Flora Meeples.md
- Notes/Forest 1.md
- Notes/Forest 2.md
- Notes/Forest 3.md
- Notes/Forest 4.md
- Notes/Forest 5.md
- Notes/Forest.md
- Notes/Gauzeblade.md
- Notes/Gear Cards.md
- Notes/Grass 1.md
- Notes/Grass 2.md
- Notes/Grass 3.md
- Notes/Grass 4.md
- Notes/Grass 5.md
- Notes/Grasslands.md
- Notes/Hidden Trail Map.md
- Notes/Injury Cards.md
- Notes/Lake.md
- Notes/Losing the Game.md
- Notes/Market.md
- Notes/Mountain 1.md
- Notes/Mountain 2.md
- Notes/Mountain 3.md
- Notes/Mountain 4.md
- Notes/Mountain 5.md
- Notes/Mountain.md
- Notes/Paratrepsis Whistle.md
- Notes/Paved Roads.md
- Notes/Perfect Day 1.md
- Notes/Phonoscopic Headset.md
- Notes/Player Boards.md
- Notes/Player Meeples.md
- Notes/Predator Meeples.md
- Notes/Prepare Phase.md
- Notes/Press On.md
- Notes/Prey Meeples.md
- Notes/Progress.md
- Notes/Ranger Badges.md
- Notes/Ranger Meeples.md
- Notes/Research Station.md
- Notes/Rest.md
- Notes/Role Cards.md
- Notes/Round.md
- Notes/Ruins Map.md
- Notes/Scout.md
- Notes/Story.md
- Notes/Supply.md
- Notes/Terrain 2.md
- Notes/Terrain 3.md
- Notes/Terrain Cards.md
- Notes/Terrain.md
- Notes/Totem of the Irix.md
- Notes/Trade.md
- Notes/Trail Markers.md
- Notes/Travel Phase.md
- Notes/Traverse.md
- Notes/Unmaintained Roads.md
- Notes/Valley.md
- Notes/Victory Condition.md
- Notes/Wasteland 1.md
- Notes/Wasteland.md
- Notes/Water 1.md
- Notes/Water 2.md
- Notes/Water 3.md
- Notes/Water 4.md
- Notes/Water 5.md
- Notes/Weather.md
- Notes/White Sky.md
- Notes/XP Cubes.md
- Notes/XP.md
- Roles/Artificer.md
- Roles/Concoliator.md
- Roles/Explorer.md
- Roles/Guide.md
- Roles/Shaper.md
- Roles/Shepard.md
- Roles/Trader.md
- Untitled.base
- _Overview.md
- Untitled.md
note.status:
- TODO
- Working On
- Done
- Uncategorized
cardOrders:
file.file: {}
note.status:
Working On: []
Done:
- Tasks/Generate a Markdown Website.md
- Tasks/Generate a map of regions and how they connect.md
- Tasks/Generate a csharp script to do what you did.md
- Tasks/Generate overview page.md
Uncategorized: []
columnColors:
file.file: {}
note.status: {}
groupByProperty: note.status