Skip to content

Mods CreatureAgeMod

Alexander Gottwald edited this page Jan 21, 2018 · 1 revision

CreatureAgeMod

Configuration

Configuration sample

  • increaseGrowthUntilAge: Apply increased growth until the creature has reached this age (default 8, adolescent)

    • 0 : disabled
    • 3 : young
    • 8 : adolescent
    • 12 : mature
    • 30 : aged
    • 40 : old
    • >40 : venerable
  • increaseGrowthTimer: The value gives the number of in-game seconds between age checks (default 259200, 9 hours)

    Each age check will increase the age by one, i.e. aging to mature will require 8 age checks

    • 28800 - 1 hour real time
    • 691200 - 1 day real time
    • 259200 - increased horse growth time on pvp servers, 9 hours real time
  • excludedTemplates: Exclude creature types from faster aging (default: boar_fo,zombie,worg,gorilla_magranon,skeleton,hyena_libila)

    See Item and creature ids for a list of names and id.

Clone this wiki locally