ZedTed
Member
- Sep 24, 2017
- 272
- 939
- 227
You can find it in LonaRPG\Data\Scripts\Editables (need to extract the game first):Can someone tell me ? my charactor get pregnant and how long until kid born ?
I press Ctrl again and again to skip the days and nothing happens.
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 seedbed level deduction is how much time is taken off depending on your seedbed level (max 10).
I believe that the time is in day/night cycles, so when it becomes night or day.