Inital file copy for 1.4
14
1.4/Defs/DNADef/DNADefs.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<!-- Obsoleted
|
||||
<RJW_Menstruation.DNADef>
|
||||
<defName>Human</defName>
|
||||
<label>human fetus</label>
|
||||
<fetusTexPath>Fetus/Fetus_Default</fetusTexPath>
|
||||
<cumThickness>0.2</cumThickness>
|
||||
-->
|
||||
|
||||
|
||||
|
||||
</Defs>
|
188
1.4/Defs/Drugs/Pills_Menstruation.xml
Normal file
|
@ -0,0 +1,188 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<ThingDef ParentName="MakeableDrugPillBase">
|
||||
<defName>OvaryRegenerationPill</defName>
|
||||
<label>Ovary regeneration pill</label>
|
||||
<description>Recovers the ovaries' health, restoring some quantity of eggs. Less effective on ovaries with few eggs remaining. Cannot recover menopause.</description>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/ORPill</texPath>
|
||||
<graphicClass>Graphic_StackCount</graphicClass>
|
||||
</graphicData>
|
||||
<rotatable>false</rotatable>
|
||||
<statBases>
|
||||
<WorkToMake>2400</WorkToMake>
|
||||
<MarketValue>160</MarketValue>
|
||||
<Mass>0.05</Mass>
|
||||
</statBases>
|
||||
<techLevel>Industrial</techLevel>
|
||||
<ingestible>
|
||||
<drugCategory>Medical</drugCategory>
|
||||
<outcomeDoers>
|
||||
<li Class="RJW_Menstruation.OvaryPillOutcomeDoer">
|
||||
<effectOffset>0.3</effectOffset>
|
||||
</li>
|
||||
</outcomeDoers>
|
||||
</ingestible>
|
||||
<recipeMaker>
|
||||
<researchPrerequisite>DrugProduction</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>DrugLab</li>
|
||||
</recipeUsers>
|
||||
</recipeMaker>
|
||||
<costList>
|
||||
<MedicineHerbal>10</MedicineHerbal>
|
||||
<Neutroamine>4</Neutroamine>
|
||||
<InsectJelly>8</InsectJelly>
|
||||
</costList>
|
||||
<comps>
|
||||
<li Class="CompProperties_Drug">
|
||||
<addictiveness>0</addictiveness>
|
||||
<listOrder>1000</listOrder>
|
||||
<overdoseSeverityOffset>
|
||||
<min>0.08</min>
|
||||
<max>0.14</max>
|
||||
</overdoseSeverityOffset>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef ParentName="MakeableDrugPillBase">
|
||||
<defName>SuperovulationInducingAgent</defName>
|
||||
<label>Superovulation inducing agent</label>
|
||||
<description>Induce superovulation, causing the next ovulation to produce 1-4 extra eggs. May hasten the onset of menopause.</description>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/SIA</texPath>
|
||||
<graphicClass>Graphic_StackCount</graphicClass>
|
||||
</graphicData>
|
||||
<rotatable>false</rotatable>
|
||||
<statBases>
|
||||
<WorkToMake>2400</WorkToMake>
|
||||
<MarketValue>140</MarketValue>
|
||||
<Mass>0.05</Mass>
|
||||
</statBases>
|
||||
<techLevel>Industrial</techLevel>
|
||||
<ingestible>
|
||||
<drugCategory>Medical</drugCategory>
|
||||
<outcomeDoers>
|
||||
<li Class="RJW_Menstruation.SuperOvulationOutcomeDoer">
|
||||
</li>
|
||||
</outcomeDoers>
|
||||
</ingestible>
|
||||
<recipeMaker>
|
||||
<researchPrerequisite>DrugProduction</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>DrugLab</li>
|
||||
</recipeUsers>
|
||||
</recipeMaker>
|
||||
<costList>
|
||||
<MedicineHerbal>12</MedicineHerbal>
|
||||
<Neutroamine>6</Neutroamine>
|
||||
</costList>
|
||||
<comps>
|
||||
<li Class="CompProperties_Drug">
|
||||
<addictiveness>0</addictiveness>
|
||||
<listOrder>1000</listOrder>
|
||||
<overdoseSeverityOffset>
|
||||
<min>0.08</min>
|
||||
<max>0.14</max>
|
||||
</overdoseSeverityOffset>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef ParentName="MakeableDrugPillBase">
|
||||
<defName>PainReliever</defName>
|
||||
<label>Pain reliever</label>
|
||||
<description>Relieves menstrual pain for 24 hours. Also effective on other sources of pain.</description>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/PainReliever</texPath>
|
||||
<graphicClass>Graphic_StackCount</graphicClass>
|
||||
</graphicData>
|
||||
<rotatable>false</rotatable>
|
||||
<statBases>
|
||||
<WorkToMake>1000</WorkToMake>
|
||||
<MarketValue>12</MarketValue>
|
||||
<Mass>0.01</Mass>
|
||||
</statBases>
|
||||
<techLevel>Industrial</techLevel>
|
||||
<ingestible>
|
||||
<drugCategory>Medical</drugCategory>
|
||||
<outcomeDoers>
|
||||
<li Class="IngestionOutcomeDoer_GiveHediff">
|
||||
<hediffDef>Hediff_PainReliever</hediffDef>
|
||||
<severity>1.0</severity>
|
||||
</li>
|
||||
</outcomeDoers>
|
||||
</ingestible>
|
||||
<recipeMaker>
|
||||
<researchPrerequisite>DrugProduction</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>DrugLab</li>
|
||||
</recipeUsers>
|
||||
</recipeMaker>
|
||||
<costList>
|
||||
<MedicineHerbal>1</MedicineHerbal>
|
||||
</costList>
|
||||
<comps>
|
||||
<li Class="CompProperties_Drug">
|
||||
<addictiveness>0</addictiveness>
|
||||
<listOrder>1000</listOrder>
|
||||
<overdoseSeverityOffset>
|
||||
<min>0.08</min>
|
||||
<max>0.14</max>
|
||||
</overdoseSeverityOffset>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef ParentName="MakeableDrugPillBase">
|
||||
<defName>Cyclosporine</defName>
|
||||
<label>cyclosporine</label>
|
||||
<description>An immunosuppressant. Can cure antisperm antibody, but reduces the body's ability to fight off infection and disease for 24 hours.</description>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/Cyclosporine</texPath>
|
||||
<graphicClass>Graphic_StackCount</graphicClass>
|
||||
</graphicData>
|
||||
<rotatable>false</rotatable>
|
||||
<statBases>
|
||||
<WorkToMake>1000</WorkToMake>
|
||||
<MarketValue>12</MarketValue>
|
||||
<Mass>0.01</Mass>
|
||||
</statBases>
|
||||
<techLevel>Industrial</techLevel>
|
||||
<ingestible>
|
||||
<drugCategory>Medical</drugCategory>
|
||||
<outcomeDoers>
|
||||
<li Class="IngestionOutcomeDoer_GiveHediff">
|
||||
<hediffDef>Hediff_Cyclosporine</hediffDef>
|
||||
<severity>1.0</severity>
|
||||
</li>
|
||||
<li Class="RJW_Menstruation.IngestionOutcomeDoer_AdjustSeverity">
|
||||
<hediffDef>Hediff_ASA</hediffDef>
|
||||
<severity>-0.20</severity>
|
||||
</li>
|
||||
</outcomeDoers>
|
||||
</ingestible>
|
||||
<recipeMaker>
|
||||
<researchPrerequisite>DrugProduction</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>DrugLab</li>
|
||||
</recipeUsers>
|
||||
</recipeMaker>
|
||||
<costList>
|
||||
<MedicineHerbal>1</MedicineHerbal>
|
||||
</costList>
|
||||
<comps>
|
||||
<li Class="CompProperties_Drug">
|
||||
<addictiveness>0</addictiveness>
|
||||
<listOrder>1000</listOrder>
|
||||
<overdoseSeverityOffset>
|
||||
<min>0.08</min>
|
||||
<max>0.14</max>
|
||||
</overdoseSeverityOffset>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
</Defs>
|
111
1.4/Defs/HediffDef/Hediffs_Cum.xml
Normal file
|
@ -0,0 +1,111 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<HediffDef>
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<defName>Hediff_ASA</defName>
|
||||
<label>Antisperm antibody</label>
|
||||
<labelNoun>antisperm antibody</labelNoun>
|
||||
<description>Antisperm antibody. Increases death rate of sperm.</description>
|
||||
<labelNounPretty>{0} has an antisperm antibody</labelNounPretty>
|
||||
<defaultLabelColor>(0.8,0.1,0.1)</defaultLabelColor>
|
||||
<isBad>false</isBad>
|
||||
<tendable>false</tendable>
|
||||
<makesSickThought>false</makesSickThought>
|
||||
<makesAlert>true</makesAlert>
|
||||
<maxSeverity>1</maxSeverity>
|
||||
<initialSeverity>0.1</initialSeverity>
|
||||
<injuryProps>
|
||||
<canMerge>true</canMerge>
|
||||
</injuryProps>
|
||||
<stages>
|
||||
<li>
|
||||
<becomeVisible>false</becomeVisible>
|
||||
</li>
|
||||
<li>
|
||||
<minSeverity>0.40</minSeverity>
|
||||
<becomeVisible>true</becomeVisible>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
|
||||
<HediffDef>
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<defName>Hediff_ForceFertile</defName>
|
||||
<label>Fertile</label>
|
||||
<labelNoun>fertile</labelNoun>
|
||||
<description>fertile</description>
|
||||
<labelNounPretty>{0} is fertile</labelNounPretty>
|
||||
<defaultLabelColor>(0.3,0.3,0.8)</defaultLabelColor>
|
||||
<isBad>false</isBad>
|
||||
<tendable>false</tendable>
|
||||
<makesSickThought>false</makesSickThought>
|
||||
<makesAlert>true</makesAlert>
|
||||
<maxSeverity>3</maxSeverity>
|
||||
<initialSeverity>0.1</initialSeverity>
|
||||
<injuryProps>
|
||||
<canMerge>true</canMerge>
|
||||
</injuryProps>
|
||||
<stages>
|
||||
<li>
|
||||
<becomeVisible>false</becomeVisible>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>RJW_Fertility</capacity>
|
||||
<offset>0.05</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
</li>
|
||||
<li>
|
||||
<minSeverity>0.20</minSeverity>
|
||||
<becomeVisible>false</becomeVisible>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>RJW_Fertility</capacity>
|
||||
<offset>0.25</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
</li>
|
||||
<li>
|
||||
<minSeverity>0.40</minSeverity>
|
||||
<becomeVisible>true</becomeVisible>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>RJW_Fertility</capacity>
|
||||
<offset>0.50</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
</li>
|
||||
<li>
|
||||
<minSeverity>0.60</minSeverity>
|
||||
<becomeVisible>true</becomeVisible>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>RJW_Fertility</capacity>
|
||||
<offset>0.75</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
</li>
|
||||
<li>
|
||||
<minSeverity>0.80</minSeverity>
|
||||
<becomeVisible>true</becomeVisible>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>RJW_Fertility</capacity>
|
||||
<offset>1.00</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
<li Class="HediffCompProperties_SeverityPerDay">
|
||||
<severityPerDay>-1.0</severityPerDay>
|
||||
<showHoursToRecover>true</showHoursToRecover>
|
||||
</li>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
|
||||
|
||||
|
||||
</Defs>
|
224
1.4/Defs/HediffDef/Hediffs_Menstruation.xml
Normal file
|
@ -0,0 +1,224 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<HediffDef Name="Hediff_MenstrualCramp">
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<defName>Hediff_MenstrualCramp</defName>
|
||||
<label>In period</label>
|
||||
<labelNoun>in period</labelNoun>
|
||||
<description>Bleeding from the vagina at the end of the menstrual cycle. Often painful.</description>
|
||||
<defaultLabelColor>(0.70,0.00,0.00)</defaultLabelColor>
|
||||
<isBad>true</isBad>
|
||||
<tendable>false</tendable>
|
||||
<makesSickThought>false</makesSickThought>
|
||||
<makesAlert>false</makesAlert>
|
||||
<maxSeverity>1</maxSeverity>
|
||||
<initialSeverity>0.1</initialSeverity>
|
||||
<injuryProps>
|
||||
<canMerge>true</canMerge>
|
||||
</injuryProps>
|
||||
<stages>
|
||||
<li>
|
||||
<label>unpleasant</label>
|
||||
<statFactors>
|
||||
<SexFrequency>0.50</SexFrequency>
|
||||
<SexSatisfaction>0.95</SexSatisfaction>
|
||||
</statFactors>
|
||||
<painOffset>0.005</painOffset>
|
||||
</li>
|
||||
<li>
|
||||
<minSeverity>0.2</minSeverity>
|
||||
<label>annoying</label>
|
||||
<statFactors>
|
||||
<SexFrequency>0.40</SexFrequency>
|
||||
<SexSatisfaction>0.95</SexSatisfaction>
|
||||
</statFactors>
|
||||
<painOffset>0.01</painOffset>
|
||||
</li>
|
||||
<li>
|
||||
<minSeverity>0.4</minSeverity>
|
||||
<label>aching</label>
|
||||
<statFactors>
|
||||
<SexFrequency>0.20</SexFrequency>
|
||||
<SexSatisfaction>0.95</SexSatisfaction>
|
||||
</statFactors>
|
||||
<painOffset>0.10</painOffset>
|
||||
</li>
|
||||
<li>
|
||||
<minSeverity>0.6</minSeverity>
|
||||
<label>painful</label>
|
||||
<statFactors>
|
||||
<SexFrequency>0.0</SexFrequency>
|
||||
<SexSatisfaction>0.95</SexSatisfaction>
|
||||
</statFactors>
|
||||
<painOffset>0.20</painOffset>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
<li Class="HediffCompProperties_SeverityPerDay">
|
||||
<severityPerDay>-0.1</severityPerDay>
|
||||
</li>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
|
||||
<HediffDef Name="Hediff_Menopause">
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<defName>Hediff_Menopause</defName>
|
||||
<label>Menopause</label>
|
||||
<labelNoun>menopause</labelNoun>
|
||||
<description>A condition caused by exhaustion of the ovaries' eggs. The womb can no longer produce children.</description>
|
||||
<labelNounPretty>{0} has entered menopause</labelNounPretty>
|
||||
<defaultLabelColor>(0.70,0.70,0.00)</defaultLabelColor>
|
||||
<isBad>false</isBad>
|
||||
<tendable>false</tendable>
|
||||
<makesSickThought>false</makesSickThought>
|
||||
<makesAlert>true</makesAlert>
|
||||
<maxSeverity>1</maxSeverity>
|
||||
<initialSeverity>0.1</initialSeverity>
|
||||
<injuryProps>
|
||||
<canMerge>true</canMerge>
|
||||
</injuryProps>
|
||||
<stages>
|
||||
<li>
|
||||
<label>Obsolete</label>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
<li Class="HediffCompProperties_Disappears">
|
||||
<disappearsAfterTicks>0</disappearsAfterTicks>
|
||||
</li>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
|
||||
<HediffDef Name="Hediff_Climacteric">
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<defName>Hediff_Climacteric</defName>
|
||||
<label>Climacteric</label>
|
||||
<labelNoun>climacteric</labelNoun>
|
||||
<description>Ovulation has become irregular as the ovaries approach exhaustion. Menopause will soon occur.</description>
|
||||
<defaultLabelColor>(0.70,0.70,0.00)</defaultLabelColor>
|
||||
<isBad>false</isBad>
|
||||
<tendable>false</tendable>
|
||||
<makesSickThought>false</makesSickThought>
|
||||
<makesAlert>false</makesAlert>
|
||||
<maxSeverity>1</maxSeverity>
|
||||
<initialSeverity>0.1</initialSeverity>
|
||||
<injuryProps>
|
||||
<canMerge>true</canMerge>
|
||||
</injuryProps>
|
||||
<stages>
|
||||
<li>
|
||||
<label>Obsolete</label>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
<li Class="HediffCompProperties_Disappears">
|
||||
<disappearsAfterTicks>0</disappearsAfterTicks>
|
||||
</li>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
|
||||
|
||||
<HediffDef Name="Hediff_Estrus">
|
||||
<hediffClass>RJW_Menstruation.Hediff_Estrus</hediffClass>
|
||||
<defName>Hediff_Estrus</defName>
|
||||
<label>Estrus</label>
|
||||
<labelNoun>estrus</labelNoun>
|
||||
<description>A condition caused by a womb entering the most fertile phase of its menstrual cycle. Sexual arousal and desire increase dramatically as the body yearns to become pregnant. Increased chance of vaginal sex occurring and potentially lower standards in mate selection.</description>
|
||||
<defaultLabelColor>(1.00,0.60,0.75)</defaultLabelColor>
|
||||
<isBad>false</isBad>
|
||||
<tendable>false</tendable>
|
||||
<makesSickThought>false</makesSickThought>
|
||||
<makesAlert>false</makesAlert>
|
||||
<maxSeverity>10000</maxSeverity>
|
||||
<initialSeverity>1.0</initialSeverity>
|
||||
<injuryProps>
|
||||
<canMerge>true</canMerge>
|
||||
</injuryProps>
|
||||
<stages>
|
||||
<li>
|
||||
<statFactors>
|
||||
<SexFrequency>5.0</SexFrequency>
|
||||
<SexSatisfaction>1.5</SexSatisfaction>
|
||||
</statFactors>
|
||||
</li>
|
||||
</stages>
|
||||
</HediffDef>
|
||||
|
||||
<HediffDef Name="Hediff_Estrus_Concealed">
|
||||
<hediffClass>RJW_Menstruation.Hediff_Estrus</hediffClass>
|
||||
<defName>Hediff_Estrus_Concealed</defName>
|
||||
<label>Estrus (concealed)</label>
|
||||
<labelNoun>estrus</labelNoun>
|
||||
<description>A condition caused by a womb its most fertile phase of the menstrual cycle. Sexual arousal and desire increase slightly. Slightly increased chance of vaginal sex.</description>
|
||||
<defaultLabelColor>(1.00,0.60,0.75)</defaultLabelColor>
|
||||
<isBad>false</isBad>
|
||||
<tendable>false</tendable>
|
||||
<makesSickThought>false</makesSickThought>
|
||||
<makesAlert>false</makesAlert>
|
||||
<maxSeverity>10000</maxSeverity>
|
||||
<initialSeverity>1.0</initialSeverity>
|
||||
<injuryProps>
|
||||
<canMerge>true</canMerge>
|
||||
</injuryProps>
|
||||
<stages>
|
||||
<li>
|
||||
<becomeVisible>false</becomeVisible>
|
||||
<statFactors>
|
||||
<SexFrequency>1.10</SexFrequency>
|
||||
<SexSatisfaction>1.05</SexSatisfaction>
|
||||
</statFactors>
|
||||
</li>
|
||||
</stages>
|
||||
</HediffDef>
|
||||
|
||||
|
||||
<HediffDef Name="Hediff_PainReliever">
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<defName>Hediff_PainReliever</defName>
|
||||
<label>Pain reliever</label>
|
||||
<description>A mild reprieve from menstrual (and other) sources of pain.</description>
|
||||
<defaultLabelColor>(0.75,0.75,1.0)</defaultLabelColor>
|
||||
<isBad>false</isBad>
|
||||
<tendable>false</tendable>
|
||||
<makesSickThought>false</makesSickThought>
|
||||
<makesAlert>false</makesAlert>
|
||||
<maxSeverity>5</maxSeverity>
|
||||
<initialSeverity>1.0</initialSeverity>
|
||||
<stages>
|
||||
<li>
|
||||
<painOffset>-0.1</painOffset>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
<li Class="HediffCompProperties_SeverityPerDay">
|
||||
<severityPerDay>-1.0</severityPerDay>
|
||||
</li>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
|
||||
<HediffDef>
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<defName>Hediff_Cyclosporine</defName>
|
||||
<label>Cyclosporine</label>
|
||||
<description>Under the effect of an immunosuppressant, hampering the body's ability to fight off infection and disease.</description>
|
||||
<defaultLabelColor>(0.75,0.75,1.0)</defaultLabelColor>
|
||||
<isBad>false</isBad>
|
||||
<tendable>false</tendable>
|
||||
<makesSickThought>false</makesSickThought>
|
||||
<makesAlert>false</makesAlert>
|
||||
<maxSeverity>10</maxSeverity>
|
||||
<initialSeverity>1.0</initialSeverity>
|
||||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<ImmunityGainSpeed>-0.25</ImmunityGainSpeed>
|
||||
</statOffsets>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
<li Class="HediffCompProperties_SeverityPerDay">
|
||||
<severityPerDay>-1.0</severityPerDay>
|
||||
</li>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
</Defs>
|
10
1.4/Defs/JobDefs/Jobs_CleanSelf.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<JobDef Name="VaginaWashing">
|
||||
<defName>VaginaWashing</defName>
|
||||
<driverClass>RJW_Menstruation.JobDriver_VaginaWashing</driverClass>
|
||||
<reportString>washing vagina</reportString>
|
||||
<casualInterruptible>true</casualInterruptible>
|
||||
</JobDef>
|
||||
</Defs>
|
9
1.4/Defs/JobDefs/Jobs_MilkSelf.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<JobDef>
|
||||
<defName>LactateSelf</defName>
|
||||
<driverClass>RJW_Menstruation.JobDriver_MilkSelf</driverClass>
|
||||
<reportString>lactating self</reportString>
|
||||
<allowOpportunisticPrefix>true</allowOpportunisticPrefix>
|
||||
</JobDef>
|
||||
</Defs>
|
9
1.4/Defs/KeyBindings/KeyBindings_Menstruation.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<KeyBindingDef ParentName="GameKeyBinding">
|
||||
<defName>OpenStatusWindow</defName>
|
||||
<label>Menstruation: open status window</label>
|
||||
<defaultKeyCodeA>Q</defaultKeyCodeA>
|
||||
</KeyBindingDef>
|
||||
</Defs>
|
80
1.4/Defs/Recipe_Surgery/Recipes_Surgery_Breast.xml
Normal file
|
@ -0,0 +1,80 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<RecipeDef Abstract="True" Name="BaseBreastSurgery">
|
||||
<effectWorking>Surgery</effectWorking>
|
||||
<soundWorking>Recipe_Surgery</soundWorking>
|
||||
<workSpeedStat>MedicalOperationSpeed</workSpeedStat>
|
||||
<workSkill>Medicine</workSkill>
|
||||
<workSkillLearnFactor>0.2</workSkillLearnFactor>
|
||||
<workAmount>400</workAmount>
|
||||
<anesthetize>false</anesthetize>
|
||||
<recipeUsers>
|
||||
<li>Human</li>
|
||||
</recipeUsers>
|
||||
<surgerySuccessChanceFactor>100</surgerySuccessChanceFactor>
|
||||
<ingredients>
|
||||
<li>
|
||||
<filter>
|
||||
<categories>
|
||||
<li>Medicine</li>
|
||||
</categories>
|
||||
</filter>
|
||||
<count>1</count>
|
||||
</li>
|
||||
</ingredients>
|
||||
<fixedIngredientFilter>
|
||||
<categories>
|
||||
<li>Medicine</li>
|
||||
</categories>
|
||||
</fixedIngredientFilter>
|
||||
</RecipeDef>
|
||||
|
||||
<RecipeDef ParentName="BaseBreastSurgery">
|
||||
<defName>Surgery_ExpandAreola</defName>
|
||||
<label>expand areolae</label>
|
||||
<description>Expand the areolae.</description>
|
||||
<workerClass>RJW_Menstruation.Recipe_ExpandAreola</workerClass>
|
||||
<jobString>expanding areolae</jobString>
|
||||
</RecipeDef>
|
||||
|
||||
<RecipeDef ParentName="BaseBreastSurgery">
|
||||
<defName>Surgery_ContractAreola</defName>
|
||||
<label>contract areolae</label>
|
||||
<description>Contract the areolae.</description>
|
||||
<workerClass>RJW_Menstruation.Recipe_ContractAreola</workerClass>
|
||||
<jobString>contracting areolae</jobString>
|
||||
</RecipeDef>
|
||||
|
||||
<RecipeDef ParentName="BaseBreastSurgery">
|
||||
<defName>Surgery_ExpandNipple</defName>
|
||||
<label>Expand nipple</label>
|
||||
<description>Expand the nipples.</description>
|
||||
<workerClass>RJW_Menstruation.Recipe_ExpandNipple</workerClass>
|
||||
<jobString>expanding nipples</jobString>
|
||||
</RecipeDef>
|
||||
|
||||
<RecipeDef ParentName="BaseBreastSurgery">
|
||||
<defName>Surgery_ContractNipple</defName>
|
||||
<label>Contract nipples</label>
|
||||
<description>Contract the nipples.</description>
|
||||
<workerClass>RJW_Menstruation.Recipe_ContractNipple</workerClass>
|
||||
<jobString>contracting nipples</jobString>
|
||||
</RecipeDef>
|
||||
|
||||
<RecipeDef ParentName="BaseBreastSurgery">
|
||||
<defName>Surgery_DarkenNipple</defName>
|
||||
<label>Darken nipples</label>
|
||||
<description>Darken the nipples.</description>
|
||||
<workerClass>RJW_Menstruation.Recipe_DarkenNipple</workerClass>
|
||||
<jobString>darkening nipples</jobString>
|
||||
</RecipeDef>
|
||||
|
||||
<RecipeDef ParentName="BaseBreastSurgery">
|
||||
<defName>Surgery_LightenNipple</defName>
|
||||
<label>Lighten nipples</label>
|
||||
<description>Lighten the nipples.</description>
|
||||
<workerClass>RJW_Menstruation.Recipe_LightenNipple</workerClass>
|
||||
<jobString>lightening nipples</jobString>
|
||||
</RecipeDef>
|
||||
|
||||
</Defs>
|
19
1.4/Defs/RecordDefs/Records_Womb.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<RecordDef>
|
||||
<defName>AmountofCreampied</defName>
|
||||
<label>creampied</label>
|
||||
<description>The milliliters of cum that's been ejaculated into my womb.</description>
|
||||
<type>Float</type>
|
||||
</RecordDef>
|
||||
|
||||
<RecordDef>
|
||||
<defName>AmountofFertilizedEggs</defName>
|
||||
<label>fertilized eggs</label>
|
||||
<description>The number of my eggs that sperm has fertilized.</description>
|
||||
<type>Int</type>
|
||||
</RecordDef>
|
||||
|
||||
|
||||
</Defs>
|
27
1.4/Defs/Stats/Stats_Absorber.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<StatDef>
|
||||
<defName>MaxAbsorbable</defName>
|
||||
<label>Absorbable</label>
|
||||
<description>Maximum amount of fluid that this item can absorb.</description>
|
||||
<category>Apparel</category>
|
||||
<minValue>0</minValue>
|
||||
<toStringStyle>FloatOne</toStringStyle>
|
||||
<formatString>{0} ml</formatString>
|
||||
<showIfUndefined>false</showIfUndefined>
|
||||
<displayPriorityInCategory>60</displayPriorityInCategory>
|
||||
<parts>
|
||||
<li Class="StatPart_Quality">
|
||||
<factorAwful>0.5</factorAwful>
|
||||
<factorPoor>0.8</factorPoor>
|
||||
<factorNormal>1</factorNormal>
|
||||
<factorGood>1.2</factorGood>
|
||||
<factorExcellent>1.4</factorExcellent>
|
||||
<factorMasterwork>2.0</factorMasterwork>
|
||||
<factorLegendary>5.0</factorLegendary>
|
||||
</li>
|
||||
</parts>
|
||||
</StatDef>
|
||||
|
||||
</Defs>
|
32
1.4/Defs/TaleDefs/Tales_Cum.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<TaleDef>
|
||||
<defName>CameInside</defName>
|
||||
<label>came inside</label>
|
||||
<taleClass>Tale_DoublePawn</taleClass>
|
||||
<type>Volatile</type>
|
||||
<firstPawnSymbol>FUCKER</firstPawnSymbol>
|
||||
<secondPawnSymbol>FUCKED</secondPawnSymbol>
|
||||
<baseInterest>1.5</baseInterest>
|
||||
<rulePack>
|
||||
<rulesStrings>
|
||||
<li>tale_noun->[FUCKER_nameDef] coming inside of [FUCKED_nameDef]</li>
|
||||
<li>image->[FUCKER_nameFull]'s penis deep inside of [FUCKED_nameFull]'s vagina [circumstance_group]</li>
|
||||
<li>image->[FUCKER_nameFull]'s penis vanishing into [FUCKED_nameFull]'s vagina [circumstance_group]</li>
|
||||
<li>image->[FUCKED_nameFull]'s vagina being filled by [FUCKER_nameFull]'s penis [circumstance_group]</li>
|
||||
<li>image->[FUCKED_nameFull]'s vagina gripping [FUCKER_nameFull]'s penis tight [cirsumstance_group]</li>
|
||||
<li>circumstance_phrase->while [FUCKER_nameDef] grits [FUCKER_possessive] teeth</li>
|
||||
<li>circumstance_phrase->while [FUCKER_nameDef] wears a triumphant smirk</li>
|
||||
<li>circumstance_phrase->as [FUCKED_nameDef] shudders in ecstasy</li>
|
||||
<li>circumstance_phrase->as [FUCKER_nameDef] shoots [FUCKER_possessive] load into [FUCKED_nameDef]</li>
|
||||
<li>circumstance_phrase->while [FUCKED_nameDef] looks into [FUCKER_nameDef]'s eyes with a smile</li>
|
||||
<li>desc_sentence->[FUCKER_nameDef]'s cum oozes out of [FUCKED_nameDef]'s vagina and drips onto the floor.</li>
|
||||
<li>desc_sentence->[FUCKER_nameDef]'s sperm races into [FUCKED_nameDef]'s womb and enters [FUCKED_possessive] egg.</li>
|
||||
<li>desc_sentence->[FUCKER_nameDef]'s cum shoots into [FUCKED_nameDef]'s womb.</li>
|
||||
<li>desc_sentence->[FUCKED_nameDef]'s womb is filled with cum.</li>
|
||||
<li>desc_sentence->Sweat runs down [FUCKER_nameDef]'s face.</li>
|
||||
<li>desc_sentence->[FUCKED_nameDef] is panting heavily.</li>
|
||||
</rulesStrings>
|
||||
</rulePack>
|
||||
</TaleDef>
|
||||
</Defs>
|
8
1.4/Defs/ThingDefs/ApparelLayerDefs_Absorber.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<ApparelLayerDef>
|
||||
<defName>Absorber</defName>
|
||||
<label>genital</label>
|
||||
<drawOrder>500</drawOrder>
|
||||
</ApparelLayerDef>
|
||||
</Defs>
|
263
1.4/Defs/ThingDefs/Apparel_Absorbers.xml
Normal file
|
@ -0,0 +1,263 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<ThingDef ParentName="ApparelNoQualityBase">
|
||||
<defName>Absorber_Tampon</defName>
|
||||
<label>tampon</label>
|
||||
<description>A tampon for absorbing fluids from a vagina. May cause an infection if worn for too long.</description>
|
||||
<thingClass>RJW_Menstruation.Absorber_Tampon</thingClass>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/Tampon</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<tickerType>Never</tickerType>
|
||||
<smeltable>false</smeltable>
|
||||
<tradeability>Sellable</tradeability>
|
||||
<statBases>
|
||||
<MaxHitPoints>20</MaxHitPoints>
|
||||
<Mass>0.01</Mass>
|
||||
<WorkToMake>1000</WorkToMake>
|
||||
<Flammability>1.0</Flammability>
|
||||
<EquipDelay>2</EquipDelay>
|
||||
<MaxAbsorbable>10</MaxAbsorbable>
|
||||
</statBases>
|
||||
<costStuffCount>5</costStuffCount>
|
||||
<stuffCategories>
|
||||
<li>Fabric</li>
|
||||
</stuffCategories>
|
||||
<recipeMaker>
|
||||
<unfinishedThingDef>UnfinishedApparel</unfinishedThingDef>
|
||||
<researchPrerequisite>ComplexClothing</researchPrerequisite>
|
||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||
<workSkill>Crafting</workSkill>
|
||||
<effectWorking>Tailor</effectWorking>
|
||||
<soundWorking>Recipe_Tailor</soundWorking>
|
||||
<recipeUsers>
|
||||
<li>ElectricTailoringBench</li>
|
||||
<li>HandTailoringBench</li>
|
||||
</recipeUsers>
|
||||
<useIngredientsForColor>true</useIngredientsForColor>
|
||||
<skillRequirements>
|
||||
<Crafting>4</Crafting>
|
||||
</skillRequirements>
|
||||
</recipeMaker>
|
||||
<thingCategories>
|
||||
<li>ApparelUtility</li>
|
||||
</thingCategories>
|
||||
<apparel>
|
||||
<careIfWornByCorpse>true</careIfWornByCorpse>
|
||||
<countsAsClothingForNudity>false</countsAsClothingForNudity>
|
||||
<careIfDamaged>false</careIfDamaged>
|
||||
<wearPerDay>0</wearPerDay>
|
||||
<gender>Female</gender>
|
||||
<bodyPartGroups>
|
||||
<li>GenitalsBPG</li>
|
||||
</bodyPartGroups>
|
||||
<layers>
|
||||
<li>Absorber</li>
|
||||
</layers>
|
||||
<tags>
|
||||
<li>Absorber</li>
|
||||
</tags>
|
||||
</apparel>
|
||||
<modExtensions>
|
||||
<li Class="RJW_Menstruation.AbsorberModExtension">
|
||||
<leakAfterDirty>false</leakAfterDirty>
|
||||
<effectsAfterDirty>true</effectsAfterDirty>
|
||||
<minHourstoDirtyEffect>10</minHourstoDirtyEffect>
|
||||
<dirtyDef>Absorber_Tampon_Dirty</dirtyDef>
|
||||
</li>
|
||||
</modExtensions>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef ParentName="ApparelNoQualityBase">
|
||||
<defName>Absorber_Tampon_Dirty</defName>
|
||||
<label>dirty tampon</label>
|
||||
<description>A wet used tampon. May cause infection if left in.</description>
|
||||
<thingClass>RJW_Menstruation.Absorber_Tampon</thingClass>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/Tampon</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<tickerType>Never</tickerType>
|
||||
<smeltable>false</smeltable>
|
||||
<tradeability>None</tradeability>
|
||||
<statBases>
|
||||
<MaxHitPoints>20</MaxHitPoints>
|
||||
<Mass>0.05</Mass>
|
||||
<MarketValue>0</MarketValue>
|
||||
<WorkToMake>1000</WorkToMake>
|
||||
<Flammability>0.2</Flammability>
|
||||
<EquipDelay>2</EquipDelay>
|
||||
<MaxAbsorbable>10</MaxAbsorbable>
|
||||
<Cleanliness>-5</Cleanliness>
|
||||
</statBases>
|
||||
<stuffCategories>
|
||||
<li>Fabric</li>
|
||||
</stuffCategories>
|
||||
<thingCategories>
|
||||
<li>ApparelUtility</li>
|
||||
</thingCategories>
|
||||
<apparel>
|
||||
<careIfWornByCorpse>true</careIfWornByCorpse>
|
||||
<countsAsClothingForNudity>false</countsAsClothingForNudity>
|
||||
<careIfDamaged>false</careIfDamaged>
|
||||
<wearPerDay>0</wearPerDay>
|
||||
<gender>Female</gender>
|
||||
<bodyPartGroups>
|
||||
<li>GenitalsBPG</li>
|
||||
</bodyPartGroups>
|
||||
<layers>
|
||||
<li>Absorber</li>
|
||||
</layers>
|
||||
<tags>
|
||||
<li>Absorber</li>
|
||||
</tags>
|
||||
</apparel>
|
||||
<modExtensions>
|
||||
<li Class="RJW_Menstruation.AbsorberModExtension">
|
||||
<leakAfterDirty>false</leakAfterDirty>
|
||||
<effectsAfterDirty>true</effectsAfterDirty>
|
||||
<minHourstoDirtyEffect>8</minHourstoDirtyEffect>
|
||||
<dirtyDef>Absorber_Tampon_Dirty</dirtyDef>
|
||||
</li>
|
||||
</modExtensions>
|
||||
</ThingDef>
|
||||
|
||||
|
||||
<ThingDef ParentName="ApparelNoQualityBase">
|
||||
<defName>Absorber_Pad</defName>
|
||||
<label>sanitary pad</label>
|
||||
<description>A pad for absorbing fluids from a vagina.</description>
|
||||
<thingClass>RJW_Menstruation.Absorber</thingClass>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/Pad</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<tickerType>Never</tickerType>
|
||||
<smeltable>false</smeltable>
|
||||
<tradeability>Sellable</tradeability>
|
||||
<statBases>
|
||||
<MaxHitPoints>40</MaxHitPoints>
|
||||
<Mass>0.02</Mass>
|
||||
<WorkToMake>1000</WorkToMake>
|
||||
<Flammability>1.0</Flammability>
|
||||
<EquipDelay>4</EquipDelay>
|
||||
<MaxAbsorbable>25</MaxAbsorbable>
|
||||
<StuffEffectMultiplierArmor>0.02</StuffEffectMultiplierArmor>
|
||||
<StuffEffectMultiplierInsulation_Cold>0.02</StuffEffectMultiplierInsulation_Cold>
|
||||
<StuffEffectMultiplierInsulation_Heat>0.05</StuffEffectMultiplierInsulation_Heat>
|
||||
<ArmorRating_Sharp>0.01</ArmorRating_Sharp>
|
||||
<ArmorRating_Blunt>0.04</ArmorRating_Blunt>
|
||||
<ArmorRating_Heat>0.05</ArmorRating_Heat>
|
||||
<Insulation_Cold>1</Insulation_Cold>
|
||||
<Insulation_Heat>-1</Insulation_Heat>
|
||||
</statBases>
|
||||
<costStuffCount>10</costStuffCount>
|
||||
<stuffCategories>
|
||||
<li>Fabric</li>
|
||||
</stuffCategories>
|
||||
<recipeMaker>
|
||||
<unfinishedThingDef>UnfinishedApparel</unfinishedThingDef>
|
||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||
<workSkill>Crafting</workSkill>
|
||||
<effectWorking>Tailor</effectWorking>
|
||||
<soundWorking>Recipe_Tailor</soundWorking>
|
||||
<recipeUsers>
|
||||
<li>ElectricTailoringBench</li>
|
||||
<li>HandTailoringBench</li>
|
||||
</recipeUsers>
|
||||
<useIngredientsForColor>true</useIngredientsForColor>
|
||||
<skillRequirements>
|
||||
<Crafting>4</Crafting>
|
||||
</skillRequirements>
|
||||
</recipeMaker>
|
||||
<thingCategories>
|
||||
<li>ApparelUtility</li>
|
||||
</thingCategories>
|
||||
<apparel>
|
||||
<careIfWornByCorpse>true</careIfWornByCorpse>
|
||||
<countsAsClothingForNudity>true</countsAsClothingForNudity>
|
||||
<careIfDamaged>false</careIfDamaged>
|
||||
<wearPerDay>0</wearPerDay>
|
||||
<gender>Female</gender>
|
||||
<bodyPartGroups>
|
||||
<li>GenitalsBPG</li>
|
||||
</bodyPartGroups>
|
||||
<layers>
|
||||
<li>Absorber</li>
|
||||
</layers>
|
||||
<tags>
|
||||
<li>Absorber</li>
|
||||
</tags>
|
||||
</apparel>
|
||||
<modExtensions>
|
||||
<li Class="RJW_Menstruation.AbsorberModExtension">
|
||||
<leakAfterDirty>true</leakAfterDirty>
|
||||
<effectsAfterDirty>false</effectsAfterDirty>
|
||||
<dirtyDef>Absorber_Pad_Dirty</dirtyDef>
|
||||
</li>
|
||||
</modExtensions>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef ParentName="ApparelNoQualityBase">
|
||||
<defName>Absorber_Pad_Dirty</defName>
|
||||
<label>wet sanitary pad</label>
|
||||
<description>A wet used pad.</description>
|
||||
<thingClass>RJW_Menstruation.Absorber</thingClass>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/Pad</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<tickerType>Never</tickerType>
|
||||
<smeltable>false</smeltable>
|
||||
<tradeability>None</tradeability>
|
||||
<statBases>
|
||||
<MaxHitPoints>40</MaxHitPoints>
|
||||
<Mass>0.10</Mass>
|
||||
<MarketValue>0</MarketValue>
|
||||
<WorkToMake>1000</WorkToMake>
|
||||
<Flammability>0.2</Flammability>
|
||||
<EquipDelay>4</EquipDelay>
|
||||
<MaxAbsorbable>25</MaxAbsorbable>
|
||||
<Cleanliness>-5</Cleanliness>
|
||||
<StuffEffectMultiplierArmor>0.02</StuffEffectMultiplierArmor>
|
||||
<StuffEffectMultiplierInsulation_Cold>0.02</StuffEffectMultiplierInsulation_Cold>
|
||||
<StuffEffectMultiplierInsulation_Heat>0.05</StuffEffectMultiplierInsulation_Heat>
|
||||
<ArmorRating_Sharp>0.01</ArmorRating_Sharp>
|
||||
<ArmorRating_Blunt>0.04</ArmorRating_Blunt>
|
||||
<ArmorRating_Heat>0.1</ArmorRating_Heat>
|
||||
<Insulation_Cold>-4</Insulation_Cold>
|
||||
<Insulation_Heat>2</Insulation_Heat>
|
||||
</statBases>
|
||||
<stuffCategories>
|
||||
<li>Fabric</li>
|
||||
</stuffCategories>
|
||||
<thingCategories>
|
||||
<li>ApparelUtility</li>
|
||||
</thingCategories>
|
||||
<apparel>
|
||||
<careIfWornByCorpse>true</careIfWornByCorpse>
|
||||
<countsAsClothingForNudity>true</countsAsClothingForNudity>
|
||||
<careIfDamaged>false</careIfDamaged>
|
||||
<wearPerDay>0</wearPerDay>
|
||||
<gender>Female</gender>
|
||||
<bodyPartGroups>
|
||||
<li>GenitalsBPG</li>
|
||||
</bodyPartGroups>
|
||||
<layers>
|
||||
<li>Absorber</li>
|
||||
</layers>
|
||||
<tags>
|
||||
<li>Absorber</li>
|
||||
</tags>
|
||||
</apparel>
|
||||
<modExtensions>
|
||||
<li Class="RJW_Menstruation.AbsorberModExtension">
|
||||
<leakAfterDirty>true</leakAfterDirty>
|
||||
<effectsAfterDirty>false</effectsAfterDirty>
|
||||
<dirtyDef>Absorber_Pad_Dirty</dirtyDef>
|
||||
</li>
|
||||
</modExtensions>
|
||||
</ThingDef>
|
||||
</Defs>
|
25
1.4/Defs/ThingDefs/Filth_Mixture.xml
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<ThingDef ParentName="BaseFilth">
|
||||
<defName>FilthMixture</defName>
|
||||
<label>mixture</label>
|
||||
<thingClass>RJW_Menstruation.Filth_Colored</thingClass>
|
||||
<statBases>
|
||||
<Beauty>-30</Beauty>
|
||||
<Cleanliness>-10</Cleanliness>
|
||||
</statBases>
|
||||
<graphicData>
|
||||
<graphicClass>Graphic_Random</graphicClass>
|
||||
<texPath>Things/Filth/PoolSoft</texPath>
|
||||
<color>(255, 255, 255, 180)</color>
|
||||
</graphicData>
|
||||
<filth>
|
||||
<rainWashes>true</rainWashes>
|
||||
<cleaningWorkToReduceThickness>40</cleaningWorkToReduceThickness>
|
||||
<canFilthAttach>true</canFilthAttach>
|
||||
</filth>
|
||||
</ThingDef>
|
||||
|
||||
|
||||
</Defs>
|
231
1.4/Defs/ThoughtDefs/Thoughts_sex.xml
Normal file
|
@ -0,0 +1,231 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<ThoughtDef>
|
||||
<defName>LeakingFluids</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>0.05</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.4</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>dripping fluids</label>
|
||||
<description>Can't I get something to absorb this?</description>
|
||||
<baseMoodEffect>-2</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>HaterCameInsideM</defName>
|
||||
<thoughtClass>Thought_MemorySocial</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.4</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>came inside of {0}</label>
|
||||
<description>I came inside of my rival!</description>
|
||||
<baseMoodEffect>5</baseMoodEffect>
|
||||
<baseOpinionOffset>1</baseOpinionOffset>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>CameInsideM</defName>
|
||||
<thoughtClass>Thought_MemorySocial</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.4</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>came inside of {0}</label>
|
||||
<description>That felt so good.</description>
|
||||
<baseMoodEffect>2</baseMoodEffect>
|
||||
<baseOpinionOffset>1</baseOpinionOffset>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>CameInsideFFetish</defName>
|
||||
<thoughtClass>Thought_MemorySocial</thoughtClass>
|
||||
<durationDays>3.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.1</stackedEffectMultiplier>
|
||||
<stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn>
|
||||
<stages>
|
||||
<li>
|
||||
<label>{0} came inside</label>
|
||||
<description>I hope I get pregnant.</description>
|
||||
<baseMoodEffect>10</baseMoodEffect>
|
||||
<baseOpinionOffset>5</baseOpinionOffset>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>HaterCameInsideF</defName>
|
||||
<thoughtClass>Thought_MemorySocial</thoughtClass>
|
||||
<durationDays>7.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.1</stackedEffectMultiplier>
|
||||
<stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn>
|
||||
<stages>
|
||||
<li>
|
||||
<label>{0} came inside</label>
|
||||
<description>I don't want to be pregnant with his baby!</description>
|
||||
<baseMoodEffect>-5</baseMoodEffect>
|
||||
<baseOpinionOffset>-10</baseOpinionOffset>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>HaterCameInsideFEstrus</defName>
|
||||
<thoughtClass>Thought_MemorySocial</thoughtClass>
|
||||
<durationDays>7.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.1</stackedEffectMultiplier>
|
||||
<stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn>
|
||||
<stages>
|
||||
<li>
|
||||
<label>{0} came inside</label>
|
||||
<description>What was I thinking, letting him do that?</description>
|
||||
<baseMoodEffect>-2</baseMoodEffect>
|
||||
<baseOpinionOffset>-5</baseOpinionOffset>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>CameInsideFLowFert</defName>
|
||||
<thoughtClass>Thought_MemorySocial</thoughtClass>
|
||||
<durationDays>3.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.1</stackedEffectMultiplier>
|
||||
<stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn>
|
||||
<stages>
|
||||
<li>
|
||||
<label>{0} came inside</label>
|
||||
<description>I'm worried I might get pregnant. The chance is low, but...</description>
|
||||
<baseMoodEffect>-1</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>CameInsideF</defName>
|
||||
<thoughtClass>Thought_MemorySocial</thoughtClass>
|
||||
<durationDays>7.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.1</stackedEffectMultiplier>
|
||||
<stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn>
|
||||
<stages>
|
||||
<li>
|
||||
<label>{0} came inside</label>
|
||||
<description>I'm worried I might get pregnant.</description>
|
||||
<baseMoodEffect>-3</baseMoodEffect>
|
||||
<baseOpinionOffset>-2</baseOpinionOffset>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>CameInsideFFetishSafe</defName>
|
||||
<thoughtClass>Thought_MemorySocial</thoughtClass>
|
||||
<durationDays>3.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.1</stackedEffectMultiplier>
|
||||
<stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn>
|
||||
<stages>
|
||||
<li>
|
||||
<label>{0} came inside</label>
|
||||
<description>I don't think I'll get pregnant, but it's fun to fantasize.</description>
|
||||
<baseMoodEffect>3</baseMoodEffect>
|
||||
<baseOpinionOffset>1</baseOpinionOffset>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>HaterCameInsideFSafe</defName>
|
||||
<thoughtClass>Thought_MemorySocial</thoughtClass>
|
||||
<durationDays>3.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.1</stackedEffectMultiplier>
|
||||
<stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn>
|
||||
<stages>
|
||||
<li>
|
||||
<label>{0} came inside</label>
|
||||
<description>I probably won't get pregnant, but I still don't like it.</description>
|
||||
<baseMoodEffect>-2</baseMoodEffect>
|
||||
<baseOpinionOffset>-5</baseOpinionOffset>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>UnwantedPregnancy</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>14.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.1</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>unwanted pregnancy</label>
|
||||
<description>How will I take care of a baby? What am I going to do?</description>
|
||||
<baseMoodEffect>-10</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>UnwantedPregnancyMild</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>14.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.1</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>unwanted pregnancy</label>
|
||||
<description>I'm having a baby. I hope I can manage.</description>
|
||||
<baseMoodEffect>-3</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>TookContraceptivePill</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>7.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.1</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>took contraceptive pill</label>
|
||||
<description>Everything will be okay now.</description>
|
||||
<baseMoodEffect>1</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>HateTookContraceptivePill</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>7.0</durationDays>
|
||||
<stackLimit>5</stackLimit>
|
||||
<stackedEffectMultiplier>0.1</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>took contraceptive pill</label>
|
||||
<description>I want to get pregnant.</description>
|
||||
<baseMoodEffect>-3</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
|
||||
|
||||
</Defs>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<Absorber.label>生殖器</Absorber.label>
|
||||
</LanguageData>
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<LanguageData>
|
||||
<Hediff_MenstrualCramp.label>中枢性疼痛</Hediff_MenstrualCramp.label>
|
||||
<Hediff_MenstrualCramp.description>经期中</Hediff_MenstrualCramp.description>
|
||||
<Hediff_MenstrualCramp.stages.0.label>不快</Hediff_MenstrualCramp.stages.0.label>
|
||||
<Hediff_MenstrualCramp.stages.1.label>恼人</Hediff_MenstrualCramp.stages.1.label>
|
||||
<Hediff_MenstrualCramp.stages.2.label>疼痛</Hediff_MenstrualCramp.stages.2.label>
|
||||
<Hediff_MenstrualCramp.stages.3.label>痛苦</Hediff_MenstrualCramp.stages.3.label>
|
||||
|
||||
|
||||
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<VaginaWashing.reportString>清洗阴道</VaginaWashing.reportString>
|
||||
|
||||
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<MaxAbsorbable.label>可吸收量</MaxAbsorbable.label>
|
||||
<MaxAbsorbable.description>最大可吸收的液体量</MaxAbsorbable.description>
|
||||
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<LanguageData>
|
||||
|
||||
<Absorber_Tampon.label>卫生棉条</Absorber_Tampon.label>
|
||||
|
||||
<Absorber_Tampon.description>从阴道吸收液体的卫生棉条</Absorber_Tampon.description>
|
||||
|
||||
<Absorber_Tampon_Dirty.label>湿的卫生棉条</Absorber_Tampon_Dirty.label>
|
||||
|
||||
<Absorber_Tampon_Dirty.description>使用过的湿卫生棉条</Absorber_Tampon_Dirty.description>
|
||||
|
||||
<Absorber_Pad.label>卫生棉</Absorber_Pad.label>
|
||||
|
||||
<Absorber_Pad.description>从阴道吸收液体的卫生棉</Absorber_Pad.description>
|
||||
|
||||
<Absorber_Pad_Dirty.label>湿的卫生棉</Absorber_Pad_Dirty.label>
|
||||
|
||||
<Absorber_Pad_Dirty.description>使用过的湿卫生棉</Absorber_Pad_Dirty.description>
|
||||
|
||||
<OvaryRegenerationPill.label>卵巢再生药物</OvaryRegenerationPill.label>
|
||||
|
||||
<OvaryRegenerationPill.description>使卵巢再生以增加可排卵的卵子 卵子消耗量越大,效果越差 不能缓解更年期症状</OvaryRegenerationPill.description>
|
||||
|
||||
<SuperovulationInducingAgent.label>排卵药</SuperovulationInducingAgent.label>
|
||||
|
||||
<SuperovulationInducingAgent.description>诱导排卵的药物 可导致更年期提前</SuperovulationInducingAgent.description>
|
||||
|
||||
<FilthMixture.label>混合物</FilthMixture.label>
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<LeakingFluids.stages.0.label>裤湿啦</LeakingFluids.stages.0.label>
|
||||
<LeakingFluids.stages.0.description>真让人困恼... </LeakingFluids.stages.0.description>
|
||||
<CameInsideF.stages.0.label>被{0}中出了</CameInsideF.stages.0.label>
|
||||
<CameInsideF.stages.0.description>我担心我可能会怀孕... </CameInsideF.stages.0.description>
|
||||
<CameInsideFLowFert.stages.0.label>被{0}中出了</CameInsideFLowFert.stages.0.label>
|
||||
<CameInsideFLowFert.stages.0.description>虽然几率很低,但我还是担心怀孕... </CameInsideFLowFert.stages.0.description>
|
||||
<CameInsideFFetish.stages.0.label>被{0}中出了</CameInsideFFetish.stages.0.label>
|
||||
<CameInsideFFetish.stages.0.description>我想我怀孕了</CameInsideFFetish.stages.0.description>
|
||||
<CameInsideFFetishSafe.stages.0.label>被{0}中出了</CameInsideFFetishSafe.stages.0.label>
|
||||
<CameInsideFFetishSafe.stages.0.description>我爱做爱</CameInsideFFetishSafe.stages.0.description>
|
||||
<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>
|
||||
<HaterCameInsideFSafe.stages.0.label>被{0}中出了</HaterCameInsideFSafe.stages.0.label>
|
||||
<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>
|
||||
<UnwantedPregnancy.stages.0.description>我该怎麽办?... </UnwantedPregnancy.stages.0.description>
|
||||
</LanguageData>
|
110
1.4/Languages/ChineseSimplified/Keyed/RJW_Menstruation.xml
Normal file
|
@ -0,0 +1,110 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<Mod_Title>RJW Menstruation Cycle</Mod_Title>
|
||||
|
||||
<Menstrual_Blood>月经血</Menstrual_Blood>
|
||||
<Info_noCum>空</Info_noCum>
|
||||
<Stage_Follicular>卵泡期</Stage_Follicular>
|
||||
<Stage_Ovulatory>排卵</Stage_Ovulatory>
|
||||
<Stage_Luteal>黄体期</Stage_Luteal>
|
||||
<Stage_Bleeding>月经来潮</Stage_Bleeding>
|
||||
<Stage_Pregnant>怀孕</Stage_Pregnant>
|
||||
<Stage_Recover>产后恢复</Stage_Recover>
|
||||
<Stage_None>无</Stage_None>
|
||||
<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>
|
||||
<Dialog_WombInfo04>阴道精液列表</Dialog_WombInfo04>
|
||||
<Dialog_WombInfo05>已受精</Dialog_WombInfo05>
|
||||
<Dialog_WombInfo06>受精中</Dialog_WombInfo06>
|
||||
<Dialog_WombInfo07>排卵</Dialog_WombInfo07>
|
||||
<Dialog_WombInfo08></Dialog_WombInfo08>
|
||||
<Dialog_WombInfo09></Dialog_WombInfo09>
|
||||
|
||||
<Option1_Label>激活子宫图标</Option1_Label>
|
||||
<Option1_Desc>激活子宫图标框</Option1_Desc>
|
||||
<Option2_Label>激活动物经期</Option2_Label>
|
||||
<Option2_Desc>仿真动物的经期. 此选项将在保存读取后生效 不推荐开启此选项</Option2_Desc>
|
||||
<Option3_Label>植入机会</Option3_Label>
|
||||
<Option3_Desc>设置受精卵的植入机会</Option3_Desc>
|
||||
<Option4_Label>受精的机会</Option4_Label>
|
||||
<Option4_Desc>设置每小时受精的机会</Option4_Desc>
|
||||
<Option5_Label>每小时阴道中的精液量衰减率</Option5_Label>
|
||||
<Option5_Desc>阴道中的精液量将以这个比率减少</Option5_Desc>
|
||||
<Option6_Label>每小时生育率衰减率</Option6_Label>
|
||||
<Option6_Desc>精液列表的生育率将以这个比率减少</Option6_Desc>
|
||||
<Option7_Label>循环加速</Option7_Label>
|
||||
<Option7_Desc>加快月经周期</Option7_Desc>
|
||||
<Option8_Label>调试</Option8_Label>
|
||||
<Option8_Desc>显示调试信息</Option8_Desc>
|
||||
<Option9_Label>子宫状态</Option9_Label>
|
||||
<Option9_Desc>在状态窗口中绘制子宫图标</Option9_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>
|
||||
<Option11_Desc_3>不显示有关胎儿的信息,但显示怀孕後胎儿的图象</Option11_Desc_3>
|
||||
<Option11_Desc_4>不显示胎儿图象和信息</Option11_Desc_4>
|
||||
<Option12_Label>激活更年期</Option12_Label>
|
||||
<Option12_Desc>激活更年期效果,使小人随着时间的推移而变得不育 如果您较长寿的外星人种族有碰到任何问题,请关闭此选项. 此选项将在保存读取后生效</Option12_Desc>
|
||||
<Option13_Label>多重怀孕</Option13_Label>
|
||||
<Option13_Desc>使用多重怀孕代替RJW的默认怀孕</Option13_Desc>
|
||||
<Option14_Label>激活异卵双胞胎</Option14_Label>
|
||||
<Option14_Desc>激活复数个卵子可以个别受精</Option14_Desc>
|
||||
<Option15_Label>激活双胞胎</Option15_Label>
|
||||
<Option15_Desc>允许单个卵子生成多个后代</Option15_Desc>
|
||||
<Option16_Label>双胞胎出现率</Option16_Label>
|
||||
<Option16_Desc>设置双胞胎的出现率</Option16_Desc>
|
||||
<Option17_Label>最大双胞胎数量</Option17_Label>
|
||||
<Option17_Desc>设置最大双胞胎数量</Option17_Desc>
|
||||
<Option18_Label>启用卵子图标</Option18_Label>
|
||||
<Option18_Desc>启用覆盖在子宫图标上的卵子图标</Option18_Desc>
|
||||
<Option19_Label_1>经血数量</Option19_Label_1>
|
||||
<Option19_Label_2>预计经血总量</Option19_Label_2>
|
||||
<Option19_Desc>设置经血量 根据阴道不同出血量有变化 通常人类女性的经血量为20-80ml左右每月</Option19_Desc>
|
||||
<Option20_Label_1>殖民者</Option20_Label_1>
|
||||
<Option20_Label_2>囚犯</Option20_Label_2>
|
||||
<Option20_Label_3>盟友派系</Option20_Label_3>
|
||||
<Option20_Label_4>中立者</Option20_Label_4>
|
||||
<Option20_Label_5>敌对派系</Option20_Label_5>
|
||||
<Option21_Label>目标小人</Option21_Label>
|
||||
<Option21_Desc>按钮和图标会出现在这些人物上</Option21_Desc>
|
||||
<Option22_Label>使用杂交扩展</Option22_Label>
|
||||
<Option22_Desc>覆盖RJW and RaceSupport的杂交定义 主杂交决定了谁的定义用在前面,不建议改变此项</Option22_Desc>
|
||||
<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>设定乳头/乳晕的变化速度。 1 = 立刻变化</Option27_Desc>
|
||||
<Option28_Label>自定义杂交</Option28_Label>
|
||||
<Option28_Tooltip>打开自定义杂交编辑器 该项会覆盖XML文件定义的杂交。</Option28_Tooltip>
|
||||
<Option29_Label>允许缩放图标</Option29_Label>
|
||||
<Option29_Desc>如有需要,允许图标缩小。</Option29_Desc>
|
||||
<Option30_Label>卵子生命周期倍增</Option30_Label>
|
||||
<Option30_Desc>倍增卵子生命周期。 在已受精阶段结束后,卵子将无视该选项死去。</Option30_Desc>
|
||||
<Option31_Label>启用产后阴道变化</Option31_Label>
|
||||
<Option31_Desc>启用产后永久阴道扩张。 如果你在用另一mod处理该项,关闭该选项。</Option31_Desc>
|
||||
<Option32_Label>变形力度</Option32_Label>
|
||||
<Option32_Desc>设置变形力度。</Option32_Desc>
|
||||
<EstimatedCumLifespan>预计精子生命周期</EstimatedCumLifespan>
|
||||
<EstimatedEggLifespan>预计卵子生命周期</EstimatedEggLifespan>
|
||||
<FertilityDesc>1小时内受精几率: {0}% 受精卵着床几率。 白色覆盖层表示子宫内精子受精的几率。</FertilityDesc>
|
||||
|
||||
<FloatMenu_CleanSelf>清洗阴道</FloatMenu_CleanSelf>
|
||||
|
||||
<CustomHybrid_List_Title>自定义杂交编辑器</CustomHybrid_List_Title>
|
||||
<CustomHybrid_Title>{0}的杂交种</CustomHybrid_Title>
|
||||
<CustomHybrid_Tooltip>当{0}与{1}交配,将有{3}几率生出{2}。 如果两个种族都有对方的杂交定义,将会使用父方的定义。</CustomHybrid_Tooltip>
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<Absorber.label>生殖器</Absorber.label>
|
||||
</LanguageData>
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LanguageData>
|
||||
<PainReliever.label>止痛藥</PainReliever.label>
|
||||
<PainReliever.description>在接下來的24小時內舒緩痛經。
|
||||
|
||||
亦作用於其他類型的疼痛。</PainReliever.description>
|
||||
<Cyclosporine.label>環孢素</Cyclosporine.label>
|
||||
<Cyclosporine.description>一種免疫抑製劑。
|
||||
|
||||
用以清除體內的精子抗體,但會在24小時期間降低身體的免疫力。</Cyclosporine.description>
|
||||
</LanguageData>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LanguageData>
|
||||
<Hediff_ASA.label>精子抗體</Hediff_ASA.label>
|
||||
<Hediff_ASA.labelNoun>精子抗體</Hediff_ASA.labelNoun>
|
||||
<Hediff_ASA.description>精子抗體。
|
||||
增加精子的失活率。</Hediff_ASA.description>
|
||||
<Hediff_ASA.labelNounPretty>{0}體內存有精子抗體。</Hediff_ASA.labelNounPretty>
|
||||
<Hediff_ForceFertile.label>多產</Hediff_ForceFertile.label>
|
||||
<Hediff_ForceFertile.labelNoun>多產</Hediff_ForceFertile.labelNoun>
|
||||
<Hediff_ForceFertile.description>多產。</Hediff_ForceFertile.description>
|
||||
<Hediff_ForceFertile.labelNounPretty>{0}有著多產的身體。</Hediff_ForceFertile.labelNounPretty>
|
||||
</LanguageData>
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LanguageData>
|
||||
<Hediff_MenstrualCramp.labelNoun>月經來潮</Hediff_MenstrualCramp.labelNoun>
|
||||
<Hediff_Menopause.label>絕經</Hediff_Menopause.label>
|
||||
<Hediff_Menopause.labelNoun>絕經</Hediff_Menopause.labelNoun>
|
||||
<Hediff_Menopause.description>卵巢中的卵子耗盡。肚子再也生不出孩子了。</Hediff_Menopause.description>
|
||||
<Hediff_Menopause.labelNounPretty>{0}已絕經。</Hediff_Menopause.labelNounPretty>
|
||||
<Hediff_Menopause.stages.0.label>[廢止]</Hediff_Menopause.stages.0.label>
|
||||
<Hediff_Climacteric.label>更年期</Hediff_Climacteric.label>
|
||||
<Hediff_Climacteric.labelNoun>更年期</Hediff_Climacteric.labelNoun>
|
||||
<Hediff_Climacteric.description>隨著卵巢枯竭,排卵變得不規則。更年期即將到來。</Hediff_Climacteric.description>
|
||||
<Hediff_Climacteric.stages.0.label>[廢止]</Hediff_Climacteric.stages.0.label>
|
||||
<Hediff_Estrus.label>發情期</Hediff_Estrus.label>
|
||||
<Hediff_Estrus.labelNoun>發情期</Hediff_Estrus.labelNoun>
|
||||
<Hediff_Estrus.description>由於子宮進入月經週期中最多產的階段,身體受激素影響而變得渴望懷孕。性慾急遽膨脹。
|
||||
增加發生陰道性交的頻率,並且對性伴侶的選擇標準降低。</Hediff_Estrus.description>
|
||||
<Hediff_Estrus_Concealed.label>發情期(隱性)</Hediff_Estrus_Concealed.label>
|
||||
<Hediff_Estrus_Concealed.labelNoun>發情期</Hediff_Estrus_Concealed.labelNoun>
|
||||
<Hediff_Estrus_Concealed.description>由於子宮進入月經週期中最多產的階段,身體受激素影響而變得渴望懷孕。輕微增加性慾。
|
||||
輕微增加發生陰道性交的頻率。</Hediff_Estrus_Concealed.description>
|
||||
<Hediff_PainReliever.label>止痛藥</Hediff_PainReliever.label>
|
||||
<Hediff_PainReliever.description>緩解源自於痛經及此類神經痛的苦楚。</Hediff_PainReliever.description>
|
||||
<Hediff_Cyclosporine.label>環孢素</Hediff_Cyclosporine.label>
|
||||
<Hediff_Cyclosporine.description>由於免疫抑製劑的作用,身體抵抗感染和疾病的能力受扼制。</Hediff_Cyclosporine.description>
|
||||
</LanguageData>
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<LanguageData>
|
||||
<Hediff_MenstrualCramp.label>中樞性疼痛</Hediff_MenstrualCramp.label>
|
||||
<Hediff_MenstrualCramp.description>經期中</Hediff_MenstrualCramp.description>
|
||||
<Hediff_MenstrualCramp.stages.0.label>不快</Hediff_MenstrualCramp.stages.0.label>
|
||||
<Hediff_MenstrualCramp.stages.1.label>惱人</Hediff_MenstrualCramp.stages.1.label>
|
||||
<Hediff_MenstrualCramp.stages.2.label>疼痛</Hediff_MenstrualCramp.stages.2.label>
|
||||
<Hediff_MenstrualCramp.stages.3.label>痛苦</Hediff_MenstrualCramp.stages.3.label>
|
||||
|
||||
|
||||
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<VaginaWashing.reportString>清洗陰道</VaginaWashing.reportString>
|
||||
|
||||
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LanguageData>
|
||||
<LactateSelf.reportString>自行擠奶</LactateSelf.reportString>
|
||||
</LanguageData>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LanguageData>
|
||||
<OpenStatusWindow.label>月經週期: 開啟狀態視窗</OpenStatusWindow.label>
|
||||
</LanguageData>
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LanguageData>
|
||||
<Surgery_ExpandAreola.label>增大乳暈</Surgery_ExpandAreola.label>
|
||||
<Surgery_ExpandAreola.description>增大乳暈。</Surgery_ExpandAreola.description>
|
||||
<Surgery_ExpandAreola.jobString>正通過手術增大乳暈</Surgery_ExpandAreola.jobString>
|
||||
<Surgery_ContractAreola.label>縮小乳暈</Surgery_ContractAreola.label>
|
||||
<Surgery_ContractAreola.description>縮小乳暈。</Surgery_ContractAreola.description>
|
||||
<Surgery_ContractAreola.jobString>正通過手術縮小乳暈</Surgery_ContractAreola.jobString>
|
||||
<Surgery_ExpandNipple.label>增大乳頭</Surgery_ExpandNipple.label>
|
||||
<Surgery_ExpandNipple.description>增大乳頭。</Surgery_ExpandNipple.description>
|
||||
<Surgery_ExpandNipple.jobString>正通過手術增大乳頭。</Surgery_ExpandNipple.jobString>
|
||||
<Surgery_ContractNipple.label>縮小乳頭</Surgery_ContractNipple.label>
|
||||
<Surgery_ContractNipple.description>縮小乳頭。</Surgery_ContractNipple.description>
|
||||
<Surgery_ContractNipple.jobString>正通過手術縮小乳頭</Surgery_ContractNipple.jobString>
|
||||
<Surgery_DarkenNipple.label>染黑乳頭</Surgery_DarkenNipple.label>
|
||||
<Surgery_DarkenNipple.description>染黑乳頭。</Surgery_DarkenNipple.description>
|
||||
<Surgery_DarkenNipple.jobString>正通過手術染黑乳頭</Surgery_DarkenNipple.jobString>
|
||||
<Surgery_LightenNipple.label>白化乳頭</Surgery_LightenNipple.label>
|
||||
<Surgery_LightenNipple.description>使乳頭顏色變粉。</Surgery_LightenNipple.description>
|
||||
<Surgery_LightenNipple.jobString>正通過手術粉化乳頭</Surgery_LightenNipple.jobString>
|
||||
</LanguageData>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LanguageData>
|
||||
<AmountofCreampied.label>體內射精</AmountofCreampied.label>
|
||||
<AmountofCreampied.description>我子宮中的精液,以毫升計。</AmountofCreampied.description>
|
||||
<AmountofFertilizedEggs.label>受精卵</AmountofFertilizedEggs.label>
|
||||
<AmountofFertilizedEggs.description>我體內同精子結合的卵子數。</AmountofFertilizedEggs.description>
|
||||
</LanguageData>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<MaxAbsorbable.label>可吸收量</MaxAbsorbable.label>
|
||||
<MaxAbsorbable.description>最大可吸收的液體量</MaxAbsorbable.description>
|
||||
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LanguageData>
|
||||
<MaxAbsorbable.formatString>{0}毫升</MaxAbsorbable.formatString>
|
||||
</LanguageData>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LanguageData>
|
||||
<CameInside.label>體內射精</CameInside.label>
|
||||
<CameInside.rulePack.rulesStrings.0>tale_noun->[FUCKER_nameDef]在[FUCKED_nameDef]體內射了精。</CameInside.rulePack.rulesStrings.0>
|
||||
<CameInside.rulePack.rulesStrings.1>image->[FUCKER_nameFull]的陰莖深深刺入了[FUCKED_nameFull]的陰道[circumstance_group]</CameInside.rulePack.rulesStrings.1>
|
||||
<CameInside.rulePack.rulesStrings.2>image->[FUCKER_nameFull]的陰莖消失在了[FUCKED_nameFull]的黑洞中[circumstance_group]</CameInside.rulePack.rulesStrings.2>
|
||||
<CameInside.rulePack.rulesStrings.3>image->[FUCKED_nameFull]的陰道被[FUCKER_nameFull]的陰莖灌得滿滿的[circumstance_group]</CameInside.rulePack.rulesStrings.3>
|
||||
<CameInside.rulePack.rulesStrings.4>image->[FUCKED_nameFull]的陰道緊緊吸住了[FUCKER_nameFull]的陰莖[circumstance_group]</CameInside.rulePack.rulesStrings.4>
|
||||
<CameInside.rulePack.rulesStrings.5>circumstance_phrase->,於是[FUCKER_nameDef]不得不咬緊牙關</CameInside.rulePack.rulesStrings.5>
|
||||
<CameInside.rulePack.rulesStrings.6>circumstance_phrase->,但[FUCKER_nameDef]卻滿臉傻笑</CameInside.rulePack.rulesStrings.6>
|
||||
<CameInside.rulePack.rulesStrings.7>circumstance_phrase->,整得[FUCKED_nameDef]在狂喜中不停顫抖</CameInside.rulePack.rulesStrings.7>
|
||||
<CameInside.rulePack.rulesStrings.8>circumstance_phrase->,而後[FUCKER_nameDef]將[FUCKER_possessive]濃稠精液射入[FUCKED_nameDef]的體內</CameInside.rulePack.rulesStrings.8>
|
||||
<CameInside.rulePack.rulesStrings.9>circumstance_phrase->。接著,[FUCKED_nameDef]深情地看著[FUCKER_nameDef]的眼眸。</CameInside.rulePack.rulesStrings.9>
|
||||
<CameInside.rulePack.rulesStrings.10>desc_sentence->[FUCKER_nameDef]的精液緩緩流出[FUCKED_nameDef]的陰道,順著大腿滴到了地上。</CameInside.rulePack.rulesStrings.10>
|
||||
<CameInside.rulePack.rulesStrings.11>desc_sentence->[FUCKER_nameDef]的精液衝進了[FUCKED_nameDef]的子宮,同[FUCKED_possessive]的卵子結合了。</CameInside.rulePack.rulesStrings.11>
|
||||
<CameInside.rulePack.rulesStrings.12>desc_sentence->[FUCKER_nameDef]的精液射入了[FUCKED_nameDef]的子宮。</CameInside.rulePack.rulesStrings.12>
|
||||
<CameInside.rulePack.rulesStrings.13>desc_sentence->[FUCKED_nameDef]的子宮被精液灌得滿滿的。</CameInside.rulePack.rulesStrings.13>
|
||||
<CameInside.rulePack.rulesStrings.14>desc_sentence->汗水從[FUCKER_nameDef]的臉上滴落。</CameInside.rulePack.rulesStrings.14>
|
||||
<CameInside.rulePack.rulesStrings.15>desc_sentence->[FUCKED_nameDef]氣喘吁吁。</CameInside.rulePack.rulesStrings.15>
|
||||
</LanguageData>
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<LanguageData>
|
||||
|
||||
<Absorber_Tampon.label>衛生棉條</Absorber_Tampon.label>
|
||||
|
||||
<Absorber_Tampon.description>從陰道吸收液體的衛生棉條</Absorber_Tampon.description>
|
||||
|
||||
<Absorber_Tampon_Dirty.label>濕的衛生棉條</Absorber_Tampon_Dirty.label>
|
||||
|
||||
<Absorber_Tampon_Dirty.description>使用過的濕衛生棉條</Absorber_Tampon_Dirty.description>
|
||||
|
||||
<Absorber_Pad.label>衛生棉</Absorber_Pad.label>
|
||||
|
||||
<Absorber_Pad.description>從陰道吸收液體的衛生棉</Absorber_Pad.description>
|
||||
|
||||
<Absorber_Pad_Dirty.label>濕的衛生棉</Absorber_Pad_Dirty.label>
|
||||
|
||||
<Absorber_Pad_Dirty.description>使用過的濕衛生棉</Absorber_Pad_Dirty.description>
|
||||
|
||||
<OvaryRegenerationPill.label>卵巢再生藥物</OvaryRegenerationPill.label>
|
||||
|
||||
<OvaryRegenerationPill.description>使卵巢再生以增加可排卵的卵子 卵子消耗量越大,效果越差 不能緩解更年期症狀</OvaryRegenerationPill.description>
|
||||
|
||||
<SuperovulationInducingAgent.label>排卵藥</SuperovulationInducingAgent.label>
|
||||
|
||||
<SuperovulationInducingAgent.description>誘導排卵的藥物 可導致更年期提前</SuperovulationInducingAgent.description>
|
||||
|
||||
<FilthMixture.label>混合物</FilthMixture.label>
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<LeakingFluids.stages.0.label>褲濕啦</LeakingFluids.stages.0.label>
|
||||
<LeakingFluids.stages.0.description>能不能有什麼東西來吸體液啊?</LeakingFluids.stages.0.description>
|
||||
<CameInsideF.stages.0.label>被{0}中出了</CameInsideF.stages.0.label>
|
||||
<CameInsideF.stages.0.description>我擔心我可能會懷孕... </CameInsideF.stages.0.description>
|
||||
<CameInsideFLowFert.stages.0.label>被{0}中出了</CameInsideFLowFert.stages.0.label>
|
||||
<CameInsideFLowFert.stages.0.description>雖然機率很低,但我還是擔心懷孕... </CameInsideFLowFert.stages.0.description>
|
||||
<CameInsideFFetish.stages.0.label>被{0}中出了</CameInsideFFetish.stages.0.label>
|
||||
<CameInsideFFetish.stages.0.description>好期待懷孕啊!</CameInsideFFetish.stages.0.description>
|
||||
<CameInsideFFetishSafe.stages.0.label>被{0}中出了</CameInsideFFetishSafe.stages.0.label>
|
||||
<CameInsideFFetishSafe.stages.0.description>雖說不太可能懷孕,但是這個幻想真的好有趣!</CameInsideFFetishSafe.stages.0.description>
|
||||
<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>
|
||||
<HaterCameInsideFSafe.stages.0.label>被{0}中出了</HaterCameInsideFSafe.stages.0.label>
|
||||
<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>
|
||||
<UnwantedPregnancy.stages.0.description>我該怎麼照顧寶寶?怎麼辦怎麼辦怎麼辦...</UnwantedPregnancy.stages.0.description>
|
||||
</LanguageData>
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LanguageData>
|
||||
<HaterCameInsideFEstrus.stages.0.label>{0}內射了</HaterCameInsideFEstrus.stages.0.label>
|
||||
<HaterCameInsideFEstrus.stages.0.description>我著了什麼魔,竟然讓他做出了這種事!</HaterCameInsideFEstrus.stages.0.description>
|
||||
<UnwantedPregnancyMild.stages.0.label>不情願的妊娠</UnwantedPregnancyMild.stages.0.label>
|
||||
<UnwantedPregnancyMild.stages.0.description>有個寶寶在我肚子裡。但願我能搞定這事。</UnwantedPregnancyMild.stages.0.description>
|
||||
<TookContraceptivePill.stages.0.label>吃了避孕藥</TookContraceptivePill.stages.0.label>
|
||||
<TookContraceptivePill.stages.0.description>總算把這事了結了。</TookContraceptivePill.stages.0.description>
|
||||
<HateTookContraceptivePill.stages.0.label>吃了避孕藥</HateTookContraceptivePill.stages.0.label>
|
||||
<HateTookContraceptivePill.stages.0.description>我想要小孩!</HateTookContraceptivePill.stages.0.description>
|
||||
</LanguageData>
|
142
1.4/Languages/ChineseTraditional/Keyed/RJW_Menstruation.xml
Normal file
|
@ -0,0 +1,142 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<Mod_Title>RJW-月經週期</Mod_Title>
|
||||
<Menstrual_Blood>經血</Menstrual_Blood>
|
||||
<Info_noCum>空</Info_noCum>
|
||||
<Stage_Follicular>卵泡期</Stage_Follicular>
|
||||
<Stage_Ovulatory>排卵</Stage_Ovulatory>
|
||||
<Stage_Luteal>黃體期</Stage_Luteal>
|
||||
<Stage_Bleeding>月經來潮</Stage_Bleeding>
|
||||
<Stage_Pregnant>妊娠</Stage_Pregnant>
|
||||
<Stage_Recover>從生產中恢復</Stage_Recover>
|
||||
<Stage_None>無</Stage_None>
|
||||
<Stage_Climacteric>更年期</Stage_Climacteric>
|
||||
<Dialog_WombInfo01>狀態</Dialog_WombInfo01>
|
||||
<Dialog_WombInfo02>胎兒</Dialog_WombInfo02>
|
||||
<Dialog_WombInfo03>父親</Dialog_WombInfo03>
|
||||
<Dialog_WombInfo04>陰道精液列表</Dialog_WombInfo04>
|
||||
<Dialog_WombInfo05>已受精</Dialog_WombInfo05>
|
||||
<Dialog_WombInfo06>受精中</Dialog_WombInfo06>
|
||||
<Dialog_WombInfo07>排卵</Dialog_WombInfo07>
|
||||
<Dialog_WombInfo08/>
|
||||
<Dialog_WombInfo09/>
|
||||
<Option1_Label>啟用子宮圖標</Option1_Label>
|
||||
<Option1_Desc>啟用子宮圖標框</Option1_Desc>
|
||||
<Option2_Label>啟用動物經期</Option2_Label>
|
||||
<Option2_Desc>模擬動物的經期.
|
||||
此選項將在保存讀取後生效
|
||||
不推薦開啟此選項</Option2_Desc>
|
||||
<Option3_Label>著床機會</Option3_Label>
|
||||
<Option3_Desc>設置受精卵的著床機會</Option3_Desc>
|
||||
<Option4_Label>受精的機會</Option4_Label>
|
||||
<Option4_Desc>設置每小時受精的機會</Option4_Desc>
|
||||
<Option5_Label>每小時陰道中的精液量衰減率</Option5_Label>
|
||||
<Option5_Desc>陰道中的精液量將以這個比率減少</Option5_Desc>
|
||||
<Option6_Label>每小時精子活力衰減率</Option6_Label>
|
||||
<Option6_Desc>列表中精液的活力將按此比率減少。該值間接影響生育率。</Option6_Desc>
|
||||
<Option7_Label>月經加速</Option7_Label>
|
||||
<Option7_Desc>加快月經週期</Option7_Desc>
|
||||
<Option8_Label>除錯</Option8_Label>
|
||||
<Option8_Desc>顯示除錯資訊</Option8_Desc>
|
||||
<Option9_Label>子宮狀態</Option9_Label>
|
||||
<Option9_Desc>在狀態窗口中繪製子宮圖標</Option9_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>
|
||||
<Option11_Desc_3>不顯示有關胎兒的信息,但顯示懷孕後胎兒的圖像</Option11_Desc_3>
|
||||
<Option11_Desc_4>不顯示胎兒圖像和信息</Option11_Desc_4>
|
||||
<Option12_Label>啟用更年期</Option12_Label>
|
||||
<Option12_Desc>啟用更年期效果,使小人隨著時間的推移而變得不育
|
||||
如果您較長壽的外星人種族有碰到任何問題,請關閉此選項.
|
||||
此選項將在保存讀取後生效</Option12_Desc>
|
||||
<Option13_Label>啟用多胎妊娠</Option13_Label>
|
||||
<Option13_Desc>使用多胎妊娠代替RJW的默認懷孕</Option13_Desc>
|
||||
<Option14_Label>啟用異卵雙胞胎</Option14_Label>
|
||||
<Option14_Desc>啟用複數個卵子分別受精</Option14_Desc>
|
||||
<Option15_Label>啟用同卵雙胞胎</Option15_Label>
|
||||
<Option15_Desc>允許單個卵子產生多個後代</Option15_Desc>
|
||||
<Option16_Label>雙胞胎出現率</Option16_Label>
|
||||
<Option16_Desc>設置雙胞胎的出現率</Option16_Desc>
|
||||
<Option17_Label>最大雙胞胎數量</Option17_Label>
|
||||
<Option17_Desc>設置最大雙胞胎數量</Option17_Desc>
|
||||
<FloatMenu_CleanSelf>清洗陰道</FloatMenu_CleanSelf>
|
||||
|
||||
<!--Auto generated: Mon Oct 3 21:49:26 2022-->
|
||||
<Stage_Menopause>絕經</Stage_Menopause>
|
||||
<Stage_Anestrus>乏情期</Stage_Anestrus>
|
||||
<Stage_Follicular_Desc>卵巢正準備釋放卵子。排卵將在此階段結束時發生。</Stage_Follicular_Desc>
|
||||
<Stage_Follicular_Induced_Desc>卵巢正準備釋放卵子。如果精液進入子宮,就會發生排卵。</Stage_Follicular_Induced_Desc>
|
||||
<Stage_Ovulatory_Desc>卵巢正在將卵子釋放至子宮中。</Stage_Ovulatory_Desc>
|
||||
<Stage_Luteal_Desc>子宮已準備好接受受精卵。如果在該階段結束之前有受精卵著床,將進入懷孕階段。</Stage_Luteal_Desc>
|
||||
<Stage_Bleeding_Desc>子宮內膜正在脫落,並將所有未能著床的受精卵排出。</Stage_Bleeding_Desc>
|
||||
<Stage_Pregnant_Desc>寶寶正在子宮中茁壯成長。假以時日,這個世界將會迎來一個新居民。</Stage_Pregnant_Desc>
|
||||
<Stage_Recover_Desc>子宮正從最近的妊娠中恢復。</Stage_Recover_Desc>
|
||||
<Stage_None_Desc>子宮處於不孕的狀態。</Stage_None_Desc>
|
||||
<Stage_Climacteric_Desc>隨著卵巢枯竭,月經週期變得不規則。</Stage_Climacteric_Desc>
|
||||
<Stage_Menopause_Desc>卵巢枯竭,身體已經無法再產生卵子。</Stage_Menopause_Desc>
|
||||
<Stage_Anestrus_Desc>處於繁殖季節之外。月經週期會在時機到來時恢復。</Stage_Anestrus_Desc>
|
||||
<Button_HealthTab>狀態</Button_HealthTab>
|
||||
<Button_MilkTooltip>自行擠奶</Button_MilkTooltip>
|
||||
<Dialog_DoCleanWomb_Tooltip>將精液擠入桶中</Dialog_DoCleanWomb_Tooltip>
|
||||
<Dialog_DontCleanWomb_Tooltip>將精液留在子宮中</Dialog_DontCleanWomb_Tooltip>
|
||||
<Dialog_FatherUnknown>不明</Dialog_FatherUnknown>
|
||||
<Option1_Label_1>啟用子宮圖標</Option1_Label_1>
|
||||
<Option1_Label_2>啟用健康面板中的按鈕</Option1_Label_2>
|
||||
<Option18_Label>啟用卵細胞覆蓋層</Option18_Label>
|
||||
<Option18_Desc>在子宮圖示上顯示卵細胞狀態</Option18_Desc>
|
||||
<Option19_Label_1>出血量</Option19_Label_1>
|
||||
<Option19_Label_2>預估總出血量</Option19_Label_2>
|
||||
<Option19_Desc>預估的出血量。
|
||||
正常人類女性在月經週期內大約會流失20~80毫升的血。</Option19_Desc>
|
||||
<Option20_Label_1>殖民者</Option20_Label_1>
|
||||
<Option20_Label_2>囚犯</Option20_Label_2>
|
||||
<Option20_Label_3>同盟派系</Option20_Label_3>
|
||||
<Option20_Label_4>中立</Option20_Label_4>
|
||||
<Option20_Label_5>敵對派系</Option20_Label_5>
|
||||
<Option21_Label>本模組作用於:</Option21_Label>
|
||||
<Option21_Desc>這些小人的「RJW月經週期」工具欄對玩家可見。</Option21_Desc>
|
||||
<Option22_Label>使用進階雜交定義</Option22_Label>
|
||||
<Option22_Desc>複寫RJW和RaceSupport插件的雜交定義。Overrides RJW and RaceSupport's hybrid definition.
|
||||
主導混合擴展決定了首先使用誰的定義。不建議更改此設置。Dominant hybrid extension determines whose definition used first. Not recommended to change this.</Option22_Desc>
|
||||
<Option23_Label>主導混合擴展Dominant hybrid extension</Option23_Label>
|
||||
<Option23_Label_1>母本</Option23_Label_1>
|
||||
<Option23_Label_2>父本</Option23_Label_2>
|
||||
<Option_MaxBreastIncrementFactor_Label>胸部在孕期增大</Option_MaxBreastIncrementFactor_Label>
|
||||
<Option_MaxBreastIncrementFactor_Desc>調整小人的乳房在懷孕期間的增長幅度。有些小人可能會比其他人長得更大。</Option_MaxBreastIncrementFactor_Desc>
|
||||
<Option_MaxNippleIncrementFactor_Label>乳頭在孕期間改變</Option_MaxNippleIncrementFactor_Label>
|
||||
<Option_MaxNippleIncrementFactor_Desc>變更乳頭在孕期間的改變幅度。</Option_MaxNippleIncrementFactor_Desc>
|
||||
<Option_PermanentNippleChange_Label>永久改變乳頭</Option_PermanentNippleChange_Label>
|
||||
<Option_PermanentNippleChange_Desc>乳頭在孕期間的改變會在孕期結束後保留多少?</Option_PermanentNippleChange_Desc>
|
||||
<Option28_Label>客製化雜交細節</Option28_Label>
|
||||
<Option28_Tooltip>開啟雜交編輯器
|
||||
該選項會複寫XML文件中的雜交定義。</Option28_Tooltip>
|
||||
<Option29_Label>允許圖標縮小</Option29_Label>
|
||||
<Option29_Desc>允許圖標在特殊場合縮小。</Option29_Desc>
|
||||
<Option30_Label>卵細胞生命期乘數</Option30_Label>
|
||||
<Option30_Desc>以倍數延長卵細胞的生命期
|
||||
無論此數值為何,所有未著床的卵子都會在黃體期結束時死亡。</Option30_Desc>
|
||||
<Option31_Label>啟用產後陰道擴張</Option31_Label>
|
||||
<Option31_Desc>令陰道在產後永久擴張。
|
||||
若存在其他模組擁有類似功能,請關閉此功能。</Option31_Desc>
|
||||
<Option32_Label>擴張力度</Option32_Label>
|
||||
<Option32_Desc>調節擴張力度。</Option32_Desc>
|
||||
<Option_EnableGatherCumGizmo_Label>啟用「擠出精液」按鈕</Option_EnableGatherCumGizmo_Label>
|
||||
<Option_EstrusOverride_Label>令「發情期」機制複寫RJW的濫交選項</Option_EstrusOverride_Label>
|
||||
<Option_EstrusOverride_Desc>啟用時,處於顯式發情期的小人將會使用以下選項來選定床伴。RJW的原始設定會被忽略。
|
||||
所有數值與RJW的對應選項相同。</Option_EstrusOverride_Desc>
|
||||
<Option_EstrusFuckability_Label>發情期床伴:最低fuckability</Option_EstrusFuckability_Label>
|
||||
<Option_EstrusAttractability_Label>發情期床伴:最低吸引度</Option_EstrusAttractability_Label>
|
||||
<Option_EstrusRelationship_Label>發情期床伴:最低態度值</Option_EstrusRelationship_Label>
|
||||
<EstimatedCumLifespan>預估精子壽命</EstimatedCumLifespan>
|
||||
<EstimatedEggLifespan>預估卵子壽命</EstimatedEggLifespan>
|
||||
<FertilityDesc>受精卵著床機率。
|
||||
本小時內受精機率:{0}%</FertilityDesc>
|
||||
<Button_ResetToDefault>回歸預設值</Button_ResetToDefault>
|
||||
<Gizmo_GatherCum>擠出精液</Gizmo_GatherCum>
|
||||
<CustomHybrid_List_Title>客製化雜交編輯器</CustomHybrid_List_Title>
|
||||
<CustomHybrid_Title>{0}之雜交</CustomHybrid_Title>
|
||||
<CustomHybrid_Tooltip>當{0}與{1}產生後代,有{3}的概率生出{2}。
|
||||
若兩個種族相互間皆存在雜交定義,則以父本的定義為準。</CustomHybrid_Tooltip>
|
||||
</LanguageData>
|
134
1.4/Languages/English/Keyed/RJW_Menstruation.xml
Normal file
|
@ -0,0 +1,134 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<Mod_Title>RJW Menstruation Cycle</Mod_Title>
|
||||
|
||||
<Menstrual_Blood>menstrual blood</Menstrual_Blood>
|
||||
<Info_noCum>Empty</Info_noCum>
|
||||
<Stage_Follicular>Follicular</Stage_Follicular>
|
||||
<Stage_Ovulatory>Ovulation</Stage_Ovulatory>
|
||||
<Stage_Luteal>Luteal</Stage_Luteal>
|
||||
<Stage_Bleeding>In period</Stage_Bleeding>
|
||||
<Stage_Pregnant>Pregnant</Stage_Pregnant>
|
||||
<Stage_Recover>Recovering from birth</Stage_Recover>
|
||||
<Stage_None>None</Stage_None>
|
||||
<Stage_Climacteric>Climacteric</Stage_Climacteric>
|
||||
<Stage_Menopause>Menopause</Stage_Menopause>
|
||||
<Stage_Anestrus>Anestrus</Stage_Anestrus>
|
||||
<Stage_Follicular_Desc>The ovaries are preparing to release an egg. Ovulation will occur at the end of this phase.</Stage_Follicular_Desc>
|
||||
<Stage_Follicular_Induced_Desc>The ovaries are preparing to release an egg. Ovulation will occur if semen enters the womb.</Stage_Follicular_Induced_Desc>
|
||||
<Stage_Ovulatory_Desc>The ovaries are releasing an egg into the womb.</Stage_Ovulatory_Desc>
|
||||
<Stage_Luteal_Desc>The womb is prepared to recieve a fertilized egg. Pregnancy will result if one implants before the end of the stage.</Stage_Luteal_Desc>
|
||||
<Stage_Bleeding_Desc>The womb is shedding its lining, along with any eggs that failed to implant.</Stage_Bleeding_Desc>
|
||||
<Stage_Pregnant_Desc>A baby is growing inside the womb. With time and care, it will become a new resident of this world.</Stage_Pregnant_Desc>
|
||||
<Stage_Recover_Desc>The womb is recovering from its recent pregnancy.</Stage_Recover_Desc>
|
||||
<Stage_None_Desc>The womb is not fertile and cannot become pregnant.</Stage_None_Desc>
|
||||
<Stage_Climacteric_Desc>The ovaries have neared exhaustion and the menstrual cycle has become irregular.</Stage_Climacteric_Desc>
|
||||
<Stage_Menopause_Desc>The ovaries have been exhausted and the womb can no longer produce eggs.</Stage_Menopause_Desc>
|
||||
<Stage_Anestrus_Desc>The womb is out of breeding season. The cycle will resume once conditions are met.</Stage_Anestrus_Desc>
|
||||
<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>
|
||||
<Dialog_WombInfo04>Cum list</Dialog_WombInfo04>
|
||||
<Dialog_WombInfo05>Fertilized</Dialog_WombInfo05>
|
||||
<Dialog_WombInfo06>Fertilizing</Dialog_WombInfo06>
|
||||
<Dialog_WombInfo07>Ovulated</Dialog_WombInfo07>
|
||||
<Dialog_WombInfo08></Dialog_WombInfo08>
|
||||
<Dialog_WombInfo09></Dialog_WombInfo09>
|
||||
<Dialog_DoCleanWomb_Tooltip>Gather cum into bucket</Dialog_DoCleanWomb_Tooltip>
|
||||
<Dialog_DontCleanWomb_Tooltip>Store cum in womb</Dialog_DontCleanWomb_Tooltip>
|
||||
<Dialog_FatherUnknown>Unknown</Dialog_FatherUnknown>
|
||||
|
||||
|
||||
|
||||
<Option1_Label_1>Enable womb icon</Option1_Label_1>
|
||||
<Option1_Label_2>Enable button in health tab</Option1_Label_2>
|
||||
<Option2_Label>Enable animal cycle</Option2_Label>
|
||||
<Option2_Desc>Simulate animal cycles. This option will apply after next load Not recommended.</Option2_Desc>
|
||||
<Option3_Label>Implantation chance</Option3_Label>
|
||||
<Option3_Desc>Base implantation chance of fertilized egg This value affects the chance of impregnation.</Option3_Desc>
|
||||
<Option4_Label>Fertilization chance</Option4_Label>
|
||||
<Option4_Desc>The fertilization chance per ml of sperm per hour This value affects the chance of impregnation.</Option4_Desc>
|
||||
<Option5_Label>Cum decay ratio per hour</Option5_Label>
|
||||
<Option5_Desc>The amount of cum in the womb will drop by this amount every hour This value affects the chance of impregnation.</Option5_Desc>
|
||||
<Option6_Label>Cum fertility decay ratio per hour</Option6_Label>
|
||||
<Option6_Desc>Cum will lose fertility by this amount every hour This value affects fertilization chance indirectly.</Option6_Desc>
|
||||
<Option7_Label>Cycle acceleration</Option7_Label>
|
||||
<Option7_Desc>Accelerate menstruation cycle This can cause early menopause and infertility. Setting this lower than x12 is recommended. Rimworld's timescale: x6(default)</Option7_Desc>
|
||||
<Option8_Label>Debug</Option8_Label>
|
||||
<Option8_Desc>Show debug information. Also overrides "Fetus information level" to All.</Option8_Desc>
|
||||
<Option9_Label>Womb status</Option9_Label>
|
||||
<Option9_Desc>Draw womb icon in status window.</Option9_Desc>
|
||||
<Option10_Label>Vagina and breast status</Option10_Label>
|
||||
<Option10_Desc>Draw vagina, anus and breast icons in the status window.</Option10_Desc>
|
||||
<Option11_Label>Fetus information level</Option11_Label>
|
||||
<Option11_Desc_1>Show all information about a fetus.</Option11_Desc_1>
|
||||
<Option11_Desc_2>Show all information about a fetus after discovered pregnancy.</Option11_Desc_2>
|
||||
<Option11_Desc_3>Show only image of a fetus after discovered pregnancy.</Option11_Desc_3>
|
||||
<Option11_Desc_4>Do not show any information about a fetus.</Option11_Desc_4>
|
||||
<Option12_Label>Enable menopause</Option12_Label>
|
||||
<Option12_Desc>Enable menopause effect that makes pawn infertile in time progress If you have problems with long life races, turn off this option. This option will apply after save loaded.</Option12_Desc>
|
||||
<Option13_Label>Use multiple pregnancy</Option13_Label>
|
||||
<Option13_Desc>Use multiple pregnancy instead RJW's default pregnancy Disable this option if you are in trouble with impregnation RJW pregnancy should be turned on.</Option13_Desc>
|
||||
<Option14_Label>Enable hetero ovular twins</Option14_Label>
|
||||
<Option14_Desc>Allow pregnancy from multiple eggs at the same time.</Option14_Desc>
|
||||
<Option15_Label>Enable enzygotic twins</Option15_Label>
|
||||
<Option15_Desc>Enable a single egg to result in multiple identical offspring.</Option15_Desc>
|
||||
<Option16_Label>Enzygotic twins chance</Option16_Label>
|
||||
<Option16_Desc>The chance of identical twins.</Option16_Desc>
|
||||
<Option17_Label>Max enzygotic twins</Option17_Label>
|
||||
<Option17_Desc>The maximum number of identical siblings.</Option17_Desc>
|
||||
<Option18_Label>Enable egg overlay</Option18_Label>
|
||||
<Option18_Desc>Enable egg overlay on womb icon.</Option18_Desc>
|
||||
<Option19_Label_1>Bleeding amount</Option19_Label_1>
|
||||
<Option19_Label_2>Estimated total bleeding amount</Option19_Label_2>
|
||||
<Option19_Desc>The approximate bleeding amount. The normal bleeding amount of a human is about 20~80ml per cycle.</Option19_Desc>
|
||||
<Option20_Label_1>Colonist</Option20_Label_1>
|
||||
<Option20_Label_2>Prisoner</Option20_Label_2>
|
||||
<Option20_Label_3>Allied Faction</Option20_Label_3>
|
||||
<Option20_Label_4>Neutral</Option20_Label_4>
|
||||
<Option20_Label_5>Hostile Faction</Option20_Label_5>
|
||||
<Option21_Label>Target pawns:</Option21_Label>
|
||||
<Option21_Desc>The gizmo and button will appear for these pawns</Option21_Desc>
|
||||
<Option22_Label>Use hybrid extension</Option22_Label>
|
||||
<Option22_Desc>Overrides RJW and RaceSupport's hybrid definition. Dominant hybrid extension determines whose definition used first. Not recommended to change this.</Option22_Desc>
|
||||
<Option23_Label>Dominant hybrid extension</Option23_Label>
|
||||
<Option23_Label_1>Mother</Option23_Label_1>
|
||||
<Option23_Label_2>Father</Option23_Label_2>
|
||||
<Option_MaxBreastIncrementFactor_Label>Breast growth during pregnancy</Option_MaxBreastIncrementFactor_Label>
|
||||
<Option_MaxBreastIncrementFactor_Desc>Change how much a pregnant pawn's breasts will grow when pregnant. Some pawns will grow more than others.</Option_MaxBreastIncrementFactor_Desc>
|
||||
<Option_MaxNippleIncrementFactor_Label>Nipple change during pregnancy</Option_MaxNippleIncrementFactor_Label>
|
||||
<Option_MaxNippleIncrementFactor_Desc>Change how much a pregnant pawn's nipples will change during pregnancy.</Option_MaxNippleIncrementFactor_Desc>
|
||||
<Option_PermanentNippleChange_Label>Permanent nipple change after pregnancy</Option_PermanentNippleChange_Label>
|
||||
<Option_PermanentNippleChange_Desc>Adjusts approximately how much of a pregnant pawn's nipples will remain changed after the pregnancy ends.</Option_PermanentNippleChange_Desc>
|
||||
<Option28_Label>Customize Hybrids</Option28_Label>
|
||||
<Option28_Tooltip>Open custom hybrid editor. This will overrides hybrid definitions of XML files.</Option28_Tooltip>
|
||||
<Option29_Label>Allow shrink icon</Option29_Label>
|
||||
<Option29_Desc>Let icon become smaller if needed.</Option29_Desc>
|
||||
<Option30_Label>Egg lifespan multiplier</Option30_Label>
|
||||
<Option30_Desc>Multiply egg's lifespan. All non-implanted eggs will die at end of luteal stage regardless of this setting.</Option30_Desc>
|
||||
<Option31_Label>Enable vagina morph after birth</Option31_Label>
|
||||
<Option31_Desc>Enable permanent vagina stretch after birth. If you are using another mod handling this, turn off this option.</Option31_Desc>
|
||||
<Option32_Label>Morph power</Option32_Label>
|
||||
<Option32_Desc>Set morph power.</Option32_Desc>
|
||||
<Option_EnableGatherCumGizmo_Label>Enable gather cum gizmo</Option_EnableGatherCumGizmo_Label>
|
||||
<Option_EstrusOverride_Label>Estrus overrides RJW hookup settings</Option_EstrusOverride_Label>
|
||||
<Option_EstrusOverride_Desc>If enabled, a pawn in visible estrus will use these settings for potential impregnation hookups instead of the RJW settings. All settings default to their RJW counterparts.</Option_EstrusOverride_Desc>
|
||||
<Option_EstrusFuckability_Label>Hookup minimum fuckability in estrus</Option_EstrusFuckability_Label>
|
||||
<Option_EstrusAttractability_Label>Hookup minimum attractability in estrus</Option_EstrusAttractability_Label>
|
||||
<Option_EstrusRelationship_Label>Hookup minimum opinion in estrus</Option_EstrusRelationship_Label>
|
||||
<EstimatedCumLifespan>Estimated sperm lifespan</EstimatedCumLifespan>
|
||||
<EstimatedEggLifespan>Estimated egg lifespan</EstimatedEggLifespan>
|
||||
<FertilityDesc>Implantation chance of fertilized eggs. Chance of fertilization this hour: {0}%</FertilityDesc>
|
||||
<Button_ResetToDefault>Reset to default</Button_ResetToDefault>
|
||||
|
||||
<Gizmo_GatherCum>Gather cum</Gizmo_GatherCum>
|
||||
<FloatMenu_CleanSelf>Vaginal washing</FloatMenu_CleanSelf>
|
||||
|
||||
<CustomHybrid_List_Title>Custom Hybrid Editor</CustomHybrid_List_Title>
|
||||
<CustomHybrid_Title>Hybrids of {0}</CustomHybrid_Title>
|
||||
<CustomHybrid_Tooltip>When {0} breed with {1}, {2} will be born at {3} chance. If both races have hybrid definitions for each other, the father's definition will be used.</CustomHybrid_Tooltip>
|
||||
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<Absorber.label>성기</Absorber.label>
|
||||
</LanguageData>
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<Hediff_MenstrualCramp.label>생리통</Hediff_MenstrualCramp.label>
|
||||
<Hediff_MenstrualCramp.description>생리중입니다.</Hediff_MenstrualCramp.description>
|
||||
<Hediff_MenstrualCramp.stages.0.label>불편함</Hediff_MenstrualCramp.stages.0.label>
|
||||
<Hediff_MenstrualCramp.stages.1.label>짜증남</Hediff_MenstrualCramp.stages.1.label>
|
||||
<Hediff_MenstrualCramp.stages.2.label>아픔</Hediff_MenstrualCramp.stages.2.label>
|
||||
<Hediff_MenstrualCramp.stages.3.label>고통스러움</Hediff_MenstrualCramp.stages.3.label>
|
||||
<Hediff_Estrus.label>발정기</Hediff_Estrus.label>
|
||||
<Hediff_Estrus.description>발정기입니다.</Hediff_Estrus.description>
|
||||
<Hediff_Estrus_Concealed.label>발정기(숨김)</Hediff_Estrus_Concealed.label>
|
||||
<Hediff_Estrus_Concealed.description>발정기입니다.</Hediff_Estrus_Concealed.description>
|
||||
<Hediff_PainReliever.label>진통제</Hediff_PainReliever.label>
|
||||
<Hediff_PainReliever.description>약간의 고통을 줄여줍니다.</Hediff_PainReliever.description>
|
||||
|
||||
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<VaginaWashing.reportString>질세척 하는중</VaginaWashing.reportString>
|
||||
|
||||
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<Surgery_ExpandAreola.label>유륜확대 수술</Surgery_ExpandAreola.label>
|
||||
<Surgery_ExpandAreola.description>유륜을 크게만듭니다.</Surgery_ExpandAreola.description>
|
||||
<Surgery_ExpandAreola.jobString>유륜확대 수술중</Surgery_ExpandAreola.jobString>
|
||||
<Surgery_ContractAreola.label>유륜축소 수술</Surgery_ContractAreola.label>
|
||||
<Surgery_ContractAreola.description>유륜을 작게만듭니다.</Surgery_ContractAreola.description>
|
||||
<Surgery_ContractAreola.jobString>유륜축소 수술중</Surgery_ContractAreola.jobString>
|
||||
<Surgery_ExpandNipple.label>유두확대 수술</Surgery_ExpandNipple.label>
|
||||
<Surgery_ExpandNipple.description>유두를 크게만듭니다.</Surgery_ExpandNipple.description>
|
||||
<Surgery_ExpandNipple.jobString>유두확대 수술중</Surgery_ExpandNipple.jobString>
|
||||
<Surgery_ContractNipple.label>유두축소 수술</Surgery_ContractNipple.label>
|
||||
<Surgery_ContractNipple.description>유두를 작게만듭니다.</Surgery_ContractNipple.description>
|
||||
<Surgery_ContractNipple.jobString>유두축소 수술중</Surgery_ContractNipple.jobString>
|
||||
</LanguageData>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<AmountofCreampied.label>질내사정</AmountofCreampied.label>
|
||||
<AmountofCreampied.description>질내사정당한 정액 양</AmountofCreampied.description>
|
||||
</LanguageData>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<MaxAbsorbable.label>흡수량</MaxAbsorbable.label>
|
||||
<MaxAbsorbable.description>액체를 흡수할수 있는 정도입니다.</MaxAbsorbable.description>
|
||||
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<Absorber_Tampon.label>탐폰</Absorber_Tampon.label>
|
||||
<Absorber_Tampon.description>보지에서 나오는 액체를 흡수하는 탐폰입니다. 오래 착용하고 있을 경우 감염이 발생할수도 있습니다.</Absorber_Tampon.description>
|
||||
<Absorber_Tampon_Dirty.label>더러운 탐폰</Absorber_Tampon_Dirty.label>
|
||||
<Absorber_Tampon_Dirty.description>사용된 축축한 탐폰입니다.</Absorber_Tampon_Dirty.description>
|
||||
<Absorber_Pad.label>생리대</Absorber_Pad.label>
|
||||
<Absorber_Pad.description>보지에서 나오는 액체를 흡수하는 생리대입니다. 흡수량 이상의 액체가 나올경우 샐수있습니다.</Absorber_Pad.description>
|
||||
<Absorber_Pad_Dirty.label>젖은 생리대</Absorber_Pad_Dirty.label>
|
||||
<Absorber_Pad_Dirty.description>사용된 축축한 생리대입니다.</Absorber_Pad_Dirty.description>
|
||||
<OvaryRegenerationPill.label>난소 재생약</OvaryRegenerationPill.label>
|
||||
<OvaryRegenerationPill.description>난소를 재생시켜 배출할수있는 난자의 양을 증가시킵니다. 난자 소모량이 클수록 효과가 줄어듭니다. 폐경을 회복시키지 않습니다.</OvaryRegenerationPill.description>
|
||||
<SuperovulationInducingAgent.label>과배란 유도제</SuperovulationInducingAgent.label>
|
||||
<SuperovulationInducingAgent.description>과배란을 유도하는 약물입니다. 조기폐경을 초래할수도 있습니다.</SuperovulationInducingAgent.description>
|
||||
<PainReliever.label>진통제</PainReliever.label>
|
||||
<PainReliever.description>하루동안 약간의 통증을 줄여줍니다.</PainReliever.description>
|
||||
<FilthMixture.label>혼합물</FilthMixture.label>
|
||||
|
||||
|
||||
</LanguageData>
|
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<LeakingFluids.stages.0.label>가랑이가 축축함</LeakingFluids.stages.0.label>
|
||||
<LeakingFluids.stages.0.description>찝찝해...</LeakingFluids.stages.0.description>
|
||||
<CameInsideF.stages.0.label>{0}에게 질내사정당함</CameInsideF.stages.0.label>
|
||||
<CameInsideF.stages.0.description>임신할까봐 걱정돼...</CameInsideF.stages.0.description>
|
||||
<CameInsideFLowFert.stages.0.label>{0}에게 질내사정당함</CameInsideFLowFert.stages.0.label>
|
||||
<CameInsideFLowFert.stages.0.description>확률은 낮겠지만 임신할까봐 걱정돼...</CameInsideFLowFert.stages.0.description>
|
||||
<CameInsideFFetish.stages.0.label>{0}에게 질내사정당함</CameInsideFFetish.stages.0.label>
|
||||
<CameInsideFFetish.stages.0.description>임신할것 같아</CameInsideFFetish.stages.0.description>
|
||||
<CameInsideFFetishSafe.stages.0.label>{0}에게 질내사정당함</CameInsideFFetishSafe.stages.0.label>
|
||||
<CameInsideFFetishSafe.stages.0.description>좋았어...</CameInsideFFetishSafe.stages.0.description>
|
||||
<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>
|
||||
<HaterCameInsideFSafe.stages.0.label>{0}에게 질내사정당함</HaterCameInsideFSafe.stages.0.label>
|
||||
<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>
|
||||
<UnwantedPregnancy.stages.0.description>어떻게 해야하지?...</UnwantedPregnancy.stages.0.description> <HaterCameInsideM.stages.0.description>그년한테 질싸를했어</HaterCameInsideM.stages.0.description>
|
||||
<UexpectedPregnancyMild.stages.0.label>원치않은 임신</UexpectedPregnancyMild.stages.0.label>
|
||||
<UexpectedPregnancyMild.stages.0.description>어떻게 해야하지?...</UexpectedPregnancyMild.stages.0.description>
|
||||
<TookContraceptivePill.stages.0.label>피임약 복용</TookContraceptivePill.stages.0.label>
|
||||
<TookContraceptivePill.stages.0.description>괜찮을거야</TookContraceptivePill.stages.0.description>
|
||||
<HateTookContraptivePill.stages.0.label>피임약 복용</HateTookContraptivePill.stages.0.label>
|
||||
<HateTookContraptivePill.stages.0.description>임신하고싶어</HateTookContraptivePill.stages.0.description>
|
||||
</LanguageData>
|
110
1.4/Languages/Korean/Keyed/RJW_Menstruation.xml
Normal file
|
@ -0,0 +1,110 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<Mod_Title>RJW Menstruation Cycle</Mod_Title>
|
||||
|
||||
<Menstrual_Blood>생리혈</Menstrual_Blood>
|
||||
<Info_noCum>없음</Info_noCum>
|
||||
<Stage_Follicular>난포기</Stage_Follicular>
|
||||
<Stage_Ovulatory>배란</Stage_Ovulatory>
|
||||
<Stage_Luteal>황체기</Stage_Luteal>
|
||||
<Stage_Bleeding>생리중</Stage_Bleeding>
|
||||
<Stage_Pregnant>임신</Stage_Pregnant>
|
||||
<Stage_Recover>회복기</Stage_Recover>
|
||||
<Stage_None>없음</Stage_None>
|
||||
<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>
|
||||
<Dialog_WombInfo04>정액목록</Dialog_WombInfo04>
|
||||
<Dialog_WombInfo05>수정됨</Dialog_WombInfo05>
|
||||
<Dialog_WombInfo06>수정중</Dialog_WombInfo06>
|
||||
<Dialog_WombInfo07>배란</Dialog_WombInfo07>
|
||||
<Dialog_WombInfo08></Dialog_WombInfo08>
|
||||
<Dialog_WombInfo09></Dialog_WombInfo09>
|
||||
|
||||
<Option1_Label_1>자궁아이콘 활성화</Option1_Label_1>
|
||||
<Option1_Label_2>건강탭에 버튼 추가</Option1_Label_2>
|
||||
<Option2_Label>동물주기 활성화</Option2_Label>
|
||||
<Option2_Desc>동물의 월경주기를 시뮬레이션합니다. 변경한후에 세이브로드가 필요합니다. not recommended</Option2_Desc>
|
||||
<Option3_Label>착상확률</Option3_Label>
|
||||
<Option3_Desc>수정란의 착상확률을 설정합니다.</Option3_Desc>
|
||||
<Option4_Label>수정확률</Option4_Label>
|
||||
<Option4_Desc>1시간마다 정자가 난자를 수정시킬확률을 설정합니다.</Option4_Desc>
|
||||
<Option5_Label>시간당 정액배출비율</Option5_Label>
|
||||
<Option5_Desc>이 비율만큼 매 시간마다 정액이 배출됩니다.</Option5_Desc>
|
||||
<Option6_Label>시간당 정자 사망비율</Option6_Label>
|
||||
<Option6_Desc>이 비율만큼 매 시간마다 정자가 사망해 정액이 생식능력을 잃습니다. 정자 예상수명: 정액이 대부분의 생식능력을 잃는 시간입니다.</Option6_Desc>
|
||||
<Option7_Label>주기 가속</Option7_Label>
|
||||
<Option7_Desc>월경주기를 더 빠르게합니다. 이 설정은 조기폐경과 난임을 유발할수도 있습니다. 12배속 이하로 설정하는것을 권장합니다. 림월드의 시간배율: x6(default)</Option7_Desc>
|
||||
<Option8_Label>Debug</Option8_Label>
|
||||
<Option8_Desc>디버그정보를 보여줍니다.</Option8_Desc>
|
||||
<Option9_Label>자궁 그림</Option9_Label>
|
||||
<Option9_Desc>상태창에 자궁그림을 표시합니다.</Option9_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>
|
||||
<Option11_Desc_3>태아에 대한 정보를 표시하지 않지만, 임신한 이후 태아이미지를 표시합니다.</Option11_Desc_3>
|
||||
<Option11_Desc_4>태아에 대한 어떠한 정보도 표시하지 않습니다.</Option11_Desc_4>
|
||||
<Option12_Label>폐경기 활성화</Option12_Label>
|
||||
<Option12_Desc>시간이 지남에따라 불임상태로 만드는 폐경기를 활성화합니다. 수명이 긴 종족을 사용할때 문제가 있으면 이 옵션을 끄세요. 변경한후에 세이브로드가 필요합니다.</Option12_Desc>
|
||||
<Option13_Label>다중임신</Option13_Label>
|
||||
<Option13_Desc>RJW의 기본임신 대신 다중임신을 사용합니다. 임신에 문제가 있다면 이 기능을 끄는것으로 해결될수도 있습니다. RJW 임신이 활성화 되어야 합니다.</Option13_Desc>
|
||||
<Option14_Label>이란성 쌍둥이 활성화</Option14_Label>
|
||||
<Option14_Desc>다수의 난자가 임신으로 이어지게 합니다.</Option14_Desc>
|
||||
<Option15_Label>일란성 쌍둥이 활성화</Option15_Label>
|
||||
<Option15_Desc>하나의 난자가 다수의 태아로 나뉘게 합니다.</Option15_Desc>
|
||||
<Option16_Label>일란성 쌍둥이 확률</Option16_Label>
|
||||
<Option16_Desc>일란성 쌍둥이가 발생할 확률을 설정합니다.</Option16_Desc>
|
||||
<Option17_Label>최대 일란성 쌍둥이 수</Option17_Label>
|
||||
<Option17_Desc>일란성 쌍둥이의 수를 제한합니다.</Option17_Desc>
|
||||
<Option18_Label>난자 오버레이</Option18_Label>
|
||||
<Option18_Desc>자궁그림 위에 난자그림를 표시합니다.</Option18_Desc>
|
||||
<Option19_Label_1>생리양</Option19_Label_1>
|
||||
<Option19_Label_2>예상되는 총 생리양</Option19_Label_2>
|
||||
<Option19_Desc>생리혈의 양을 설정합니다. 실제 생리양은 보지에따라 다를수 있습니다. 일반적인 인간 여성의 생리량은 약 20~80ml입니다.</Option19_Desc>
|
||||
<Option20_Label_1>정착민</Option20_Label_1>
|
||||
<Option20_Label_2>죄수</Option20_Label_2>
|
||||
<Option20_Label_3>동맹관계</Option20_Label_3>
|
||||
<Option20_Label_4>중립</Option20_Label_4>
|
||||
<Option20_Label_5>적대관계</Option20_Label_5>
|
||||
<Option21_Label>표시 대상</Option21_Label>
|
||||
<Option21_Desc>아이콘과 버튼을 표시할 대상입니다.</Option21_Desc>
|
||||
<Option22_Label>잡종 정의 대체</Option22_Label>
|
||||
<Option22_Desc>RJW와 RaceSupport의 잡종정의를 대체합니다. 우선순위는 누구의 잡종 정의를 우선으로 사용할지 정합니다. 변경하지 않는것을 추천합니다.</Option22_Desc>
|
||||
<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>
|
||||
<Option28_Label>잡종 정의 변경하기</Option28_Label>
|
||||
<Option28_Tooltip>사용자 지정 잡종 편집기를 엽니다. 이 설정은 XML파일의 잡종 정의를 대체합니다.</Option28_Tooltip>
|
||||
<Option29_Label>아이콘 축소 허용</Option29_Label>
|
||||
<Option29_Desc>아이콘 축소를 허용합니다.</Option29_Desc>
|
||||
<Option30_Label>난자 수명 배수</Option30_Label>
|
||||
<Option30_Desc>난자 수명을 늘립니다. 이 설정에 관계없이 황체기가 끝나면 난자는 죽습니다.</Option30_Desc>
|
||||
<Option31_Label>출산 이후 보지 변화 활성화</Option31_Label>
|
||||
<Option31_Desc>출산 이후 보지가 영구적으로 늘어나게 합니다. 만약 이 설정을 다루고있는 다른 모드가 있다면, 이 설정을 끄세요.</Option31_Desc>
|
||||
<Option32_Label>변화 강도</Option32_Label>
|
||||
<Option32_Desc>변화 강도를 설정합니다.</Option32_Desc>
|
||||
<EstimatedCumLifespan>정자 예상수명</EstimatedCumLifespan>
|
||||
<EstimatedEggLifespan>난자 예상수명</EstimatedEggLifespan>
|
||||
<FertilityDesc>한시간 안에 수정될 확률: {0}% 수정란이 임신으로 진행될 확률입니다. 흰색 오버레이는 정자가 난자를 수정시킬 확률을 표시하는 것입니다.</FertilityDesc>
|
||||
|
||||
<FloatMenu_CleanSelf>질세척</FloatMenu_CleanSelf>
|
||||
|
||||
<CustomHybrid_List_Title>사용자 지정 잡종 편집기</CustomHybrid_List_Title>
|
||||
<CustomHybrid_Title>{0}의 잡종설정</CustomHybrid_Title>
|
||||
<CustomHybrid_Tooltip>{0}이(가) {1}와(과) 교미했을 때, {2}이(가) {3}의 확률로 태어납니다. 만약 두 종족이 서로에 대한 잡종 정의가 있을경우 아버지 쪽의 정의가 우선적으로 사용됩니다.</CustomHybrid_Tooltip>
|
||||
|
||||
</LanguageData>
|
84
1.4/Languages/Spanish/Keyed/RJW_Menstruation.xml
Normal file
|
@ -0,0 +1,84 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<Mod_Title>RJW Ciclo menstrual</Mod_Title>
|
||||
|
||||
<Menstrual_Blood>sangre menstrual</Menstrual_Blood>
|
||||
<Info_noCum>Vacía</Info_noCum>
|
||||
<Stage_Follicular>Folicular</Stage_Follicular>
|
||||
<Stage_Ovulatory>Ovulación</Stage_Ovulatory>
|
||||
<Stage_Luteal>Luteal</Stage_Luteal>
|
||||
<Stage_Bleeding>En periodo</Stage_Bleeding>
|
||||
<Stage_Pregnant>Embarazada</Stage_Pregnant>
|
||||
<Stage_Recover>Recuperándose del nacimiento</Stage_Recover>
|
||||
<Stage_None>Ninguna</Stage_None>
|
||||
<Stage_Climacteric>Climaterio</Stage_Climacteric>
|
||||
<Stage_Anestrus>Anestro</Stage_Anestrus>
|
||||
<Button_HealthTab>Estado</Button_HealthTab>
|
||||
<Dialog_WombInfo01>Estado</Dialog_WombInfo01>
|
||||
<Dialog_WombInfo02>Fetos</Dialog_WombInfo02>
|
||||
<Dialog_WombInfo03>Padre</Dialog_WombInfo03>
|
||||
<Dialog_WombInfo04>Semen lista</Dialog_WombInfo04>
|
||||
<Dialog_WombInfo05>Fecundada</Dialog_WombInfo05>
|
||||
<Dialog_WombInfo06>Fertil</Dialog_WombInfo06>
|
||||
<Dialog_WombInfo07>Ovulación</Dialog_WombInfo07>
|
||||
<Dialog_WombInfo08></Dialog_WombInfo08>
|
||||
<Dialog_WombInfo09></Dialog_WombInfo09>
|
||||
|
||||
<Option1_Label_1>habilitar icono de útero</Option1_Label_1>
|
||||
<Option1_Label_2>habilitar el botón en la pestaña de salud</Option1_Label_2>
|
||||
<Option2_Label>habilitar ciclo animal</Option2_Label>
|
||||
<Option2_Desc>simular el ciclo del animal. esta opción se aplicará después del cargado no recomendado</Option2_Desc>
|
||||
<Option3_Label>posibilidad de implantación</Option3_Label>
|
||||
<Option3_Desc>establecer la posibilidad de implantación del óvulo fertilizado este valor determina la posibilidad de finalización de la impregnación</Option3_Desc>
|
||||
<Option4_Label>oportunidad de fertilización</Option4_Label>
|
||||
<Option4_Desc>establecer la posibilidad de fertilización de 1 ml de esperma cada hora este valor determina la posibilidad inicial de impregnación</Option4_Desc>
|
||||
<Option5_Label>Relación de descomposición semen por hora</Option5_Label>
|
||||
<Option5_Desc>el semen disminuirá en esta proporción este valor afecta indirectamente al cambio de fertilidad</Option5_Desc>
|
||||
<Option6_Label>índice de descomposición de la fertilidad acumulada por hora</Option6_Label>
|
||||
<Option6_Desc>el semen perderá la fertilidad en esta proporción este valor afecta indirectamente a la probabilidad de fertilidad</Option6_Desc>
|
||||
<Option7_Label>acelerar el ciclo X</Option7_Label>
|
||||
<Option7_Desc>acelerar el ciclo de la menstruación</Option7_Desc>
|
||||
<Option8_Label>Depurar</Option8_Label>
|
||||
<Option8_Desc>mostrar información de depuración.</Option8_Desc>
|
||||
<Option9_Label>estado del útero</Option9_Label>
|
||||
<Option9_Desc>dibujar icono de útero en la ventana de estado</Option9_Desc>
|
||||
<Option10_Label>estado de la vagina</Option10_Label>
|
||||
<Option10_Desc>dibujar el icono de vagina y ano en la ventana de estado</Option10_Desc>
|
||||
<Option11_Label>Nivel de información del feto</Option11_Label>
|
||||
<Option11_Desc_1>Mostrar toda la información sobre el feto</Option11_Desc_1>
|
||||
<Option11_Desc_2>Mostrar toda la información sobre el feto después de un embarazo notado</Option11_Desc_2>
|
||||
<Option11_Desc_3>No muestre información sobre el feto, pero muestre la imagen del feto después de un embarazo notado</Option11_Desc_3>
|
||||
<Option11_Desc_4>No mostrar la imagen ni la información del feto.</Option11_Desc_4>
|
||||
<Option12_Label>permitir la menopausia</Option12_Label>
|
||||
<Option12_Desc>Permitir el efecto de la menopausia que hace que el peón sea infértil con el paso del tiempo. Si tiene problemas con las carreras de larga duración, desactive esta opción. esta opción se aplicará después de guardar cargado</Option12_Desc>
|
||||
<Option13_Label>usar embarazo múltiple</Option13_Label>
|
||||
<Option13_Desc>use embarazo múltiple en lugar del embarazo predeterminado de RJW deshabilite esta opción si tiene problemas con la impregnación</Option13_Desc>
|
||||
<Option14_Label>permitir gemelos hetero ovulares</Option14_Label>
|
||||
<Option14_Desc>permitir que varios óvulos puedan quedar embarazadas</Option14_Desc>
|
||||
<Option15_Label>permitir gemelos enzimáticos</Option15_Label>
|
||||
<Option15_Desc>permitir que un solo huevo dé como resultado múltiples crías</Option15_Desc>
|
||||
<Option16_Label>posibilidad de gemelos enzimáticos</Option16_Label>
|
||||
<Option16_Desc>Establecer la posibilidad de gemel@s</Option16_Desc>
|
||||
<Option17_Label>gemelos enzimáticos max</Option17_Label>
|
||||
<Option17_Desc>Establecer el número máximo de gemelos</Option17_Desc>
|
||||
<Option18_Label>habilitar la superposición de huevos</Option18_Label>
|
||||
<Option18_Desc>habilitar la superposición de huevos en el icono del útero</Option18_Desc>
|
||||
<Option19_Label_1>cantidad de sangrado</Option19_Label_1>
|
||||
<Option19_Label_2>cantidad total estimada de sangrado</Option19_Label_2>
|
||||
<Option19_Desc>establecer la cantidad de sangrado la cantidad de sangrado real puede ser diferente dependiendo de la vagina la cantidad de sangrado genérico de una mujer humana es de aproximadamente 20 ~ 80 ml por mes</Option19_Desc>
|
||||
<Option20_Label_1>Colonos</Option20_Label_1>
|
||||
<Option20_Label_2>Prisionero</Option20_Label_2>
|
||||
<Option20_Label_3>todas las Facciones</Option20_Label_3>
|
||||
<Option20_Label_4>Neutral</Option20_Label_4>
|
||||
<Option20_Label_5>Facción enemiga</Option20_Label_5>
|
||||
<Option21_Label>objetivo de colonos</Option21_Label>
|
||||
<Option21_Desc>el artilugio y el botón aparecerán para estos peones</Option21_Desc>
|
||||
<Option22_Label>usar extensión híbrida</Option22_Label>
|
||||
<Option22_Desc>anula la definición híbrida de RJW y RaceSupport La extensión híbrida dominante determina qué definición se usa primero. No se recomienda cambiar esto</Option22_Desc>
|
||||
<Option23_Label>Extensión híbrida dominante</Option23_Label>
|
||||
<Option23_Label_1>Madre</Option23_Label_1>
|
||||
<Option23_Label_2>Padre</Option23_Label_2>
|
||||
|
||||
<FloatMenu_CleanSelf>Lavado Vaginal</FloatMenu_CleanSelf>
|
||||
|
||||
</LanguageData>
|
9
1.4/MilkModule/Defs/JobDefs/Jobs_MilkSelf_MC.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<JobDef>
|
||||
<defName>LactateSelf_MC</defName>
|
||||
<driverClass>MilkModule.JobDriver_MilkSelf_MC</driverClass>
|
||||
<reportString>lactating self</reportString>
|
||||
<allowOpportunisticPrefix>true</allowOpportunisticPrefix>
|
||||
</JobDef>
|
||||
</Defs>
|
17
1.4/Patches/Drugs.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/ThingDef[defName="RJW_FertPill"]/ingestible/outcomeDoers</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.FertPillOutcomeDoer"/>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/ThingDef[defName="RJW_Contraceptive"]/ingestible/outcomeDoers</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.ContraceptiveOutcomeDoer"/>
|
||||
</value>
|
||||
</Operation>
|
||||
</Patch>
|
154
1.4/Patches/Hediffs_PrivateParts.xml
Normal file
|
@ -0,0 +1,154 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- one cycle = follicularIntervalDays + lutealIntervalDays -->
|
||||
<!-- follicularIntervalDays includes bleedingIntervalDays. -->
|
||||
<!-- bleedingIntervalDays must be smaller than follicularIntervalDays -->
|
||||
<!-- 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="Vagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>10</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>14</follicularIntervalDays>
|
||||
<lutealIntervalDays>14</lutealIntervalDays>
|
||||
<bleedingIntervalDays>6</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>30</recoveryIntervalDays>
|
||||
<eggLifespanDays>1</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<concealedEstrus>true</concealedEstrus>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="GenericVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>10</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>14</follicularIntervalDays>
|
||||
<lutealIntervalDays>14</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>30</recoveryIntervalDays>
|
||||
<eggLifespanDays>3</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="HydraulicVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>10</maxCumCapacity>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/BionicVagina</vagTex>
|
||||
<infertile>true</infertile>
|
||||
<eggMultiplier>0</eggMultiplier>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>10</maxCumCapacity>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/BionicVagina</vagTex>
|
||||
<infertile>true</infertile>
|
||||
<eggMultiplier>0</eggMultiplier>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>10</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>2.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>2.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>14</follicularIntervalDays>
|
||||
<lutealIntervalDays>14</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>0</recoveryIntervalDays>
|
||||
<eggLifespanDays>3</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<concealedEstrus>true</concealedEstrus>
|
||||
<eggMultiplier>4</eggMultiplier>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="Anus"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Anus">
|
||||
<analTex>Genitals/Anal</analTex>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="HydraulicAnus"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Anus">
|
||||
<analTex>Genitals/BionicAnal</analTex>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicAnus"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Anus">
|
||||
<analTex>Genitals/BionicAnal</analTex>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechAnus"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Anus">
|
||||
<analTex>Genitals/Anal</analTex>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</Patch>
|
185
1.4/Patches/Hediffs_PrivateParts_Animal.xml
Normal file
|
@ -0,0 +1,185 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- one cycle = follicularIntervalDays + lutealIntervalDays -->
|
||||
<!-- follicularIntervalDays includes bleedingIntervalDays. -->
|
||||
<!-- bleedingIntervalDays must be smaller than follicularIntervalDays -->
|
||||
<!-- unit of maxCumCapacity is ml -->
|
||||
<!-- actual max cum capacity is 500times of maxCumCapacity -->
|
||||
<!-- one egg = 1 ovaryPower-->
|
||||
<!-- the value for breeding season: Always, Spring, Summer, Fall, Winter, FirstHalf, SecondHalf -->
|
||||
<!-- total estrus days = estrusDaysBeforeOvulation + eggLifespanDays -->
|
||||
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="DogVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>8</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>14</follicularIntervalDays>
|
||||
<lutealIntervalDays>166</lutealIntervalDays>
|
||||
<bleedingIntervalDays>8</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>15</recoveryIntervalDays>
|
||||
<eggLifespanDays>4</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<estrusDaysBeforeOvulation>9</estrusDaysBeforeOvulation>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="CatVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_InducedOvulator">
|
||||
<maxCumCapacity>6</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>2.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>9</follicularIntervalDays>
|
||||
<lutealIntervalDays>10</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>15</recoveryIntervalDays>
|
||||
<eggLifespanDays>1</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<breedingSeason>FirstHalf</breedingSeason>
|
||||
<estrusDaysBeforeOvulation>9</estrusDaysBeforeOvulation>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="HorseVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>25</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>7</follicularIntervalDays>
|
||||
<lutealIntervalDays>14</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>30</recoveryIntervalDays>
|
||||
<eggLifespanDays>1</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<breedingSeason>FirstHalf</breedingSeason>
|
||||
<estrusDaysBeforeOvulation>5</estrusDaysBeforeOvulation>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="DragonVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>50</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>0.5</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>0.2</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>270</follicularIntervalDays>
|
||||
<lutealIntervalDays>30</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>300</recoveryIntervalDays>
|
||||
<eggLifespanDays>30</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<estrusDaysBeforeOvulation>0</estrusDaysBeforeOvulation>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="NarrowVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>10</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>5</follicularIntervalDays>
|
||||
<lutealIntervalDays>16</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>15</recoveryIntervalDays>
|
||||
<eggLifespanDays>2</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<estrusDaysBeforeOvulation>1</estrusDaysBeforeOvulation>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="RodentVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_InducedOvulator">
|
||||
<maxCumCapacity>5</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>2.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>6</follicularIntervalDays>
|
||||
<lutealIntervalDays>9</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>3</recoveryIntervalDays>
|
||||
<eggLifespanDays>1</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<estrusDaysBeforeOvulation>6</estrusDaysBeforeOvulation>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="SlimeVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_InducedOvulator">
|
||||
<maxCumCapacity>5</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>2.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>2.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>12</follicularIntervalDays>
|
||||
<lutealIntervalDays>9</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>3</recoveryIntervalDays>
|
||||
<eggLifespanDays>1</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<estrusDaysBeforeOvulation>6</estrusDaysBeforeOvulation>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="DemonVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_InducedOvulator">
|
||||
<maxCumCapacity>10</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>2.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>2.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>14</follicularIntervalDays>
|
||||
<lutealIntervalDays>14</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>3</recoveryIntervalDays>
|
||||
<eggLifespanDays>1</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<estrusDaysBeforeOvulation>6</estrusDaysBeforeOvulation>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
</Patch>
|
65
1.4/Patches/Hediffs_PrivateParts_Breasts.xml
Normal file
|
@ -0,0 +1,65 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="HydraulicBreasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts_Artificial/Breast</BreastTex>
|
||||
<BlacknippleColor>(255,255,255)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BionicBreasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts_Artificial/Breast</BreastTex>
|
||||
<BlacknippleColor>(255,255,255)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechBreasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts/Breast</BreastTex>
|
||||
<BlacknippleColor>(255,255,255)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="SlimeBreasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts/Breast</BreastTex>
|
||||
<BlacknippleColor>(55,20,0)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
</Patch>
|
38
1.4/Patches/Item_Resource_Stuffs.xml
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/ThingDef[defName="Cloth"]/stuffProps/statFactors</xpath>
|
||||
<value>
|
||||
<MaxAbsorbable>1.0</MaxAbsorbable>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/ThingDef[defName="Synthread"]/stuffProps/statFactors</xpath>
|
||||
<value>
|
||||
<MaxAbsorbable>2.0</MaxAbsorbable>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/ThingDef[defName="DevilstrandCloth"]/stuffProps/statFactors</xpath>
|
||||
<value>
|
||||
<MaxAbsorbable>0.5</MaxAbsorbable>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/ThingDef[defName="Hyperweave"]/stuffProps/statFactors</xpath>
|
||||
<value>
|
||||
<MaxAbsorbable>0.25</MaxAbsorbable>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/ThingDef[@Name="WoolBase"]/stuffProps/statFactors</xpath>
|
||||
<value>
|
||||
<MaxAbsorbable>1.5</MaxAbsorbable>
|
||||
</value>
|
||||
</Operation>
|
||||
</Patch>
|
17
1.4/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>
|
55
1.4/Patches/PawnModExtensions.xml
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?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>
|
||||
<cumOutcomeDoers>
|
||||
<li Class="IngestionOutcomeDoers">
|
||||
<Some field>value</Some field>
|
||||
<Some field>value</Some field>
|
||||
</li>
|
||||
</cumOutcomeDoers>
|
||||
<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[defName="Human"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Fetus_Default</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.2</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
<li Class="IngestionOutcomeDoer_GiveHediff">
|
||||
<chance>0.005</chance>
|
||||
<hediffDef>Hediff_ASA</hediffDef>
|
||||
<severity>0.01</severity>
|
||||
</li>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
</Patch>
|
844
1.4/Patches/PawnModExtensions_Animals.xml
Normal file
|
@ -0,0 +1,844 @@
|
|||
<?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="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[defName="WildBoar"]</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>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Turkey"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Birds/Fetus_Bird</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Sheep"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_S_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.3</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Goat"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_S_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.3</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Ibex"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_S_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.3</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Deer"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_S_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.3</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Gazelle"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.3</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Alpaca"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.3</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Yak"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.3</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Elk"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Caribou"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_S_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Horse"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Donkey"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Cow"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Boomalope"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Muffalo"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Bison"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_S_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Dromedary"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Elephant"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Elephant</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.5</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Rhinoceros"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_Elephant</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.5</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Cat"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Feline/Fetus_Cat</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.1</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[@Name="BigCatThingBase"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Feline/Fetus_Cat</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.2</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Cougar"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Feline/Fetus_Cat</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.2</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Panther"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Feline/Fetus_Cat</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.2</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Iguana"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Reptile/Fetus_Lizard</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.5</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Tortoise"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Reptile/Fetus_Lizard</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.5</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Cobra"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Reptile/Fetus_Snake</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.5</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[@Name="BaseHare"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Pests/Fetus_Rodent</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Rat"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Pests/Fetus_Rodent</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Boomrat"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Pests/Fetus_Rodent</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="GuineaPig"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Pests/Fetus_Rodent</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Chinchilla"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Pests/Fetus_Rodent</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Snowhare"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Pests/Fetus_Rodent</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Capybara"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Pests/Fetus_Rodent</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Raccoon"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Pests/Fetus_Rodent</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Alphabeaver"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Pests/Fetus_Rodent</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Squirrel"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Pests/Fetus_Rodent</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Monkey"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Primate/Fetus_Monkey</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.2</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Megasloth"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_S_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.9</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Thrumbo"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Livestocks/Fetus_S_Bovine</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.7</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[@Name="BaseMechanoid"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Mech/Fetus_Mech</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.9</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[@Name="BaseMechanoidWalker"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Mech/Fetus_Mech</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.9</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Cassowary"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Birds/Fetus_Bird</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Emu"]</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
||||
<fetusTexPath>Fetus/Birds/Fetus_Bird</fetusTexPath>
|
||||
<cumColor>(255,255,255,255)</cumColor>
|
||||
<cumThickness>0.4</cumThickness>
|
||||
<ingestionOutcomeDoers>
|
||||
</ingestionOutcomeDoers>
|
||||
<hybridExtension>
|
||||
</hybridExtension>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
</Patch>
|
19
1.4/Patches/RJW_StatDefs.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/StatDef[defName="SexFrequency"]/parts</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.StatPart_Climacteric_SexFrequency"/>
|
||||
<li Class="RJW_Menstruation.StatPart_Menopause_SexFrequency"/>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/StatDef[defName="SexSatisfaction"]/parts</xpath>
|
||||
<value>
|
||||
<li Class="RJW_Menstruation.StatPart_Climacteric_SexSatisfaction"/>
|
||||
<li Class="RJW_Menstruation.StatPart_Menopause_SexSatisfaction"/>
|
||||
</value>
|
||||
</Operation>
|
||||
</Patch>
|
26
1.4/RJW Menstruation Race Support/About/About.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ModMetaData>
|
||||
<name>RJW Menstruation Cycle Race Support</name>
|
||||
<author>a</author>
|
||||
<supportedVersions>
|
||||
<li>1.2</li>
|
||||
</supportedVersions>
|
||||
<modDependencies>
|
||||
<li>
|
||||
<packageId>rjw.menstruation</packageId>
|
||||
<displayName>RJW Menstruation</displayName>
|
||||
<downloadUrl>https://github.com/moreoreganostodump/RJW_Menstruation</downloadUrl>
|
||||
</li>
|
||||
<li>
|
||||
<packageId>Abraxas.RJW.RaceSupport</packageId>
|
||||
<displayName>RJW - RaceSupport</displayName>
|
||||
<downloadUrl>https://gitgud.io/Abraxas/rjw-race-support</downloadUrl>
|
||||
</li>
|
||||
</modDependencies>
|
||||
<loadAfter>
|
||||
<li>Abraxas.RJW.RaceSupport</li>
|
||||
<li>rjw.menstruation</li>
|
||||
</loadAfter>
|
||||
<packageId>rjw.menstruation.racesupport</packageId>
|
||||
<description>good good</description>
|
||||
</ModMetaData>
|
12
1.4/RJW Menstruation Race Support/About/Manifest.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Manifest>
|
||||
<identifier>RJW Menstruation Race Support</identifier>
|
||||
<version>8.9.0</version>
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
<incompatibleWith />
|
||||
<loadAfter>
|
||||
</loadAfter>
|
||||
<suggests>
|
||||
</suggests>
|
||||
</Manifest>
|
|
@ -0,0 +1,162 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- one cycle = follicularIntervalDays + lutealIntervalDays -->
|
||||
<!-- follicularIntervalDays includes bleedingIntervalDays. -->
|
||||
<!-- bleedingIntervalDays must be smaller than follicularIntervalDays -->
|
||||
<!-- unit of maxCumCapacity is ml -->
|
||||
<!-- actual max cum capacity is 500times of maxCumCapacity -->
|
||||
<!-- one egg = 1 ovaryPower-->
|
||||
<!-- the value for breeding season: Always, Spring, Summer, Fall, Winter, FirstHalf, SecondHalf -->
|
||||
<!-- total estrus days = estrusDaysBeforeOvulation + eggLifespanDays -->
|
||||
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="CervineVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>18</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>10</follicularIntervalDays>
|
||||
<lutealIntervalDays>10</lutealIntervalDays>
|
||||
<bleedingIntervalDays>4</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>30</recoveryIntervalDays>
|
||||
<eggLifespanDays>2</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<breedingSeason>SecondHalf</breedingSeason>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="CactoidVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>8</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>8</follicularIntervalDays>
|
||||
<lutealIntervalDays>12</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>0</recoveryIntervalDays>
|
||||
<eggLifespanDays>2</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<breedingSeason>Summer</breedingSeason>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="TreeVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>15</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>10</follicularIntervalDays>
|
||||
<lutealIntervalDays>12</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>30</recoveryIntervalDays>
|
||||
<eggLifespanDays>2</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<breedingSeason>Fall</breedingSeason>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="PistilVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>8</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>6</follicularIntervalDays>
|
||||
<lutealIntervalDays>12</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>30</recoveryIntervalDays>
|
||||
<eggLifespanDays>2</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<breedingSeason>Fall</breedingSeason>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="NephilaSlimeVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>12</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>14</follicularIntervalDays>
|
||||
<lutealIntervalDays>20</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>30</recoveryIntervalDays>
|
||||
<eggLifespanDays>8</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="GhostVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>2</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>0.1</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>0.1</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>14</follicularIntervalDays>
|
||||
<lutealIntervalDays>14</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>0</recoveryIntervalDays>
|
||||
<eggLifespanDays>1</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<concealedEstrus>true</concealedEstrus>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="NecroVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>10</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>0.1</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>0.1</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>14</follicularIntervalDays>
|
||||
<lutealIntervalDays>14</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>0</recoveryIntervalDays>
|
||||
<eggLifespanDays>1</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<concealedEstrus>true</concealedEstrus>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
|
||||
</Patch>
|
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Patch>
|
||||
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="BigRaceBreats"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts/Breast</BreastTex>
|
||||
<BlacknippleColor>(55,20,0)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="OrcBreasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts/Breast</BreastTex>
|
||||
<BlacknippleColor>(55,20,0)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="GhoulBreasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts/Breast</BreastTex>
|
||||
<BlacknippleColor>(55,20,0)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="GhostBreasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts/Breast</BreastTex>
|
||||
<BlacknippleColor>(55,20,0)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="NecroBreasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts/Breast</BreastTex>
|
||||
<BlacknippleColor>(55,20,0)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="NephilaBreasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts/Breast</BreastTex>
|
||||
<BlacknippleColor>(55,20,0)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="NephilaSlimeBreasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts/Breast</BreastTex>
|
||||
<BlacknippleColor>(55,20,0)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="UdderBreasts"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Breast">
|
||||
<BreastTex>Breasts_Udder/Breast</BreastTex>
|
||||
<BlacknippleColor>(55,20,0)</BlacknippleColor>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
</Patch>
|
|
@ -0,0 +1,111 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- one cycle = follicularIntervalDays + lutealIntervalDays -->
|
||||
<!-- follicularIntervalDays includes bleedingIntervalDays. -->
|
||||
<!-- bleedingIntervalDays must be smaller than follicularIntervalDays -->
|
||||
<!-- 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="ElfVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>10</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>1800</follicularIntervalDays>
|
||||
<lutealIntervalDays>1800</lutealIntervalDays>
|
||||
<bleedingIntervalDays>6</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>30</recoveryIntervalDays>
|
||||
<eggLifespanDays>1</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<concealedEstrus>true</concealedEstrus>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ElfAnus"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Anus">
|
||||
<analTex>Genitals/Anal</analTex>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="OrcVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>10</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>1.0</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>1.0</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>7</follicularIntervalDays>
|
||||
<lutealIntervalDays>10</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>10</recoveryIntervalDays>
|
||||
<eggLifespanDays>1</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<concealedEstrus>true</concealedEstrus>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="OrcAnus"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Anus">
|
||||
<analTex>Genitals/Anal</analTex>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="GhoulVagina"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Menstruation">
|
||||
<maxCumCapacity>10</maxCumCapacity>
|
||||
<baseImplantationChanceFactor>0.2</baseImplantationChanceFactor>
|
||||
<basefertilizationChanceFactor>0.2</basefertilizationChanceFactor>
|
||||
<follicularIntervalDays>14</follicularIntervalDays>
|
||||
<lutealIntervalDays>14</lutealIntervalDays>
|
||||
<bleedingIntervalDays>0</bleedingIntervalDays>
|
||||
<recoveryIntervalDays>10</recoveryIntervalDays>
|
||||
<eggLifespanDays>1</eggLifespanDays>
|
||||
<wombTex>Womb/Womb</wombTex>
|
||||
<vagTex>Genitals/Vagina</vagTex>
|
||||
<concealedEstrus>true</concealedEstrus>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="GhoulAnus"]</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class="RJW_Menstruation.CompProperties_Anus">
|
||||
<analTex>Genitals/Anal</analTex>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
|
||||
|
||||
</Patch>
|
14
1.4/SexperienceModule/Defs/Items_Resource_CumMixture.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<ThingDef ParentName="GatheredCum">
|
||||
<defName>GatheredCumMixture</defName>
|
||||
<label>cum mixture</label>
|
||||
<description>Gathered mixture of cum.</description>
|
||||
<thingClass>RJW_Menstruation.Sexperience.GatheredCumMixture</thingClass>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/GatheredCum</texPath>
|
||||
<drawSize>1</drawSize>
|
||||
<graphicClass>Graphic_StackCount</graphicClass>
|
||||
</graphicData>
|
||||
</ThingDef>
|
||||
</Defs>
|
10
1.4/SexperienceModule/Defs/JobDefs/Jobs_GatherCum.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<JobDef>
|
||||
<defName>VaginaWashingwithBucket</defName>
|
||||
<driverClass>RJW_Menstruation.Sexperience.JobDriver_VaginaWashingWithBucket</driverClass>
|
||||
<reportString>gather cum</reportString>
|
||||
<casualInterruptible>true</casualInterruptible>
|
||||
</JobDef>
|
||||
</Defs>
|
BIN
1.4/Textures/Breasts/Breast_Breast00.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast00_Areola00.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast00_Areola01.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast00_Areola02.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast00_Areola03.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast00_Areola04.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast00_Nipple00.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast00_Nipple01.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast00_Nipple02.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast00_Nipple03.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast01.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast01_Areola00.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast01_Areola01.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast01_Areola02.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast01_Areola03.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast01_Areola04.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast01_Nipple00.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast01_Nipple01.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast01_Nipple02.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast01_Nipple03.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast02.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast02_Areola00.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast02_Areola01.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast02_Areola02.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast02_Areola03.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast02_Areola04.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast02_Nipple00.png
Normal file
After Width: | Height: | Size: 365 B |
BIN
1.4/Textures/Breasts/Breast_Breast02_Nipple01.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast02_Nipple02.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast02_Nipple03.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast03.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast03_Areola00.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
1.4/Textures/Breasts/Breast_Breast03_Areola01.png
Normal file
After Width: | Height: | Size: 3.9 KiB |