capnkirok / animaniamod

Animania Mod
GNU Lesser General Public License v3.0
45 stars 40 forks source link

[Suggestion] Age #115

Closed Tschipp closed 3 years ago

Tschipp commented 5 years ago

From @Jomik on June 7, 2017 13:46

I am currently not playing with the starving mechanic, as I have to manually keep the population is check. (Looking for that suggestion to separate animals based on age.)

I do however feel like it'd be a nice addition that you have to keep your animals somewhat happy, so that they reproduce. A way to do this would have to make animals die of age.

Copied from original issue: capnkirok/animania#198

Tschipp commented 5 years ago

Maybe. This would require an additional timer, which would decrease the performace. I like the idea though, might do some tests

Tschipp commented 5 years ago

From @Jomik on June 7, 2017 15:16

This is similar to the growth timer you're using at the moment for the baby animals, I'd say?

Tschipp commented 5 years ago

It's (currently) not open source. The baby animals are separate entities that don't share timers with their parents

Tschipp commented 5 years ago

From @Lordician on June 30, 2017 19:39

Maybe a weird but slightly valid workaround would be to use the need for food of animals to track the age. So instead of a seperate timer for it's age, every time you check for food you also add to the age. Or everytime they eat they become older (since this is how you speed up growth from baby to adult in Minecraft apparently). Something like that might be an interesting way to handle that?