RimWorld

RimWorld

Big and Small - Framework
Viser 371-380 af 434 forekomster
< 1 ... 36  37  38  39  40 ... 44 >
Opdatering: 26. juli 2023 kl. 0:45

Update on 7/26/2023 9:45:16 AM.

Added some simple code for a gene for faster pregnancies. Might make a generic implementation if someone wants something more detailed than 225% speed pregnancy for their own mods.

Made for the Tiamat to replace the Alpha Genes egg-laying, since the Egg laying was spamming "pregnancy messages" when re-rolled in the character editor.

Opdatering: 24. juli 2023 kl. 9:23

Update on 7/24/2023 6:22:53 PM.

Tiny update which makes Beauty matter above 2 (+5 per level), and below -2 (-10 per level).

I figure the change is too small to make into its own mod, and I doubt anyone will be terribly offended by this addition.

...Besides I load my lod even before Vanilla Framework Expanded, so any other mod would overwrite my changes if they do the same thing.

Opdatering: 13. juli 2023 kl. 12:24

Update on 7/13/2023 9:24:25 PM.

Fix for the Armour genes sometimes failing to trigger their hediff.

Opdatering: 10. juli 2023 kl. 14:15

[Auto-generated text]: Update on 7/10/2023 11:15:21 PM.

Opdatering: 9. juli 2023 kl. 2:23

Update on 7/9/2023 11:23:42 AM.

Fixed an incompatibility with Nal's Facial Animations in the HAR version of the rendering.

Beards would end up the wrong size since Nal's code overwrote mine.

Didn't spot it until now because there was a setting in Nals mods which disabled beard scaling. The setting had been removed from the mod's settings UI, but it would still read the saved values from the config if set from before then.

Opdatering: 8. juli 2023 kl. 1:12

Update on 7/8/2023 10:12:11 AM.

Hermaphromorph no longer swaps away from hulk/thin/fat body types. It will only change body-type if the previous one was standard_male or standard:female.

Made Succubi more aggressively seek out relationships if not bonded. Will probably add a gene later to make pawns more or less flirty since I've figured out that code now anyway.

Opdatering: 6. juli 2023 kl. 5:24

Update on 7/6/2023 2:23:53 PM.

Made the deliberate Lycantrope Infect ability start at a higher level so it won't fail so easily on pawns with good immunity.

Opdatering: 1. juli 2023 kl. 23:41

Update on 7/2/2023 8:41:44 AM.

Framework to let succubus cut their bond willingly.

Opdatering: 29. juni 2023 kl. 15:32

Update on 6/30/2023 12:32:22 AM.

Tweaked the cosmetic scaling of animals when using the animal shrink serum and giantizer

Opdatering: 29. juni 2023 kl. 15:24

Update on 6/30/2023 12:24:52 AM.

Fixed a math issue with the multipliers causing dwarfism to make small pawns smaller than intended, and gigantism causing large pawns to get larger than intended.