边缘世界 RimWorld

边缘世界 RimWorld

Big and Small - Framework
正在显示第 371 - 380 项,共 434 项条目
< 1 ... 36  37  38  39  40 ... 44 >
更新于:2023 年 7 月 26 日 上午 12: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.

更新于:2023 年 7 月 24 日 上午 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.

更新于:2023 年 7 月 13 日 下午 12:24

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

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

更新于:2023 年 7 月 10 日 下午 2:15

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

更新于:2023 年 7 月 9 日 上午 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.

更新于:2023 年 7 月 8 日 上午 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.

更新于:2023 年 7 月 6 日 上午 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.

更新于:2023 年 7 月 1 日 下午 11:41

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

Framework to let succubus cut their bond willingly.

更新于:2023 年 6 月 29 日 下午 3:32

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

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

更新于:2023 年 6 月 29 日 下午 3: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.