Add documentation for Province, Resource Node Data, Terrain Data, and Throne City
- Created a new document for Province detailing its characteristics and improvements. - Added Resource Node Data documentation, including resource types, effects, and raw data tables. - Introduced Terrain Data documentation, outlining terrain types, effects, and improvements available. - Documented Throne City, highlighting its unique feature of providing extra gold income.
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user