- Sep 24, 2017
- 272
- 918
How long do pregnancies last for? Does Lona ever stop vomiting while pregnant?
keep in mind i don't have the greatest memory so the days are porobobly way off but diffrent races have diffent pragnancy durations right?
In "51_System_Settings_Cross_Breed.rb" it tells you the durations of pregnancies in full day cycles (1 day and night):I'll read up more about this, wait for my report
Code:
RACE_PREGNANCY_LENGTH={
"Human" => [20..25,20..25,20..25,20..25,1..1],
"Moot"=> [20..25,20..25,20..25,20..25,1..1],
"Deepone"=> [20..25,20..25,20..25,20..25,1..1],
"Fishkind"=> [14..16,14..16,10..12,11..12,1..1],
"Orkind"=> [13..15,13..15,13..15,11..13,1..1],
"Goblin"=> [12..13,12..13,12..13,11..12,1..1],
"Abomination"=> [13..15,13..15,13..15,11..12,1..1]
}
SEEDBED_LEVEL_DEDUCTION={
"Human" => [0,0,0,0,0,0,0,0,0,0,0],
"Moot"=> [0,0,0,0,0,0,0,0,0,0,0],
"Deepone"=> [0,0,0,0,0,0,0,0,0,0,0],
"Goblin" => [0,1,2,3,4,5,6,7,8,9,10],
"Fishkind"=> [0,1,2,3,4,5,6,7,8,9,10],
"Orkind"=> [0,1,2,3,4,5,6,7,8,9,10],
"Goblin"=> [0,1,2,3,4,5,6,7,8,9,10],
"Abomination"=> [0,1,2,3,4,5,6,7,8,9,10]
}
The "20..25" means it can take anywhere from 20-25 days for the stage to end
Seedbed does reduce the time taken for certain babies to grow (the ones with values). I'm not sure but I think the amount of time reduced depends on your seedbed level ranging from 0-10.
Filth Staff and an Abomination Totem have a random chance of appearing in chests and they are magic items. They are pretty gnarly and cool.That guide mentions the magic weapons Filth Staff and an Abomination Totem, what's up with those?
I upgraded from v0.4.2.0 to v0.4.3.0 and now it shows "Version Outdated" on saves belonging to playthroughs I started on the older version, even after overwriting saves using the new version. It seems to be working fine and that's not bothering me too much, but is it gonna be a problem eventually? Should I always start fresh after an update?
Having an outdated version should have minimal issues. Although the game won't run it if it's incompatible (dev did some revamp of the code a while back which caused all saves prior to 0.3.9, I think, to be incompatible)