Tweak beast people

This commit is contained in:
AsmodeusRex 2022-10-30 10:14:31 -07:00
parent 4808ec4d75
commit 770d20c60c
3 changed files with 9 additions and 7 deletions

View File

@ -132,7 +132,7 @@
<li>Breasts</li> <li>Breasts</li>
</maleBreasts> </maleBreasts>
<maleGenitals> <maleGenitals>
<li>Penis</li> <li>BearPenis</li>
</maleGenitals> </maleGenitals>
<tags> <tags>
<li>Fur</li> <li>Fur</li>
@ -238,6 +238,7 @@
<defName>DeerPerson</defName> <defName>DeerPerson</defName>
<raceNames> <raceNames>
<li>ATK_Cervinemorph</li> <li>ATK_Cervinemorph</li>
<li>CamelMan</li>
<li>CamelPerson</li> <li>CamelPerson</li>
<li>ElkMan</li> <li>ElkMan</li>
<li>GazelleMan</li> <li>GazelleMan</li>
@ -343,7 +344,7 @@
<li>Breasts</li> <li>Breasts</li>
</femaleBreasts> </femaleBreasts>
<femaleGenitals> <femaleGenitals>
<li>Vagina</li> <li>ElephantVagina</li>
</femaleGenitals> </femaleGenitals>
<maleBreasts> <maleBreasts>
<li>Breasts</li> <li>Breasts</li>

View File

@ -24,7 +24,7 @@ This mod requires RJW and must be placed somewhere below it.
* Argonians of Blackmarsh (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2263851875 * Argonians of Blackmarsh (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2263851875
* +Astoriel https://steamcommunity.com/sharedfiles/filedetails/?id=1342510409 * +Astoriel https://steamcommunity.com/sharedfiles/filedetails/?id=1342510409
* +Barky's Lupaios Race Pack https://steamcommunity.com/sharedfiles/filedetails/?id=1718452287 * +Barky's Lupaios Race Pack https://steamcommunity.com/sharedfiles/filedetails/?id=1718452287
* -Beast Man Tribes https://steamcommunity.com/sharedfiles/filedetails/?id=1119191638 * Beast Man Tribes https://steamcommunity.com/sharedfiles/filedetails/?id=1119191638
* Beetle People (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2568676996 * Beetle People (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2568676996
* -Black Widows (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2243686995 * -Black Widows (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2243686995
* +Borderlands: The Rim https://steamcommunity.com/sharedfiles/filedetails/?id=1911170462 * +Borderlands: The Rim https://steamcommunity.com/sharedfiles/filedetails/?id=1911170462
@ -103,7 +103,7 @@ This mod requires RJW and must be placed somewhere below it.
* Vanilla Genetics Expanded https://steamcommunity.com/sharedfiles/filedetails/?id=2801160906 * Vanilla Genetics Expanded https://steamcommunity.com/sharedfiles/filedetails/?id=2801160906
* -Vulpes - Adorable Foxes! https://steamcommunity.com/sharedfiles/filedetails/?id=2174717519 * -Vulpes - Adorable Foxes! https://steamcommunity.com/sharedfiles/filedetails/?id=2174717519
* Vulpine Race Pack (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2263865049 * Vulpine Race Pack (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2263865049
* -Wa! Skeleton! (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2159119022 * Wa! Skeleton! (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2159119022
* +Warhammer: Daemonettes https://steamcommunity.com/sharedfiles/filedetails/?id=1659631711 * +Warhammer: Daemonettes https://steamcommunity.com/sharedfiles/filedetails/?id=1659631711
* +Warhammer: Fimir https://steamcommunity.com/sharedfiles/filedetails/?id=1953175950 * +Warhammer: Fimir https://steamcommunity.com/sharedfiles/filedetails/?id=1953175950
* +Warhammer: Gor https://steamcommunity.com/sharedfiles/filedetails/?id=1669073318 * +Warhammer: Gor https://steamcommunity.com/sharedfiles/filedetails/?id=1669073318
@ -119,7 +119,7 @@ This mod requires RJW and must be placed somewhere below it.
* Eldritch and/or undead skin type? Or Necrophilia? * Eldritch and/or undead skin type? Or Necrophilia?
* Improve marsupial parts * Improve marsupial parts
* Animal breeding balancing and testing * Animal breeding balancing and testing
* Review patches * Egg and milk fixes and improvements
#### Mod support #### Mod support
* Kenshi shek race * Kenshi shek race
* VFE insects * VFE insects

View File

@ -189,7 +189,7 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
"Fur", "0.9", "Fur", "0.9",
"Breasts", "Breasts",
"", "",
("", ""), ("", "Bear"),
), ),
RaceGroup::standard( RaceGroup::standard(
vec![ vec![
@ -241,6 +241,7 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
RaceGroup::standard( RaceGroup::standard(
vec![ vec![
"ATK_Cervinemorph", "ATK_Cervinemorph",
"CamelMan",
"CamelPerson", "CamelPerson",
"ElkMan", "ElkMan",
"GazelleMan", "GazelleMan",
@ -295,7 +296,7 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
"Fur", "1", "Fur", "1",
"Breasts", "Breasts",
"", "",
("", "Elephant"), ("Elephant", "Elephant"),
), ),
RaceGroup::standard( RaceGroup::standard(
vec![ vec![