Skip to content

Commit

Permalink
Update to version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schwubbe authored Jan 22, 2023
1 parent 77ffcd7 commit 01bd6af
Show file tree
Hide file tree
Showing 19 changed files with 16,905 additions and 294 deletions.
621 changes: 327 additions & 294 deletions README.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!-- This Mod was created by schwubbe -->
<!-- It's generated by my own script on Sun, 22 Jan 23 01:25:46 +0100 -->
<!-- used GUID-Range: 1357900000 - 1357901000 -->

<ModOps>

<!-- first removing the skins from their tab -->
<ModOp GUID="1252" Type="replace" Path="Values/ScenarioWorkshopScene/ScenarioWorkshopCategories/Skin/ScenarioWorkshopCategory">
<ScenarioWorkshopCategory></ScenarioWorkshopCategory>
</ModOp>



<!-- second: adding the skins to tab of portraits -->
<ModOp GUID="1252" Type="add" Path="Values/ScenarioWorkshopScene/ScenarioWorkshopCategories/Portrait/ScenarioWorkshopCategory">
<Item>
<ScenarioWorkshopPackage>4701</ScenarioWorkshopPackage>
</Item>
<Item>
<ScenarioWorkshopPackage>2394</ScenarioWorkshopPackage>
</Item>
<Item>
<ScenarioWorkshopPackage>4728</ScenarioWorkshopPackage>
</Item>
<Item>
<ScenarioWorkshopPackage>6920</ScenarioWorkshopPackage>
</Item>
</ModOp>






<!-- set the scale factor from all existing ShopItems to 1 -->
<ModOp GUID="" Type="replace" Path="//Asset/Values/ScenarioWorkshopPackage/PackageRubberDotScaleFactor">
<PackageRubberDotScaleFactor>1</PackageRubberDotScaleFactor>
</ModOp>

<!-- increase the stack limit for all existing ShopItems to 9999 -->
<ModOp GUID="" Type="replace" Path="//Asset/Values/ScenarioWorkshopPackage/PackageMaxCount">
<PackageMaxCount>9999</PackageMaxCount>
</ModOp>

<Include File="ornaments.include.xml" />
<Include File="items_zoo.include.xml" />
<Include File="items_museum.include.xml" />
<Include File="items_bota.include.xml" />
<Include File="items_economy.include.xml" />


<!-- Alle Preise auf 0 setzen -->
<ModOp GUID="" Type="replace" Path="//Asset/Values/ScenarioWorkshopPackage/RubberDots">
<RubberDots>0</RubberDots>
</ModOp>



</ModOps>
Loading

0 comments on commit 01bd6af

Please sign in to comment.