pet-config.yml

Pet Configuration

The pet-config.yml file contains all MyPet-Type specific settings. All other settings can be found in the main config (config.yml).

Setting

Type

Description

MyPet:

  Pets:

These settings are per MyPet-Type

    <MyPet-Type-Name>:

      HP:

double

The maximum HP the pet (type) has by default.

      Speed:

double

      Food:

list

The food this pet (type) eats. This setting must be a list of valid config items

      LeashItem:

string

The item this pet (type) can be leashed with. This setting must be a valid config item

      LeashFlags:

string

A comma separated list of valid Leash Flags

      CustomRespawnTimeFactor:

int

This setting allows to change the respawn times pet pet (type). The value will be added on top of the value from the main config.

      CustomRespawnTimeFixed:

int

This setting allows to change the respawn times pet pet (type). The value will be added on top of the value from the main config.

Last updated