Skip to content

Commit

Permalink
TBATB patch
Browse files Browse the repository at this point in the history
  • Loading branch information
XeoNovaDan committed Nov 27, 2018
1 parent a4bc86e commit 9edb811
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<author>XeoNovaDan</author>
<url>https://ludeon.com/forums/index.php?topic=29503.0</url>
<targetVersion>1.0.2096</targetVersion>
<description>Current Version: v1.1.5 (27th November 2018)\n\nV.A.T.S for RimWorld! Allow your colonists, obedient animals and even some raiders to prioritize targeting certain body part groups of their enemies. Shoot those heads off in style!</description>
<description>Current Version: v1.1.6 (27th November 2018)\n\nV.A.T.S for RimWorld! Allow your colonists, obedient animals and even some raiders to prioritize targeting certain body part groups of their enemies. Shoot those heads off in style!</description>
</ModMetaData>
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Manifest>
<identifier>TargetingModes</identifier>
<version>1.1.5</version>
<version>1.1.6</version>
<manifestUri>https://rawgit.com/XeoNovaDan/TargetingModes/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/XeoNovaDan/TargetingModes/releases</downloadUri>
</Manifest>
28 changes: 28 additions & 0 deletions Patches/TargetingModeDefs/TargetingModeDefs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<Patch>

<Operation Class="PatchOperationFindMod">
<mods>
<li>The Birds and the Bees</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs</xpath>
<value>

<TargetingModes.TargetingModeDef>
<defName>Groin</defName>
<label>groin</label>
<commonality>0.5</commonality>
<iconPath>UI/TargetingModes/Groin</iconPath>
<displayOrder>15</displayOrder>
<hitChanceFactor>0.7</hitChanceFactor>
<rerollCount>24</rerollCount> <!-- Base hit chance is extremely low. 24x reroll count takes it from 0.5% to ~12% -->
<tags>
<li>FertilitySource</li>
</tags>
</TargetingModes.TargetingModeDef>

</value>
</match>
</Operation>

</Patch>
Binary file added Textures/UI/TargetingModes/Groin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9edb811

Please sign in to comment.