Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: How should I go about making Rabbit-like Dwarves?  (Read 472 times)

Electric

  • Bay Watcher
    • View Profile
How should I go about making Rabbit-like Dwarves?
« on: November 24, 2010, 02:57:22 pm »

Now that you've seen the interesting title and clicked on it, I need to ask a couple of questions.
How would I go about changing the amount of babies a dwarf had?
How can I lower the time a dwarf lives?
How can I make their mature time 1 season?
And how can I make them either marry way quicker, or just breed without marraige?
Logged

3

  • Bay Watcher
    • View Profile
Re: How should I go about making Rabbit-like Dwarves?
« Reply #1 on: November 24, 2010, 03:03:19 pm »

How would I go about changing the amount of babies a dwarf had?

Remove MULTIPLE_LITTER_RARE from the dwarf creature entry; add LITTERSIZE:min:max.

How can I lower the time a dwarf lives?

Modify the perameters of the MAXAGE tag (dwarfs already have it).

How can I make their mature time 1 season?

You can make it one year by removing BABY:1 and changing CHILD:12 to CHILD:1. Anything less than a year is impossible.

And how can I make them either marry way quicker, or just breed without marraige?

Both are impossible as far as the raws are concerned (well, personality may have a hand in things, but that's by no means concrete). You're better off just forcing the population to interact by way of a small meeting zone and lots of idle time.
Logged

Electric

  • Bay Watcher
    • View Profile
Re: How should I go about making Rabbit-like Dwarves?
« Reply #2 on: November 24, 2010, 03:11:40 pm »

Thank you, exactly what I was looking for.
Logged