Skip to content

Commit

Permalink
Merge pull request #24 from anno-mods/devel/nw-tourism
Browse files Browse the repository at this point in the history
add nw-tourism 2 changes
  • Loading branch information
jakobharder authored Jul 29, 2023
2 parents 24dc5d0 + e8eaaea commit 71d5f2a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
1 change: 1 addition & 0 deletions [Shared] Pools and Definitions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Fast approach:

## Changes

- 8: Replace NW tourist need of fur coats with ponchos
- 7: Added pools for motor assembly plant and subway station
- 7: Renamed most pool names from plural / 'all' to singular
- 6: Added pools for oil power plants, and various other productions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<NoWeightPopulationCount>49</NoWeightPopulationCount>
<RequiredBuildings>
<Item>
<RequiredBuilding>0</RequiredBuilding>
<RequiredBuilding>1440134300</RequiredBuilding>
<Region>Colony01</Region>
</Item>
</RequiredBuildings>
Expand All @@ -59,7 +59,7 @@
<NoWeightPopulationCount>2499</NoWeightPopulationCount>
<RequiredBuildings>
<Item>
<RequiredBuilding>0</RequiredBuilding>
<RequiredBuilding>1440134300</RequiredBuilding>
<Region>Colony01</Region>
</Item>
</RequiredBuildings>
Expand All @@ -75,16 +75,35 @@
<MoneyValue>75</MoneyValue>
<RequiredBuildings>
<Item>
<RequiredBuilding>0</RequiredBuilding>
<RequiredBuilding>1440134300</RequiredBuilding>
<Region>Colony01</Region>
</Item>
</RequiredBuildings>
</Item>
</ModOp>
<ModOp Type="addNextSibling" GUID="601379"
Condition="!~/Values/PopulationLevel7/PopulationInputs/Item[Product='120043']"
Path="/Values/PopulationLevel7/PopulationInputs/Item[Product='1010247']">
<Item>
<Product>120043</Product>
<Amount>0.01666667</Amount>
<HappinessValue>3</HappinessValue>
<MoneyValue>40</MoneyValue>
<FullWeightPopulationCount>75</FullWeightPopulationCount>
<NoWeightPopulationCount>49</NoWeightPopulationCount>
<RequiredBuildings>
<Item>
<RequiredBuilding>1440134300</RequiredBuilding>
<Region>Colony01</Region>
</Item>
</RequiredBuildings>
</Item>
</ModOp>

<!-- copy needs from vanilla hotel -->
<ModOp Type="add" GUID="601379"
AllowNoMatch="1"
Path="/Values/PopulationLevel7/PopulationInputs/Item[not(RequiredBuildings/Item/RequiredBuilding='1440134300') and (Product&lt;1010500) and not(Product='133573') and not(Product='132761') and not(Product='133536') and not(Product='137757')]/RequiredBuildings">
Path="/Values/PopulationLevel7/PopulationInputs/Item[not(RequiredBuildings/Item/RequiredBuilding='1440134300') and (Product&lt;1010500) and not(Product='133573') and not(Product='132761') and not(Product='133536') and not(Product='137757') and not(Product='1010247') and not(Product='134257')]/RequiredBuildings">
<Item>
<RequiredBuilding>1440134300</RequiredBuilding>
<Region>Colony01</Region>
Expand Down
2 changes: 1 addition & 1 deletion [Shared] Pools and Definitions/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Version": "7.1",
"Version": "8.0",
"ModID": "shared-pools-and-definitions",
"DepecrateIds": [ "jakob_shared_base" ],
"Category": {
Expand Down

0 comments on commit 71d5f2a

Please sign in to comment.