Add files via upload

This commit is contained in:
EuclideanClass 2022-11-05 20:55:16 +13:00 committed by GitHub
parent 887ca17890
commit 22eabde6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 367 additions and 0 deletions

35
About/About.xml Normal file
View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>BetterRJW</name>
<author>Eagle of Phantoms, Euclidean</author>
<url>https://github.com/EuclideanClass/BetterRJW</url>
<supportedVersions>
<li>1.1</li>
<li>1.2</li>
<li>1.3</li>
<li>1.4</li>
</supportedVersions>
<packageId>EagleofPhantoms.betterrjw</packageId>
<modDependencies>
<li>
<packageId>rim.job.world</packageId>
<displayName>RimJobWorld</displayName>
<downloadUrl>https://gitgud.io/Ed86/rjw</downloadUrl>
</li>
</modDependencies>
<loadAfter>
<li>rim.job.world</li>
</loadAfter>
<description>
Load after RimJobWorld
- Adds social impact buff to bigger breasts and penises.
- Removes natural and bionic body part debuffs (not hydraulic/peg as they are supposed to be worse).
- Makes humpshroom less painful to grow and makes it possible to grow it on the ground and in light.
Thanks to Tory187 and Abraxas for helping me and teaching me stuff.
Continued by Euclidean
</description>
</ModMetaData>

16
About/Manifest.xml Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>BetterRJW</identifier>
<version>1.5</version>
<dependencies>
<li>RimJobWorld</li>
</dependencies>
<incompatibleWith />
<loadBefore>
</loadBefore>
<loadAfter>
<li>RimJobWorld</li>
</loadAfter>
<manifestUri>https://gitgud.io/EaglePhntm/betterrjw/raw/master/About/Manifest.xml</manifestUri>
<downloadUri>https://gitgud.io/EaglePhntm/betterrjw/</downloadUri>
</Manifest>

BIN
About/Preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

37
Patches/Debuffremoval.xml Normal file
View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationRemove">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast" or defName="BionicBreasts" or defName="ArchotechBreasts"]/stages/li[label="Large"]/capMods</xpath>
</li>
<li Class="PatchOperationRemove">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast" or defName="BionicBreasts" or defName="ArchotechBreasts"]/stages/li[label="Huge"]/capMods</xpath>
</li>
<li Class="PatchOperationRemove">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast" or defName="BionicBreasts" or defName="ArchotechBreasts"]/stages/li[label="Enormous"]/capMods</xpath>
</li>
<li Class="PatchOperationRemove">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast" or defName="BionicBreasts" or defName="ArchotechBreasts"]/stages/li[label="Massive"]/capMods</xpath>
</li>
<li Class="PatchOperationRemove">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast" or defName="BionicBreasts" or defName="ArchotechBreasts"]/stages/li[label="Gargantuan"]/capMods</xpath>
</li>
<li Class="PatchOperationRemove">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast" or defName="BionicBreasts" or defName="ArchotechBreasts"]/stages/li[label="Colossal"]/capMods</xpath>
</li>
<li Class="PatchOperationRemove">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast" or defName="BionicBreasts" or defName="ArchotechBreasts"]/stages/li[label="Average"]/capMods</xpath>
</li>
<li Class="PatchOperationRemove">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartPenis" or defName="BionicPenis"]/stages/li[label="Large"]/capMods</xpath>
</li>
<li Class="PatchOperationRemove">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartPenis" or defName="BionicPenis"]/stages/li[label="Huge"]/capMods</xpath>
</li>
<li Class="PatchOperationRemove">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartPenis" or defName="BionicPenis"]/stages/li[label="Towering"]/capMods</xpath>
</li>
</operations>
</Operation>
</Patch>

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="PlantHumpShroom"]/plant/sowTags</xpath>
<value>
<li>Ground</li>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="PlantHumpShroom"]/plant/fertilitySensitivity</xpath>
<value>
<fertilitySensitivity>1.0</fertilitySensitivity>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="PlantHumpShroom"]/plant/growDays</xpath>
<value>
<growDays>5.0</growDays>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="PlantHumpShroom"]/plant/harvestYield</xpath>
<value>
<harvestYield>3.0</harvestYield>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="PlantHumpShroom"]/plant</xpath>
<value>
<cavePlant>false</cavePlant>
</value>
</li>
</operations>
</Operation>
</Patch>

View File

@ -0,0 +1,225 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<!--Breast buffs-->
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast"]/stages/li[label="Large"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.03</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast"]/stages/li[label="Huge"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.05</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast"]/stages/li[label="Enormous"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.07</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast"]/stages/li[label="Massive"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.09</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast"]/stages/li[label="Gargantuan"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.12</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBreast"]/stages/li[label="Colossal"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.15</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicBreasts"]/stages/li[label="Large"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.05</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicBreasts"]/stages/li[label="Huge"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.08</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicBreasts"]/stages/li[label="Enormous"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.10</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicBreasts"]/stages/li[label="Massive"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.12</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicBreasts"]/stages/li[label="Gargantuan"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.15</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicBreasts"]/stages/li[label="Colossal"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.20</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechBreasts"]/stages/li[label="Large"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.10</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechBreasts"]/stages/li[label="Huge"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.12</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechBreasts"]/stages/li[label="Enormous"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.14</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechBreasts"]/stages/li[label="Massive"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.16</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechBreasts"]/stages/li[label="Gargantuan"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.18</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechBreasts"]/stages/li[label="Colossal"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.20</SocialImpact>
</statOffsets>
</value>
</li>
<!--Penis buffs-->
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartPenis"]/stages/li[label="Large"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.03</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartPenis"]/stages/li[label="Huge"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.05</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartPenis"]/stages/li[label="Towering"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.08</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicPenis"]/stages/li[label="Large"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.05</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicPenis"]/stages/li[label="Huge"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.08</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicPenis"]/stages/li[label="Towering"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.10</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechPenis"]/stages/li[label="Large"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.10</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechPenis"]/stages/li[label="Huge"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.12</SocialImpact>
</statOffsets>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechPenis"]/stages/li[label="Towering"]</xpath>
<value>
<statOffsets>
<SocialImpact>0.14</SocialImpact>
</statOffsets>
</value>
</li>
</operations>
</Operation>
</Patch>

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# Better RJW
_Originally made by EaglePhntm, continued by Euclidean._
- [RJW Discord](https://discord.gg/CXwHhv8)
- [Original Git](https://gitgud.io/EaglePhntm/betterrjw/)
- [New Git](https://github.com/EuclideanClass/BetterRJW)
- Requires [Rimjobworld](https://gitgud.io/Ed86/rjw)
# What it Does
- Adds social impact buff to bigger breasts and penises.
- Removes natural and bionic body part debuffs (not hydraulic/peg as they are supposed to be worse).
- Makes humpshroom less painful to grow and makes it possible to grow it on the ground and in light.