8000 1.3 by Qurila · Pull Request #3 · lion053/shared-mods · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

1.3 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,31 @@
<!-- Compatible with new and existing saves -->

<!-- Adjustments for cattle farm and cattle pasture properties -->
<ModOp Type="merge" GUID="1010263" Path="/Values/Maintenance/Maintenances/Item[Product='1010052']">
<Amount>25</Amount> <!-- vanilla value = 20 -->
<ModOp Type="merge" GUID="1010263" Path="/Values/Maintenance/Maintenances">
<Maintenances>
<Item>
<Product>1010017</Product>
<Amount>10</Amount><!-- vanilla value = 50 -->
<InactiveAmount>5</InactiveAmount>
</Item>
<Item>
<Product>1010052</Product>
<Amount>5</Amount><!-- vanilla value = 20 -->
</Item>
</Maintenances>
</ModOp>
<ModOp Type="merge" GUID="101269" Path="/Values/Maintenance/Maintenances">
<Maintenances>
<Item>
<Product>1010017</Product>
<Amount>3</Amount><!-- vanilla value = 25 -->
<InactiveAmount>1</InactiveAmount>
</Item>
<Item>
<Product>1010366</Product>
<Amount>3</Amount><!-- vanilla value = 20 -->
</Item>
</Maintenances>
</ModOp>
<ModOp Type="merge" GUID="1010263" Path="/Values/Object/Variations/Item/Filename">
<Filename>data\graphics\mod_buildings\lion_053\cattle_farm_ow\cattle_farm_ow.cfg</Filename>
Expand Down Expand Up @@ -43,10 +66,13 @@
<StorageAmount>1</StorageAmount>
</Item>
</FactoryOutputs>
<CycleTime>120</CycleTime>
<CycleTime>180</CycleTime>
<WarehouseTransporterAsset>0</WarehouseTransporterAsset>
<ClampedMaxTransporterLogisticCost>0.1</ClampedMaxTransporterLogisticCost>
</FactoryBase>
<BuffFactory>
<BaseBuff>2100118204</BaseBuff>
</BuffFactory>
<LogisticNode>
<TransporterCountMax>0</TransporterCountMax>
<NeedsTransporterQueue>0</NeedsTransporterQueue>
Expand Down Expand Up @@ -76,6 +102,11 @@
<BoostedByIndustrialization>0</BoostedByIndustrialization>
</Industrializable>
</ModOp>
<ModOp Type="merge" GUID="101269" Path="/Values">
<BuffFactory>
<BaseBuff>2100118204</BaseBuff>
</BuffFactory>
</ModOp>
<!-- Adjust milk product -->
<ModOp Type="add" GUID="5385" Path="/Values/Product/AssociatedRegion" Condition="!/Values/Product[AssociatedRegion='Moderate']">;Moderate</ModOp> <!-- valid argument -->
<ModOp Type="add" GUID="5385" Path="/Values/Product/ProductionRegions" Condition="!/Values/Product/ProductionRegions[Item/RegionType='Moderate']">
Expand Down Expand Up @@ -105,6 +136,32 @@
<ExpeditionAttribute />
</Values>
</Asset>
<Asset>
<Template>GuildhouseBuff</Template>
<Values>
<Standard>
<GUID>2100118204</GUID>
<Name>Pasture_Buff</Name>
<IconFilename>data/ui/2kimages/main/3dicons/icon_general_module_01.png</IconFilename>
</Standard>
<Text>
<TextOverride>2100118203</TextOverride>
</Text>
<BuildingUpgrade>
<MaintenanceUpgrade>
<Value>1</Value>
<Percental>0</Percental>
</MaintenanceUpgrade>
<WorkforceAmountUpgrade>
<Value>1</Value>
<Percental>0</Percental>
</WorkforceAmountUpgrade>
</BuildingUpgrade>
<CultureUpgrade>
<HideBuff>1</HideBuff>
</CultureUpgrade>
</Values>
</Asset>
</ModOp>
</Group>

Expand Down
2 changes: 1 addition & 1 deletion shared-milk-from-cattle-farm-lion053/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Version": "1.2",
"Version": "1.3",
"ModID": "shared-milk-from-cattle-farm-lion053",
"IncompatibleIds": [],
"ModDependencies": null,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
0