Added extra Textures, thanks @Alpenglow

This commit is contained in:
Vegapnk 2024-07-23 11:54:45 +02:00
parent c2f355f954
commit ecb1f1afb8
10 changed files with 29 additions and 23 deletions

View file

@ -187,6 +187,7 @@ Its just meant if you want to drop me a tip.
**Since Beta-2** (17-07-2024) **Since Beta-2** (17-07-2024)
- Changed behaviour of living cumbucket. Now, once "really full" the output happens more rarely but is much more at once. - Changed behaviour of living cumbucket. Now, once "really full" the output happens more rarely but is much more at once.
- More Icons by @Alpenglow <3 this time attributed correct.
# 2.1.0 (27-06-2024) # 2.1.0 (27-06-2024)

View file

@ -157,7 +157,7 @@
<label>Rut</label> <label>Rut</label>
<description>Carriers of this gene can enter a state of heat, resulting in drastically higher <description>Carriers of this gene can enter a state of heat, resulting in drastically higher
sexual activity.</description> sexual activity.</description>
<iconPath>UI/Icons/ColonistBar/Idle</iconPath> <iconPath>Genes/Icons/rut</iconPath>
<biostatCpx>1</biostatCpx> <biostatCpx>1</biostatCpx>
<biostatMet>1</biostatMet> <biostatMet>1</biostatMet>
<displayOrderInCategory>11</displayOrderInCategory> <displayOrderInCategory>11</displayOrderInCategory>

View file

@ -89,7 +89,8 @@
<GeneDef ParentName="RJWGeneDisease"> <GeneDef ParentName="RJWGeneDisease">
<defName>rjw_genes_infectious_blocked_masturbation</defName> <defName>rjw_genes_infectious_blocked_masturbation</defName>
<label>infectious masturbation block</label> <label>infectious masturbation block</label>
<description>Carriers of this gene are unable to masturbate - they need a partner or equipment.</description> <description>Carriers of this gene are unable to masturbate - they need a partner or
equipment.</description>
<iconPath>Genes/Icons/blocked_masturbation</iconPath> <iconPath>Genes/Icons/blocked_masturbation</iconPath>
<displayOrderInCategory>55</displayOrderInCategory> <displayOrderInCategory>55</displayOrderInCategory>
<biostatCpx>1</biostatCpx> <biostatCpx>1</biostatCpx>
@ -247,7 +248,8 @@
<GeneDef ParentName="RJWGeneDisease"> <GeneDef ParentName="RJWGeneDisease">
<defName>rjw_genes_fluctual_sexual_needs</defName> <defName>rjw_genes_fluctual_sexual_needs</defName>
<label>fluctual sexual needs</label> <label>fluctual sexual needs</label>
<description>Carriers of this genetic disease have a chance to suddenly require sex, gaining a bit of energy to find quick relief.</description> <description>Carriers of this genetic disease have a chance to suddenly require sex, gaining
a bit of energy to find quick relief.</description>
<iconPath>UI/Icons/ColonistBar/Idle</iconPath> <iconPath>UI/Icons/ColonistBar/Idle</iconPath>
<biostatCpx>1</biostatCpx> <biostatCpx>1</biostatCpx>
<biostatMet>2</biostatMet> <biostatMet>2</biostatMet>
@ -269,7 +271,8 @@
<GeneDef ParentName="RJWGeneDisease"> <GeneDef ParentName="RJWGeneDisease">
<defName>rjw_genes_size_blinded</defName> <defName>rjw_genes_size_blinded</defName>
<label>size blinded</label> <label>size blinded</label>
<description>This genetic disease makes the carrier dramatically more drawn to pawns with huge cocks.</description> <description>This genetic disease makes the carrier dramatically more drawn to pawns with
huge cocks.</description>
<iconPath>Genes/Icons/size_blinded</iconPath> <iconPath>Genes/Icons/size_blinded</iconPath>
<biostatCpx>1</biostatCpx> <biostatCpx>1</biostatCpx>
<biostatMet>1</biostatMet> <biostatMet>1</biostatMet>
@ -284,7 +287,8 @@
<GeneDef ParentName="RJWGeneDisease"> <GeneDef ParentName="RJWGeneDisease">
<defName>rjw_genes_stretcher</defName> <defName>rjw_genes_stretcher</defName>
<label>genetic stretcher</label> <label>genetic stretcher</label>
<description>Pawns with this gene have a chance to alter the genes of their sexual partners to prefer large cocks.</description> <description>Pawns with this gene have a chance to alter the genes of their sexual partners
to prefer large cocks.</description>
<iconPath>Genes/Icons/stretcher</iconPath> <iconPath>Genes/Icons/stretcher</iconPath>
<biostatCpx>1</biostatCpx> <biostatCpx>1</biostatCpx>
<biostatMet>0</biostatMet> <biostatMet>0</biostatMet>
@ -305,27 +309,28 @@
</GeneDef> </GeneDef>
<GeneDef ParentName="BreedingBase"> <GeneDef ParentName="RJWGeneDisease">
<defName>rjw_genes_infectious_rut</defName> <defName>rjw_genes_infectious_rut</defName>
<label>Rut</label> <label>Rut</label>
<description>Carriers of this gene can enter a state of heat, resulting in drastically higher <description>Carriers of this gene can enter a state of heat, resulting in drastically
sexual activity.</description> higher
<iconPath>UI/Icons/ColonistBar/Idle</iconPath> sexual activity.</description>
<iconPath>Genes/Icons/rut</iconPath>
<biostatCpx>1</biostatCpx> <biostatCpx>1</biostatCpx>
<biostatMet>2</biostatMet> <biostatMet>2</biostatMet>
<displayOrderInCategory>11</displayOrderInCategory> <displayOrderInCategory>11</displayOrderInCategory>
<geneClass>RJW_Genes.Gene_Rut</geneClass> <geneClass>RJW_Genes.Gene_Rut</geneClass>
<modExtensions> <modExtensions>
<li Class="RJW_Genes.TickBasedChanceExtension"> <li Class="RJW_Genes.TickBasedChanceExtension">
<!-- 60k = 1 days --> <!-- 60k = 1 days -->
<tickInterval>60000</tickInterval> <tickInterval>60000</tickInterval>
<eventChance>0.05</eventChance> <eventChance>0.05</eventChance>
</li> </li>
<li Class="RJW_Genes.GeneticDiseaseExtension"> <li Class="RJW_Genes.GeneticDiseaseExtension">
<infectionChance>0.1</infectionChance> <infectionChance>0.1</infectionChance>
</li> </li>
</modExtensions> </modExtensions>
</GeneDef> </GeneDef>
</Defs> </Defs>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 195 KiB

Before After
Before After

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -6,7 +6,7 @@
<label>living cumbucket</label> <label>living cumbucket</label>
<displayCategory>rjw_genes_cum</displayCategory> <displayCategory>rjw_genes_cum</displayCategory>
<description>When this Xenotype partakes in sexual activity, they store cum and produce it as an item.</description> <description>When this Xenotype partakes in sexual activity, they store cum and produce it as an item.</description>
<iconPath>Genes/Icons/Generous_Donor</iconPath> <iconPath>Genes/Icons/living_cumbucket</iconPath>
<displayOrderInCategory>559</displayOrderInCategory> <displayOrderInCategory>559</displayOrderInCategory>
<modExtensions> <modExtensions>