Sorting notes

This commit is contained in:
2026-05-27 10:47:30 -04:00
parent 9797ce853e
commit 5e486b0edb
47 changed files with 82 additions and 70 deletions
+1
View File
@@ -0,0 +1 @@
Game's crafting system for gear.
+1
View File
@@ -0,0 +1 @@
A tile in the game that represent an area of land. Contains [[Terrain Data]] and can contain [[Magic Material Data]], [[Resource Node Data]]. Based on the contained data, will have a series of Province Improvements that can be built on it when claimed by a city or outpost.
+17
View File
@@ -0,0 +1,17 @@
# Culminative Resources
Gold
Mana
Imperium
Food
## Use it or Lose It
Knowledge
## Excess Converted
Draft -> 25% becomes Food
Industry -> 25% becomes Gold
+4
View File
@@ -0,0 +1,4 @@
Some calculation, based on industry produced and industry cost times by some constant gold value.
[[Find the Gold Cost Rush Formula]]
+1
View File
@@ -0,0 +1 @@
Starting city that always has a Throne for extra gold income.