Update to 11.4.1

This commit is contained in:
AsmodeusRex 2022-12-21 20:55:49 -08:00
parent e6dd981321
commit 8e23792be0
5 changed files with 22 additions and 7 deletions

View File

@ -1,3 +1,2 @@
* Added deploy script * Moved ATK Gnollmorph to feline group
* Fixed LoadFolders for Revia and Moyo * Added build script
* Added changelogs to release page

View File

@ -108,10 +108,8 @@ This mod requires RJW and must be placed somewhere below it.
## Plans ## Plans
* Maintain * Maintain
* Milk fixes and improvements
### Mod support ### Mod support
* VFE insects * VFE insects
* Update milk mod support
* FCP dogmeat * FCP dogmeat
* Alpha mythology * Alpha mythology
* Avali * Avali

4
build.ps1 Normal file
View File

@ -0,0 +1,4 @@
Set-Location generator
cargo run
Set-Location ..
Copy-Item -Path About/,Content/,LoadFolders.xml,ReadMe.md,changelog.txt -Destination D:\SteamLibrary\steamapps\common\RimWorld\Mods

View File

@ -1,3 +1,7 @@
11.4.1
-Moved ATK Gnollmorph to feline group
-Added build script
11.4.0 11.4.0
-Added deploy script -Added deploy script
-Fixed LoadFolders for Revia and Moyo -Fixed LoadFolders for Revia and Moyo
@ -366,3 +370,4 @@ Bovine Penis multi surgery bow require bovine penis and the label is fixed
-Kijin hot Spring grants 10% fertility -Kijin hot Spring grants 10% fertility

View File

@ -233,11 +233,10 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
"", "",
("Dog", "Dog"), ("Dog", "Dog"),
), ),
// For foxes, hyenas, werewolves, etc (hyenas are felines oops) // For foxes, werewolves, etc
RaceGroup::standard( RaceGroup::standard(
"CanineHighSex", "CanineHighSex",
vec![ vec![
"ATK_Gnollmorph",
"ATK_Vulpinemorph", "ATK_Vulpinemorph",
"Alien_Fennex", "Alien_Fennex",
"Alien_Frijjid", "Alien_Frijjid",
@ -396,6 +395,16 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
"Feline", "Feline",
("Cat", "Cat"), ("Cat", "Cat"),
), ),
RaceGroup::standard(
"FelineHighSex",
vec![
"ATK_Gnollmorph",
],
"Fur", "1.3", true,
"Breasts",
"Feline",
("Cat", "Cat"),
),
RaceGroup::standard( RaceGroup::standard(
"Fish", "Fish",
vec![ vec![