-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
XeoNovaDan
committed
Nov 30, 2018
1 parent
93d9f96
commit 03657e8
Showing
21 changed files
with
156 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<Patch> | ||
|
||
<Operation Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>Crystalloid (Rewrite)</li> | ||
<li>Crystalloid</li> | ||
</mods> | ||
<match Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/ThingDef[defName="Crysteel"]</xpath> | ||
<value> | ||
<li Class="SurvivalTools.StuffPropsTool"> | ||
<toolStatFactors> | ||
<TreeFellingSpeed>1.4</TreeFellingSpeed> | ||
<PlantHarvestingSpeed>1.4</PlantHarvestingSpeed> | ||
<DiggingSpeed>1.1</DiggingSpeed> | ||
<MiningYieldDigging>0.9</MiningYieldDigging> | ||
<ConstructionSpeed>1.1</ConstructionSpeed> | ||
</toolStatFactors> | ||
</li> | ||
</value> | ||
</li> | ||
</operations> | ||
</match> | ||
</Operation> | ||
|
||
</Patch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<Patch> | ||
|
||
<Operation Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>RimBees</li> | ||
</mods> | ||
<match Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
|
||
<!-- While stat-wise for tool relevant stuff, beeswax is identical to steel, I'm making it more on par with wood since that's more logical --> | ||
<li Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/ThingDef[defName="RB_Beeswax"]</xpath> | ||
<value> | ||
<li Class="SurvivalTools.StuffPropsTool"> | ||
<toolStatFactors> | ||
<TreeFellingSpeed>0.3</TreeFellingSpeed> | ||
<PlantHarvestingSpeed>0.3</PlantHarvestingSpeed> | ||
<DiggingSpeed>0.4</DiggingSpeed> | ||
<MiningYieldDigging>0.7</MiningYieldDigging> | ||
<ConstructionSpeed>0.4</ConstructionSpeed> | ||
</toolStatFactors> | ||
</li> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/ThingDef[defName="RB_Brittlewax"]</xpath> | ||
<value> | ||
<li Class="SurvivalTools.StuffPropsTool"> | ||
<toolStatFactors> | ||
<TreeFellingSpeed>0.25</TreeFellingSpeed> | ||
<PlantHarvestingSpeed>0.25</PlantHarvestingSpeed> | ||
<DiggingSpeed>0.3</DiggingSpeed> | ||
<MiningYieldDigging>0.6</MiningYieldDigging> | ||
<ConstructionSpeed>0.3</ConstructionSpeed> | ||
</toolStatFactors> | ||
</li> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/ThingDef[defName="RB_RedBeeswax"]</xpath> | ||
<value> | ||
<li Class="SurvivalTools.StuffPropsTool"> | ||
<toolStatFactors> | ||
<TreeFellingSpeed>0.4</TreeFellingSpeed> | ||
<PlantHarvestingSpeed>0.4</PlantHarvestingSpeed> | ||
<DiggingSpeed>0.5</DiggingSpeed> | ||
<MiningYieldDigging>0.8</MiningYieldDigging> | ||
<ConstructionSpeed>0.5</ConstructionSpeed> | ||
</toolStatFactors> | ||
</li> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/ThingDef[defName="RB_WhiteBeeswax"]</xpath> | ||
<value> | ||
<li Class="SurvivalTools.StuffPropsTool"> | ||
<toolStatFactors> | ||
<TreeFellingSpeed>0.35</TreeFellingSpeed> | ||
<PlantHarvestingSpeed>0.35</PlantHarvestingSpeed> | ||
<DiggingSpeed>0.45</DiggingSpeed> | ||
<MiningYieldDigging>0.75</MiningYieldDigging> | ||
<ConstructionSpeed>0.45</ConstructionSpeed> | ||
</toolStatFactors> | ||
</li> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/ThingDef[defName="RB_BlackBeeswax"]</xpath> | ||
<value> | ||
<li Class="SurvivalTools.StuffPropsTool"> | ||
<toolStatFactors> | ||
<TreeFellingSpeed>0.3</TreeFellingSpeed> | ||
<PlantHarvestingSpeed>0.3</PlantHarvestingSpeed> | ||
<DiggingSpeed>0.4</DiggingSpeed> | ||
<MiningYieldDigging>0.7</MiningYieldDigging> | ||
<ConstructionSpeed>0.4</ConstructionSpeed> | ||
</toolStatFactors> | ||
</li> | ||
</value> | ||
</li> | ||
|
||
</operations> | ||
</match> | ||
</Operation> | ||
|
||
</Patch> |
Binary file not shown.
Binary file modified
BIN
+4 KB
(100%)
Source/SurvivalTools/.vs/SurvivalTools/v15/Server/sqlite3/storage.ide
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Source/SurvivalTools/.vs/SurvivalTools/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Source/SurvivalTools/.vs/SurvivalTools/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-267 Bytes
(96%)
Source/SurvivalTools/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
Source/SurvivalTools/obj/Debug/SurvivalTools.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
672d9854360edc6ccf4816143ea6ef7adcda233a | ||
6d844cf5582bcd50986797db4c0e10c4b954850f |
Binary file modified
BIN
-3.03 KB
(97%)
Source/SurvivalTools/obj/Debug/SurvivalTools.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.