Component_Tamemount: {
    type: "compound";
    value: { Temper: { type: "int"; value: number } };
}

This component is used by horses, donkeys, mules, and llamas.

Type declaration

  • type: "compound"
  • value: { Temper: { type: "int"; value: number } }
    • Temper: { type: "int"; value: number }

      Random number that ranges from 0 to 100; increases with feeding or trying to tame it. Higher values make a horse easier to tame.