Skip to content

Commit

Permalink
Adding dependency to JecsTools to make oversized weapons render corre…
Browse files Browse the repository at this point in the history
…ctly.
  • Loading branch information
FoxWithAShotgun committed Dec 27, 2020
1 parent f9148f2 commit dd76bc0
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 1 deletion.
8 changes: 7 additions & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<author>Fox with a Shotgun</author>
<supportedVersions>
<li>1.1</li>
<li>1.2</li>
<li>1.2</li>
</supportedVersions>
<packageId>FS.ReviaRace</packageId>
<modDependencies>
Expand All @@ -15,9 +15,15 @@
<steamWorkshopUrl>https://steamcommunity.com/sharedfiles/filedetails/?id=839005762</steamWorkshopUrl>
<downloadUrl>https://github.com/erdelf/AlienRaces/wiki</downloadUrl>
</li>
<li>
<packageId>jecrell.jecstools</packageId>
<displayName>JecsTools (Unofficial)</displayName>
<steamWorkshopUrl>https://steamcommunity.com/sharedfiles/filedetails/?id=2195729899</steamWorkshopUrl>
</li>
</modDependencies>
<loadAfter>
<li>erdelf.HumanoidAlienRaces</li>
<li>JecsTools</li>
</loadAfter>
<url>https://github.com/FoxWithAShotgun/RimWorld-ReviaRaceMod/wiki</url>
<description>
Expand Down
1 change: 1 addition & 0 deletions Defs/WeaponDefs/BlessedSerratedDagger.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<comps>
<li Class="CompProperties_BiocodableWeapon"/>
<li Class="ReviaRace.Comps.LifeLeech_CompProperties"/>
<li Class="CompOversizedWeapon.CompProperties_OversizedWeapon"/>
</comps>
<weaponTags>
<li>ReviaMeleeLegendary</li>
Expand Down
1 change: 1 addition & 0 deletions Defs/WeaponDefs/BlessedSerratedScythe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<comps>
<li Class="CompProperties_BiocodableWeapon"/>
<li Class="ReviaRace.Comps.LifeLeech_CompProperties"/>
<li Class="CompOversizedWeapon.CompProperties_OversizedWeapon"/>
</comps>
<weaponTags>
<li>ReviaMeleeLegendary</li>
Expand Down
1 change: 1 addition & 0 deletions Defs/WeaponDefs/BlessedSerratedSword.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<comps>
<li Class="CompProperties_BiocodableWeapon"/>
<li Class="ReviaRace.Comps.LifeLeech_CompProperties"/>
<li Class="CompOversizedWeapon.CompProperties_OversizedWeapon"/>
</comps>
<tools>
<li>
Expand Down
3 changes: 3 additions & 0 deletions Defs/WeaponDefs/SerratedDagger.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<stuffCategories>
<li>Metallic</li>
</stuffCategories>
<comps>
<li Class="CompOversizedWeapon.CompProperties_OversizedWeapon"/>
</comps>
<weaponTags>
<li>ReviaMeleeBasic</li>
</weaponTags>
Expand Down
3 changes: 3 additions & 0 deletions Defs/WeaponDefs/SerratedScythe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<stuffCategories>
<li>Metallic</li>
</stuffCategories>
<comps>
<li Class="CompOversizedWeapon.CompProperties_OversizedWeapon"/>
</comps>
<weaponTags>
<li>ReviaMeleeIntermediate</li>
</weaponTags>
Expand Down
3 changes: 3 additions & 0 deletions Defs/WeaponDefs/SerratedSword.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<stuffCategories>
<li>Metallic</li>
</stuffCategories>
<comps>
<li Class="CompOversizedWeapon.CompProperties_OversizedWeapon"/>
</comps>
<weaponTags>
<li>ReviaMeleeIntermediate</li>
</weaponTags>
Expand Down

0 comments on commit dd76bc0

Please sign in to comment.