- added various fetus images
- added twin fetus image - male insects can impregnate female - now insects egg display on womb icon - added breast to status window - added milk status bar(milkable colonists compatible) - added self lactating button - self lactating enlarges nipple - initial nipple size is determined by breast size - added status bars - you can check when the pawn get breeder/incubator quirk with this - fixed problems when cycle acceleration is too high
5
.gitignore
vendored
|
@ -337,4 +337,7 @@ ASALocalRun/
|
|||
.localhistory/
|
||||
|
||||
# BeatPulse healthcheck temp database
|
||||
healthchecksdb
|
||||
healthchecksdb
|
||||
|
||||
*.psd
|
||||
*.dds
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Manifest>
|
||||
<identifier>RJW Menstruation</identifier>
|
||||
<version>1.0.2.0</version>
|
||||
<version>1.0.3.0</version>
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
<incompatibleWith />
|
||||
|
|
BIN
Assemblies/MilkModule.dll
Normal file
|
@ -27,7 +27,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<minSeverity>0.2</minSeverity>
|
||||
<label>annoy</label>
|
||||
<label>annoying</label>
|
||||
<statFactors>
|
||||
<SexFrequency>0.40</SexFrequency>
|
||||
<SexSatisfaction>0.95</SexSatisfaction>
|
||||
|
@ -36,7 +36,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<minSeverity>0.4</minSeverity>
|
||||
<label>ache</label>
|
||||
<label>aching</label>
|
||||
<statFactors>
|
||||
<SexFrequency>0.20</SexFrequency>
|
||||
<SexSatisfaction>0.95</SexSatisfaction>
|
||||
|
|
9
Defs/JobDefs/Jobs_MilkSelf.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<JobDef>
|
||||
<defName>LactateSelf</defName>
|
||||
<driverClass>MilkModule.JobDriver_HumanMilkSelf</driverClass>
|
||||
<reportString>lactating self</reportString>
|
||||
<allowOpportunisticPrefix>true</allowOpportunisticPrefix>
|
||||
</JobDef>
|
||||
</Defs>
|
|
@ -108,8 +108,8 @@
|
|||
<stages>
|
||||
<li>
|
||||
<label>{0} came inside</label>
|
||||
<description>That son of bitch came inside of me!</description>
|
||||
<baseMoodEffect>-5</baseMoodEffect>
|
||||
<description>The chance is low. But i don't like it.</description>
|
||||
<baseMoodEffect>-3</baseMoodEffect>
|
||||
<baseOpinionOffset>-5</baseOpinionOffset>
|
||||
</li>
|
||||
</stages>
|
||||
|
@ -125,8 +125,8 @@
|
|||
<stages>
|
||||
<li>
|
||||
<label>{0} came inside</label>
|
||||
<description>That son of bitch came inside of me! I don't want to be pregnant with his baby</description>
|
||||
<baseMoodEffect>-10</baseMoodEffect>
|
||||
<description>I don't want to be pregnant with his baby</description>
|
||||
<baseMoodEffect>-5</baseMoodEffect>
|
||||
<baseOpinionOffset>-10</baseOpinionOffset>
|
||||
</li>
|
||||
</stages>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<Stage_Climacteric>Climacteric</Stage_Climacteric>
|
||||
<Stage_Anestrus>Anestrus</Stage_Anestrus>
|
||||
<Button_HealthTab>Status</Button_HealthTab>
|
||||
<Button_MilkTooltip>Lactate self</Button_MilkTooltip>
|
||||
<Dialog_WombInfo01>State</Dialog_WombInfo01>
|
||||
<Dialog_WombInfo02>Fetus</Dialog_WombInfo02>
|
||||
<Dialog_WombInfo03>Father</Dialog_WombInfo03>
|
||||
|
@ -43,8 +44,8 @@
|
|||
<Option8_Desc>show debug informations.</Option8_Desc>
|
||||
<Option9_Label>womb status</Option9_Label>
|
||||
<Option9_Desc>draw womb icon in status window</Option9_Desc>
|
||||
<Option10_Label>vagina status</Option10_Label>
|
||||
<Option10_Desc>draw vagina and anus icon in status window</Option10_Desc>
|
||||
<Option10_Label>vagina and breast status</Option10_Label>
|
||||
<Option10_Desc>draw vagina, anus and breast icon in status window</Option10_Desc>
|
||||
<Option11_Label>Fetus information level</Option11_Label>
|
||||
<Option11_Desc_1>Show all informations about fetus</Option11_Desc_1>
|
||||
<Option11_Desc_2>Show all informations about fetus after noticed pregnancy</Option11_Desc_2>
|
||||
|
@ -79,6 +80,16 @@
|
|||
<Option23_Label>Dominant hybrid extension</Option23_Label>
|
||||
<Option23_Label_1>Mother</Option23_Label_1>
|
||||
<Option23_Label_2>Father</Option23_Label_2>
|
||||
<Option24_Label>Transition variance of nipples after pregnancy</Option24_Label>
|
||||
<Option24_Desc>Set how much nipples/areolas be darker/wider on every pregnancy.</Option24_Desc>
|
||||
<Option25_Label>Permanent transition variance of Nipples</Option25_Label>
|
||||
<Option25_Desc>Set how much nipples/areolas be darker/wider permanently on every pregnancy.</Option25_Desc>
|
||||
<Option26_Label>Maximum transition</Option26_Label>
|
||||
<Option26_Desc>Nipples/areolas won't be darker/wider than this value.</Option26_Desc>
|
||||
<Option27_Label>Transition speed of nipples</Option27_Label>
|
||||
<Option27_Desc>Set how fast transition of nipples/areolas.</Option27_Desc>
|
||||
<Option28_Label></Option28_Label>
|
||||
<Option28_Desc></Option28_Desc>
|
||||
|
||||
<FloatMenu_CleanSelf>Vaginal washing</FloatMenu_CleanSelf>
|
||||
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
<CameInsideM.stages.0.label>{0}에게 질내사정함</CameInsideM.stages.0.label>
|
||||
<CameInsideM.stages.0.description>질싸를하니 기분이 좋네</CameInsideM.stages.0.description>
|
||||
<HaterCameInsideF.stages.0.label>{0}에게 질내사정당함</HaterCameInsideF.stages.0.label>
|
||||
<HaterCameInsideF.stages.0.description>그 개새끼가 질싸를했어! 그새끼의 자식을 임신하고 싶지 않아...</HaterCameInsideF.stages.0.description>
|
||||
<HaterCameInsideF.stages.0.description>그새끼의 자식을 임신하고 싶지 않아...</HaterCameInsideF.stages.0.description>
|
||||
<HaterCameInsideFSafe.stages.0.label>{0}에게 질내사정당함</HaterCameInsideFSafe.stages.0.label>
|
||||
<HaterCameInsideFSafe.stages.0.description>그 개새끼가 질싸를했어!</HaterCameInsideFSafe.stages.0.description>
|
||||
<HaterCameInsideFSafe.stages.0.description>안전일이였지만 기분나빠</HaterCameInsideFSafe.stages.0.description>
|
||||
<HaterCameInsideM.stages.0.label>{0}에게 질내사정함</HaterCameInsideM.stages.0.label>
|
||||
<HaterCameInsideM.stages.0.description>그 개년한테 질싸를했어</HaterCameInsideM.stages.0.description>
|
||||
<UnwantedPregnancy.stages.0.label>원치않은 임신</UnwantedPregnancy.stages.0.label>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<Stage_Climacteric>갱년기</Stage_Climacteric>
|
||||
<Stage_Anestrus>휴지기</Stage_Anestrus>
|
||||
<Button_HealthTab>상태창</Button_HealthTab>
|
||||
<Button_MilkTooltip>모유 짜기</Button_MilkTooltip>
|
||||
<Dialog_WombInfo01>상태</Dialog_WombInfo01>
|
||||
<Dialog_WombInfo02>태아</Dialog_WombInfo02>
|
||||
<Dialog_WombInfo03>부</Dialog_WombInfo03>
|
||||
|
@ -43,8 +44,8 @@
|
|||
<Option8_Desc>디버그정보를 보여줍니다.</Option8_Desc>
|
||||
<Option9_Label>자궁 그림</Option9_Label>
|
||||
<Option9_Desc>상태창에 자궁그림을 표시합니다.</Option9_Desc>
|
||||
<Option10_Label>보지 그림</Option10_Label>
|
||||
<Option10_Desc>상태창에 보지와 항문그림을 표시합니다.</Option10_Desc>
|
||||
<Option10_Label>가슴, 보지 그림</Option10_Label>
|
||||
<Option10_Desc>상태창에 가슴, 보지와 항문그림을 표시합니다.</Option10_Desc>
|
||||
<Option11_Label>태아 정보</Option11_Label>
|
||||
<Option11_Desc_1>태아에 대한 모든 정보를 표시합니다.</Option11_Desc_1>
|
||||
<Option11_Desc_2>임신을 발견한 이후에 태아에 대한 모든 정보를 표시합니다.</Option11_Desc_2>
|
||||
|
@ -79,6 +80,14 @@
|
|||
<Option23_Label>우선순위</Option23_Label>
|
||||
<Option23_Label_1>모</Option23_Label_1>
|
||||
<Option23_Label_2>부</Option23_Label_2>
|
||||
<Option24_Label>임신후 유두 변화량</Option24_Label>
|
||||
<Option24_Desc>임신후에 유두가 얼마나 어두워지고 커지는지 설정합니다.</Option24_Desc>
|
||||
<Option25_Label>유두 영구변화량</Option25_Label>
|
||||
<Option25_Desc>매번 임신할때마다 유두가 얼마나 영구적으로 어두워지고 커지는지 설정합니다.</Option25_Desc>
|
||||
<Option26_Label>최대 변화량</Option26_Label>
|
||||
<Option26_Desc>유두는 이 값 이상으로 변하지 않습니다.</Option26_Desc>
|
||||
<Option27_Label>유두 변화 속도</Option27_Label>
|
||||
<Option27_Desc>유두가 얼마나 빨리 변하는지 설정합니다.</Option27_Desc>
|
||||
|
||||
<FloatMenu_CleanSelf>질세척</FloatMenu_CleanSelf>
|
||||
|
||||
|
|
23
Patches/Hediffs_PrivateParts_Breasts.xml
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- one cycle = folicularIntervalDays + lutealIntervalDays -->
|
||||
<!-- folicularIntervalDays includes bleedingIntervalDays. -->
|
||||
<!-- bleedingIntervalDays must be smaller than folicularIntervalDays -->
|
||||
<!-- unit of maxCumCapacity is ml -->
|
||||
<!-- actual max cum capacity is 500times of maxCumCapacity -->
|
||||
<!-- one egg = 1 ovaryPower-->
|
||||
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>Defs/rjw.HediffDef_PartBase[defName="Breasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts/Breast</BreastTex>
|
||||
<BlacknippleColor>(55,20,0)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
</Patch>
|
17
Patches/MilkPatch.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationConditional">
|
||||
<xpath>/Defs/ThingDef[defName="HumanMilk" or defName="HumanoidMilk"]/graphicData</xpath>
|
||||
<match Class="PatchOperationReplace">
|
||||
<xpath>/Defs/ThingDef[defName="HumanMilk" or defName="HumanoidMilk"]/graphicData</xpath>
|
||||
<value>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/Milkbottle</texPath>
|
||||
<graphicClass>Graphic_StackCount</graphicClass>
|
||||
</graphicData>
|
||||
</value>
|
||||
</match>
|
||||
</Operation>
|
||||
|
||||
|
||||
</Patch>
|
BIN
Patches/Overlays/Arrow.png
Normal file
After Width: | Height: | Size: 637 B |
BIN
Patches/Overlays/Barrel.png
Normal file
After Width: | Height: | Size: 760 B |
BIN
Patches/Overlays/BrokenDown.png
Normal file
After Width: | Height: | Size: 877 B |
BIN
Patches/Overlays/DesignatedGenericTex.png
Normal file
After Width: | Height: | Size: 123 B |
BIN
Patches/Overlays/DragHighlightCell.png
Normal file
After Width: | Height: | Size: 123 B |
BIN
Patches/Overlays/FuelingPort.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
Patches/Overlays/GrayTextBG.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
Patches/Overlays/InteractionCell.png
Normal file
After Width: | Height: | Size: 829 B |
BIN
Patches/Overlays/LaunchableMouseAttachment.png
Normal file
After Width: | Height: | Size: 722 B |
BIN
Patches/Overlays/Locked.png
Normal file
After Width: | Height: | Size: 841 B |
BIN
Patches/Overlays/MouseoverBracketTex.png
Normal file
After Width: | Height: | Size: 238 B |
BIN
Patches/Overlays/NeedsPower.png
Normal file
After Width: | Height: | Size: 973 B |
BIN
Patches/Overlays/OneSidedLine.png
Normal file
After Width: | Height: | Size: 415 B |
BIN
Patches/Overlays/OutOfFuel.png
Normal file
After Width: | Height: | Size: 721 B |
BIN
Patches/Overlays/PowerOff.png
Normal file
After Width: | Height: | Size: 750 B |
BIN
Patches/Overlays/QuestionMark.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
Patches/Overlays/ReservedDestination.png
Normal file
After Width: | Height: | Size: 530 B |
BIN
Patches/Overlays/ReservedDestinationSelection.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Patches/Overlays/ReservedForWork.png
Normal file
After Width: | Height: | Size: 360 B |
BIN
Patches/Overlays/SelectionBracket.png
Normal file
After Width: | Height: | Size: 282 B |
BIN
Patches/Overlays/SelectionBracketGUI.png
Normal file
After Width: | Height: | Size: 282 B |
BIN
Patches/Overlays/SquadFlag.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
Patches/Overlays/TargetHighlight_Side.png
Normal file
After Width: | Height: | Size: 818 B |
BIN
Patches/Overlays/TargetHighlight_Square.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
Patches/Overlays/ThingLine.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
Patches/Overlays/WaypointMouseAttachment.png
Normal file
After Width: | Height: | Size: 622 B |
202
Patches/PawnModExtensions_Animals.xml
Normal file
|
@ -0,0 +1,202 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Race's defName"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Fetus_Default</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.2</cumThickness>
|
||||
<hybridExtension>
|
||||
<Other Race's defName>
|
||||
<Race or PawnKind defName>1.0</Race or PawnKind defName>
|
||||
<Race or PawnKind defName>5.0</Race or PawnKind defName>
|
||||
<Race or PawnKind defName>7.0</Race or PawnKind defName>
|
||||
<Race or PawnKind defName>2.0</Race or PawnKind defName>
|
||||
</Other Race's defName>
|
||||
<Other Race's defName>
|
||||
<Race or PawnKind defName>98.0</Race or PawnKind defName>
|
||||
<Race or PawnKind defName>2.0</Race or PawnKind defName>
|
||||
</Other Race's defName>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
-->
|
||||
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[@Name="BigBirdThingBase"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Birds/Fetus_Bird</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.2</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Chicken"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Birds/Fetus_Bird</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.2</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Duck"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Birds/Fetus_Bird</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.2</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Goose"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Birds/Fetus_Bird</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.2</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="YorkshireTerrier"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Canines/Fetus_Dog</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.05</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Husky"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Canines/Fetus_Dog</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.05</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="LabradorRetriever"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Canines/Fetus_Dog</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.05</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="YorkshireTerrier"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Canines/Fetus_Dog</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.05</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Warg"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Canines/Fetus_Dog</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.05</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[@Name="ThingBaseWolf"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Canines/Fetus_Dog</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.05</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[@Name="ThingBaseFox"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Canines/Fetus_Dog</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.05</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Pig"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Pig</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.8</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[@Name="BaseInsect"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Insects/Fetus_Insect</fetusTexPath>
|
||||
<cumColor>(153,212,89,255)</cumColor>
|
||||
<cumThickness>0.5</cumThickness>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
|
||||
</Patch>
|
BIN
Textures/Breasts/Breast_Breast00.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Textures/Breasts/Breast_Breast00_Nipple00.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
Textures/Breasts/Breast_Breast00_Nipple01.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
Textures/Breasts/Breast_Breast00_Nipple02.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
Textures/Breasts/Breast_Breast00_Nipple03.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
Textures/Breasts/Breast_Breast01.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
Textures/Breasts/Breast_Breast01_Nipple00.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
Textures/Breasts/Breast_Breast01_Nipple01.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
Textures/Breasts/Breast_Breast01_Nipple02.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
Textures/Breasts/Breast_Breast01_Nipple03.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
Textures/Breasts/Breast_Breast02.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
Textures/Breasts/Breast_Breast02_Nipple00.png
Normal file
After Width: | Height: | Size: 365 B |
BIN
Textures/Breasts/Breast_Breast02_Nipple01.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
Textures/Breasts/Breast_Breast02_Nipple02.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
Textures/Breasts/Breast_Breast02_Nipple03.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
Textures/Breasts/Breast_Breast03.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
Textures/Breasts/Breast_Breast03_Nipple00.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
Textures/Breasts/Breast_Breast03_Nipple01.png
Normal file
After Width: | Height: | Size: 540 B |
BIN
Textures/Breasts/Breast_Breast03_Nipple02.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
Textures/Breasts/Breast_Breast03_Nipple03.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
Textures/Breasts/Breast_Breast04.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
Textures/Breasts/Breast_Breast04_Nipple00.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
Textures/Breasts/Breast_Breast04_Nipple01.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
Textures/Breasts/Breast_Breast04_Nipple02.png
Normal file
After Width: | Height: | Size: 738 B |
BIN
Textures/Breasts/Breast_Breast04_Nipple03.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
Textures/Breasts/Breast_Breast05.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
Textures/Breasts/Breast_Breast05_Nipple00.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
Textures/Breasts/Breast_Breast05_Nipple01.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
Textures/Breasts/Breast_Breast05_Nipple02.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
Textures/Breasts/Breast_Breast05_Nipple03.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
Textures/Breasts/average_nip_preg.png
Normal file
After Width: | Height: | Size: 478 B |
BIN
Textures/Breasts/enormous_nip_preg.png
Normal file
After Width: | Height: | Size: 972 B |
BIN
Textures/Breasts/enoromous_nip.png
Normal file
After Width: | Height: | Size: 815 B |
BIN
Textures/Breasts/huge_nip_preg.png
Normal file
After Width: | Height: | Size: 896 B |
BIN
Textures/Breasts/large_nip_preg.png
Normal file
After Width: | Height: | Size: 952 B |
BIN
Textures/Breasts/small_nip_preg.png
Normal file
After Width: | Height: | Size: 425 B |
BIN
Textures/Breasts/tiny_nip.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
Textures/Breasts/tiny_nip_preg.png
Normal file
After Width: | Height: | Size: 425 B |
BIN
Textures/Fetus/Birds/Fetus_Bird00.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
Textures/Fetus/Birds/Fetus_Bird01.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
Textures/Fetus/Birds/Fetus_Bird02.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
Textures/Fetus/Birds/Fetus_Bird03.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
Textures/Fetus/Birds/Fetus_Bird04.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
Textures/Fetus/Birds/Fetus_Bird05.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
Textures/Fetus/Canines/Fetus_Dog00.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
Textures/Fetus/Canines/Fetus_Dog01.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
Textures/Fetus/Canines/Fetus_Dog02.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
Textures/Fetus/Canines/Fetus_Dog03.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
Textures/Fetus/Canines/Fetus_Dog04.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
Textures/Fetus/Canines/Fetus_Dog05.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
BIN
Textures/Fetus/Fetus_Default00_Multiplet_2.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 15 KiB |
BIN
Textures/Fetus/Fetus_Default01_Multiplet_2.png
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 12 KiB |
BIN
Textures/Fetus/Fetus_Default02_Multiplet_2.png
Normal file
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 16 KiB |
BIN
Textures/Fetus/Fetus_Default03_Multiplet_2.png
Normal file
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 15 KiB |
BIN
Textures/Fetus/Fetus_Default04_Multiplet_2.png
Normal file
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 21 KiB |