Added more province data
This commit is contained in:
Vendored
+13
-13
@@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "303f63f445fc3254",
|
"id": "d1497805c26b4f39",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
@@ -60,21 +60,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "be9966a20ec4ebb5",
|
"id": "fd3766d6a78ed7a8",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Resource Node Data.md",
|
"file": "Province Improvement Data.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Resource Node Data"
|
"title": "Province Improvement Data"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"currentTab": 2
|
"currentTab": 3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0d0bf6ef8ed6d192",
|
"id": "0d0bf6ef8ed6d192",
|
||||||
@@ -101,12 +101,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Basic Province Improvement Data.md",
|
"file": "Province Improvement Data.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Basic Province Improvement Data"
|
"title": "Province Improvement Data"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -285,10 +285,14 @@
|
|||||||
"bases:Create new base": false
|
"bases:Create new base": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "303f63f445fc3254",
|
"active": "fd3766d6a78ed7a8",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Collect Data.md",
|
||||||
"_Tasks Kanban.base",
|
"_Tasks Kanban.base",
|
||||||
"_Plan.canvas",
|
"_Plan.canvas",
|
||||||
|
"Province Improvement Data.md",
|
||||||
|
"Overview.md",
|
||||||
|
"Play Architect culture and find out what Monuments are.md",
|
||||||
"Magic Material Data.md",
|
"Magic Material Data.md",
|
||||||
"Magic Materials Reference.md",
|
"Magic Materials Reference.md",
|
||||||
"Mobile App.md",
|
"Mobile App.md",
|
||||||
@@ -296,12 +300,9 @@
|
|||||||
"Server App.md",
|
"Server App.md",
|
||||||
"Client App.md",
|
"Client App.md",
|
||||||
"agent.md.md",
|
"agent.md.md",
|
||||||
"Basic Province Improvement Data.md",
|
|
||||||
"Collect Data.md",
|
|
||||||
"Resource Node Data.md",
|
"Resource Node Data.md",
|
||||||
"Load Game Data Into Build Calculator.md",
|
"Load Game Data Into Build Calculator.md",
|
||||||
"Province.md",
|
"Province.md",
|
||||||
"Overview.md",
|
|
||||||
"Forge.md",
|
"Forge.md",
|
||||||
"Find the Gold Cost Rush Formula.md",
|
"Find the Gold Cost Rush Formula.md",
|
||||||
"Terrain Data.md",
|
"Terrain Data.md",
|
||||||
@@ -312,7 +313,6 @@
|
|||||||
"Equipment Calculator.md",
|
"Equipment Calculator.md",
|
||||||
"Learning Pages.md",
|
"Learning Pages.md",
|
||||||
"Home Page.md",
|
"Home Page.md",
|
||||||
"Plan Basic Pages.md",
|
"Plan Basic Pages.md"
|
||||||
"Reference Pages.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,112 +0,0 @@
|
|||||||
---
|
|
||||||
type: Data
|
|
||||||
---
|
|
||||||
//TODO: Add total Province Improvement data to this, given custom Province Improvements are obviously also province Improvements
|
|
||||||
|
|
||||||
A Province Improvement can be one of several types. They all have a base effect.
|
|
||||||
|
|
||||||
Each Province Improvement decreases stability by -5.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
See Raw Data section
|
|
||||||
|
|
||||||
# String
|
|
||||||
- Name required: Taken from the Land improvement column. We are just going to ignore the Water improvement and Lava improvements names, because that is flavour that doesn't effect us
|
|
||||||
|
|
||||||
# Int
|
|
||||||
|
|
||||||
- increaseMana?: from effects column if containing relevant information
|
|
||||||
- increaseFood?: from effects column if containing relevant information
|
|
||||||
- inceaseProduction?: from effects column if containing relevant information
|
|
||||||
- increaseGold?: from effects column if containing relevant information
|
|
||||||
- increaseKnowledge?: from effects column if containing relevant information
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Raw Data
|
|
||||||
|
|
||||||
<table class="mildtable plainlist">
|
|
||||||
<tbody><tr>
|
|
||||||
<th></th>
|
|
||||||
<th>Land improvement</th>
|
|
||||||
<th>Water improvement</th>
|
|
||||||
<th>Lava improvement
|
|
||||||
</th>
|
|
||||||
<th>Effects
|
|
||||||
</th>
|
|
||||||
<th>Requirements
|
|
||||||
</th></tr>
|
|
||||||
<tr id="Conduit">
|
|
||||||
<td><a href="/Conduit" title="Conduit"><img alt="Province improvement conduit.png" src="/thumb.php?f=Province_improvement_conduit.png&width=32" decoding="async" loading="lazy" width="32" height="32" data-file-width="64" data-file-height="64"></a></td>
|
|
||||||
<td>Conduit</td>
|
|
||||||
<td>Wave Conduit</td>
|
|
||||||
<td>Cinder Conduit
|
|
||||||
</td>
|
|
||||||
<td><a href="/Mana" title="Mana"><img alt="Resource mana.png" src="/thumb.php?f=Resource_mana.png&width=24" decoding="async" loading="lazy" width="24" height="24" data-file-width="64" data-file-height="64"></a> +5 Mana
|
|
||||||
</td>
|
|
||||||
<td>Mana node, pearl reef, or magic material
|
|
||||||
</td></tr>
|
|
||||||
<tr id="Farm">
|
|
||||||
<td><a href="/Farm" title="Farm"><img alt="Province improvement farm.png" src="/thumb.php?f=Province_improvement_farm.png&width=32" decoding="async" loading="lazy" width="32" height="32" data-file-width="64" data-file-height="64"></a></td>
|
|
||||||
<td>Farm</td>
|
|
||||||
<td>Fish Farm</td>
|
|
||||||
<td>n/a
|
|
||||||
</td>
|
|
||||||
<td><a href="/Food" title="Food"><img alt="Resource food.png" src="/thumb.php?f=Resource_food.png&width=24" decoding="async" loading="lazy" width="24" height="24" data-file-width="64" data-file-height="64"></a> +5 Food
|
|
||||||
</td>
|
|
||||||
<td>Grassland or coast terrain, fungus fields (underground)
|
|
||||||
</td></tr>
|
|
||||||
<tr id="Forester">
|
|
||||||
<td><a href="/Forester" title="Forester"><img alt="Province improvement forester.png" src="/thumb.php?f=Province_improvement_forester.png&width=32" decoding="async" loading="lazy" width="32" height="32" data-file-width="64" data-file-height="64"></a></td>
|
|
||||||
<td>Forester</td>
|
|
||||||
<td>Mangrove Forester</td>
|
|
||||||
<td>n/a
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<p><a href="/Food" title="Food"><img alt="Resource food.png" src="/thumb.php?f=Resource_food.png&width=24" decoding="async" loading="lazy" width="24" height="24" data-file-width="64" data-file-height="64"></a> +2 Food<br><a href="/Production" title="Production"><img alt="Resource structure production.png" src="/thumb.php?f=Resource_structure_production.png&width=24" decoding="async" loading="lazy" width="24" height="24" data-file-width="64" data-file-height="64"></a> +3 Production
|
|
||||||
</p>
|
|
||||||
</td>
|
|
||||||
<td>Forest or mangrove forest terrain, mushroom forest (underground)
|
|
||||||
</td></tr>
|
|
||||||
<tr id="Hut">
|
|
||||||
<td><a href="/Hut" title="Hut"><img alt="Province improvement hut.png" src="/thumb.php?f=Province_improvement_hut.png&width=32" decoding="async" loading="lazy" width="32" height="32" data-file-width="64" data-file-height="64"></a></td>
|
|
||||||
<td>Hut</td>
|
|
||||||
<td>n/a</td>
|
|
||||||
<td>n/a
|
|
||||||
</td>
|
|
||||||
<td><a href="/Food" title="Food"><img alt="Resource food.png" src="/thumb.php?f=Resource_food.png&width=24" decoding="async" loading="lazy" width="24" height="24" data-file-width="64" data-file-height="64"></a> +2 Food
|
|
||||||
</td>
|
|
||||||
<td>Ashlands, sand or snow terrain
|
|
||||||
</td></tr>
|
|
||||||
<tr id="Mine">
|
|
||||||
<td><a href="/Mine" title="Mine"><img alt="Province improvement mine.png" src="/thumb.php?f=Province_improvement_mine.png&width=32" decoding="async" loading="lazy" width="32" height="32" data-file-width="64" data-file-height="64"></a></td>
|
|
||||||
<td>Mine</td>
|
|
||||||
<td>Pearl Mine</td>
|
|
||||||
<td>Smelter Mine
|
|
||||||
</td>
|
|
||||||
<td><a href="/Gold" title="Gold"><img alt="Resource gold.png" src="/thumb.php?f=Resource_gold.png&width=24" decoding="async" loading="lazy" width="24" height="24" data-file-width="64" data-file-height="64"></a> +5 Gold
|
|
||||||
</td>
|
|
||||||
<td>Gold vein, iron deposit, or pearl reef resource node
|
|
||||||
</td></tr>
|
|
||||||
<tr id="Quarry">
|
|
||||||
<td><a href="/Quarry" title="Quarry"><img alt="Province improvement quarry.png" src="/thumb.php?f=Province_improvement_quarry.png&width=32" decoding="async" loading="lazy" width="32" height="32" data-file-width="64" data-file-height="64"></a></td>
|
|
||||||
<td>Quarry</td>
|
|
||||||
<td>Dredger Quarry</td>
|
|
||||||
<td>n/a
|
|
||||||
</td>
|
|
||||||
<td><a href="/Production" title="Production"><img alt="Resource structure production.png" src="/thumb.php?f=Resource_structure_production.png&width=24" decoding="async" loading="lazy" width="24" height="24" data-file-width="64" data-file-height="64"></a> +5 Production
|
|
||||||
</td>
|
|
||||||
<td>Cliff, rocky, or sunken ruins terrain; or iron deposit resource node
|
|
||||||
</td></tr>
|
|
||||||
<tr id="Research_Post">
|
|
||||||
<td><a href="/Research_post" title="Research post"><img alt="Province improvement research post.png" src="/thumb.php?f=Province_improvement_research_post.png&width=32" decoding="async" loading="lazy" width="32" height="32" data-file-width="64" data-file-height="64"></a></td>
|
|
||||||
<td>Research Post</td>
|
|
||||||
<td>Nautical Research Post</td>
|
|
||||||
<td>n/a
|
|
||||||
</td>
|
|
||||||
<td><a href="/Knowledge" title="Knowledge"><img alt="Resource knowledge.png" src="/thumb.php?f=Resource_knowledge.png&width=24" decoding="async" loading="lazy" width="24" height="24" data-file-width="64" data-file-height="64"></a> +5 knowledge
|
|
||||||
</td>
|
|
||||||
<td>Mana node, magic material or sunken ruins terrain
|
|
||||||
</td></tr></tbody></table>
|
|
||||||
@@ -3,7 +3,7 @@ type: Task
|
|||||||
status: Working On
|
status: Working On
|
||||||
---
|
---
|
||||||
- [[Terrain Data]]
|
- [[Terrain Data]]
|
||||||
- [[Basic Province Improvement Data]]
|
- [[Province Improvement Data]]
|
||||||
- Province Improvement Data (add to basic then delete this line)
|
- Province Improvement Data (add to basic then delete this line)
|
||||||
- [[Resource Node Data]]
|
- [[Resource Node Data]]
|
||||||
- [[Magic Material Data]]
|
- [[Magic Material Data]]
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
type: Task
|
||||||
|
status: TODO
|
||||||
|
---
|
||||||
File diff suppressed because one or more lines are too long
@@ -32,6 +32,7 @@ views:
|
|||||||
- Stub out the Home Page.md
|
- Stub out the Home Page.md
|
||||||
- Plan Basic Pages.md
|
- Plan Basic Pages.md
|
||||||
TODO:
|
TODO:
|
||||||
|
- Play Architect culture and find out what Monuments are.md
|
||||||
- Setup Test Database.md
|
- Setup Test Database.md
|
||||||
- Find the Gold Cost Rush Formula.md
|
- Find the Gold Cost Rush Formula.md
|
||||||
- Dark Mode UI.md
|
- Dark Mode UI.md
|
||||||
|
|||||||
Reference in New Issue
Block a user