-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for Race of the Rim. Renamed Vanilla_mass_metal[wood]stone.xml to Vanilla_mass_metalWoodStone.xml. Replaced commented defs with mass of 0.5 with patched versions with 1 mass factor (example). Indentation in some files. Grammar.
- Loading branch information
Showing
13 changed files
with
468 additions
and
160 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
Steel have mass 0.5 | ||
|
||
Cloth have mass 0.026 | ||
Steel mass: 0.5 | ||
Cloth mass: 0.026 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,214 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<!--= 100% mass is 0.5(mass of Steel) =--> | ||
|
||
<!--=============== Items_Resource_Misc ====================--> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_GronckleIron"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.26</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_WoodLog"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>10</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<!--=============== Items_Resource_Stuff_Leather ====================--> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_FlightmareDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.8</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_FuryDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.8</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_GronckleDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.8</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_HotburpleDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.8</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_NadderDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.8</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_NightmareDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.8</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_RumblehornDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>1</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_ScauldronDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.8</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_StormcutterDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.8</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_TerribleTerrorDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.6</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_ZipplebackDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.8</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_RazorwhipDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>1.2</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_TripleStrykeDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>1.6</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_SkrillDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>0.8</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>*/ThingDef[defName = "RttR_PatchedDragonScales"]/stuffProps/statFactors</xpath> | ||
<value> | ||
<Mass>1</Mass> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
|
||
</Patch> |
Oops, something went wrong.