-
- Downloads
Add an art seed and natural growth target for height.
1. Adds a dedicated art seed to each slave. When WebGL art is active, you can change it manually in Starting Girls or in SI Customize. The art seed correctly duplicates onto clones and twins, and is randomized in other cases. BC copies the ID into the seed so that existing art stays the same. Fixes #3647, obsoletes and closes !10432. 2. Sets a natural growth target for height. BC copies from existing height (minus implants) for adult slaves; a new target height is generated for child/teen slaves. Slaves that are supposed to be genetically tall or short (for example, child/teen slaves bought from neighboring arcologies with Petite Admiration or Statuesque Glorification) will now *stay* tall or short throughout their development. Fixes #3838 properly. Also fixes #3813. 3. Adjusted physical development to directly attempt to reach the genetic target height (and in the process, dropped about 1500 lines of code). Supports growth spurts, etc. 4. Height is now heritable, with a heritability factor of 79% as per recent peer-reviewed research (cited in comments). Activated gigantism or dwarfism will reset height inheritance.
Showing
- devTools/types/FC/human.d.ts 7 additions, 0 deletionsdevTools/types/FC/human.d.ts
- src/Mods/Catmod/generateCatgirl.js 4 additions, 2 deletionssrc/Mods/Catmod/generateCatgirl.js
- src/art/webgl/art.js 58 additions, 49 deletionssrc/art/webgl/art.js
- src/data/backwardsCompatibility/backwardsCompatibility.js 26 additions, 2 deletionssrc/data/backwardsCompatibility/backwardsCompatibility.js
- src/data/backwardsCompatibility/updateSlaveObject.js 17 additions, 0 deletionssrc/data/backwardsCompatibility/updateSlaveObject.js
- src/endWeek/nextWeek/nextWeek.js 1 addition, 1 deletionsrc/endWeek/nextWeek/nextWeek.js
- src/endWeek/player/prDrugs.js 2 additions, 2 deletionssrc/endWeek/player/prDrugs.js
- src/endWeek/reports/incubatorReport.js 9 additions, 9 deletionssrc/endWeek/reports/incubatorReport.js
- src/endWeek/saDrugs.js 2 additions, 2 deletionssrc/endWeek/saDrugs.js
- src/endWeek/shared/physicalDevelopment.js 87 additions, 1536 deletionssrc/endWeek/shared/physicalDevelopment.js
- src/events/intro/acquisition.js 2 additions, 0 deletionssrc/events/intro/acquisition.js
- src/events/intro/introSummary.js 1 addition, 0 deletionssrc/events/intro/introSummary.js
- src/events/intro/pcAppearance.js 33 additions, 8 deletionssrc/events/intro/pcAppearance.js
- src/events/nonRandom/pAidResult.js 2 additions, 1 deletionsrc/events/nonRandom/pAidResult.js
- src/events/reRecruit/orphanFemboy.js 2 additions, 1 deletionsrc/events/reRecruit/orphanFemboy.js
- src/events/reRecruit/racerDgChaser.js 2 additions, 1 deletionsrc/events/reRecruit/racerDgChaser.js
- src/events/reRecruit/racerLoser.js 2 additions, 1 deletionsrc/events/reRecruit/racerLoser.js
- src/events/reRecruit/racerWinner.js 2 additions, 1 deletionsrc/events/reRecruit/racerWinner.js
- src/events/reRecruit/starvingArtist.js 2 additions, 1 deletionsrc/events/reRecruit/starvingArtist.js
- src/events/recETS/recetsIncestBrotherBrother.js 0 additions, 1 deletionsrc/events/recETS/recetsIncestBrotherBrother.js
Loading
Please register or sign in to comment