From c2c1f15d7db9d70faacc6f137ab70c98db2c4350 Mon Sep 17 00:00:00 2001 From: ClarkeCode Date: Sun, 2 Apr 2023 03:01:30 -0400 Subject: Initial start for econ design --- docs/design/econ-design.md | 69 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 docs/design/econ-design.md diff --git a/docs/design/econ-design.md b/docs/design/econ-design.md new file mode 100644 index 0000000..72a85b5 --- /dev/null +++ b/docs/design/econ-design.md @@ -0,0 +1,69 @@ +# Economy Design + +> **Warning** +> The following document is ***not in a finished state*** + +## Glossary and Common Terms +| Term | Abbreviation | Additional Notes | +|------|:------------:|------------------| +| Resource Gathering Operation | RGO | Farmers/Labourers produce raw goods at RGOs | +| Sphereling | - | Informal term for a nation within a Great Power's Sphere of Influence| +| Spherelord | - | Informal term for a Great Power which has a Sphere of Influence | + +## Goods & Trade +```mermaid +flowchart LR + subgraph Producers + RGO[RGOs] + Factory[Factories] + Artisans + Sphereling[Spherelings] + end + + subgraph Markets + CommonMarket[(Common Market)] + GlobalMarket[(Global Market)] + end + + subgraph Consumers + Government[National Government] + Factory2[Factories] + POP[POP needs] + end + + RGO[RGOs] --> CommonMarket + Factory --> CommonMarket + Artisans --> CommonMarket + Sphereling --> CommonMarket + + CommonMarket --> Government + CommonMarket --> POP + CommonMarket --> Factory2 + + CommonMarket -->|Unpurchased goods| GlobalMarket + GlobalMarket --> Government + GlobalMarket --> POP + GlobalMarket --> Factory2 +``` + + \ No newline at end of file -- cgit v1.2.3-56-ga3b1