forked from emipa606/CombatShields
-
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.
Showing
40 changed files
with
1,148 additions
and
247 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ModMetaData> | ||
<name>[1.0] Combat Shields</name> | ||
<name>[1.1] Combat Shields</name> | ||
<author>N7Huntsman </author> | ||
<targetVersion>1.0.2053</targetVersion> | ||
<supportedVersions> | ||
<li>1.0</li> | ||
<li>1.1</li> | ||
</supportedVersions> | ||
<packageId>n7huntsman.combatshields</packageId> | ||
<modDependencies> | ||
<li> | ||
<packageId>brrainz.harmony</packageId> | ||
<displayName>Harmony</displayName> | ||
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl> | ||
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl> | ||
</li> | ||
</modDependencies> | ||
<description>Adds a variety of shields to Rimworld from different cultures and eras. A special thanks to BukTaki for updating and developing the framework that helped make this mod possible.</description> | ||
</ModMetaData> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
<ApparelLayerDef> | ||
<defName>Accessory</defName> | ||
<label>accessory</label> | ||
<defName>Shield</defName> | ||
<label>Shield</label> | ||
<drawOrder>600</drawOrder> | ||
</ApparelLayerDef> | ||
</Defs> |
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
Oops, something went wrong.