petz/petz/petz.conf

353 lines
9.1 KiB
Plaintext
Raw Normal View History

2019-08-10 03:28:24 -07:00
##Change here the Petz Mod preferences
##
##Important: All the values separated by commas have to be without spaces.
##
2019-12-04 13:20:34 -08:00
petz_list = kitty,puppy,ducky,lamb,lion,calf,panda,grizzly,pony,parrot,chicken,piggy,wolf,elephant,elephant_female,pigeon,moth,camel,clownfish,bat,silkworm,chimp,hamster,dolphin,tropicalfish,beaver,turtle,frog,toucan,bee,queen_bee,mr_pumpkin,foxy,penguin,polar_bear,santa_killer
2019-11-02 17:33:40 -07:00
disable_monsters = false
2019-08-15 14:10:00 -07:00
2019-03-06 04:57:23 -08:00
##Type of model [mesh -or- cubic]
type_model = mesh
##Tamagochi Mode (Take care of your pet: fed it...)
tamagochi_mode = true
2019-06-23 04:52:48 -07:00
##Default 2400
tamagochi_check_time = 2400
2019-03-06 04:57:23 -08:00
tamagochi_hunger_damage = 3
2019-04-26 07:37:34 -07:00
##Tamagochi mode applies only if the player is online in a server
tamagochi_check_if_player_online = true
2019-08-10 03:28:24 -07:00
tamagochi_safe_nodes = petz:yellow_paving,petz:gray_graving_stone
2019-03-06 04:57:23 -08:00
##Type of API [mobs_redo]
2019-06-02 17:02:19 -07:00
type_api = mobkit
2019-03-06 04:57:23 -08:00
2019-05-22 13:05:44 -07:00
##Capture Mobs
rob_mobs = false
2019-06-22 09:16:41 -07:00
##Spawn Engine
## The interval is avg spawn attempt interval for every player
2020-01-11 06:57:13 -08:00
spawn_interval = 25
2019-09-22 07:43:43 -07:00
## Max number of mobs in the active block range
2020-01-07 14:00:04 -08:00
max_mobs = 60
2019-11-05 15:12:16 -08:00
## Chance to spawn a mob if there are no other objects in area
# the value should be 0 - 1
spawn_chance = 0.3
2019-06-22 09:16:41 -07:00
2019-07-01 09:03:04 -07:00
##lashing
lashing_tame_count = 3
2019-07-16 18:55:05 -07:00
##Breed System
2020-01-11 06:57:13 -08:00
pregnant_count = 5
pregnancy_time = 300
growth_time = 1200
2019-07-16 18:55:05 -07:00
2019-06-23 04:52:48 -07:00
##Lay Eggs
2019-07-09 15:56:35 -07:00
#Default = 90000
lay_egg_chance = 90000
2019-06-23 04:52:48 -07:00
2019-08-31 03:38:05 -07:00
##Misc Random Sound for Petz
2019-07-13 09:06:58 -07:00
#Default = 50
misc_sound_chance = 50
2019-08-31 03:38:05 -07:00
#max hear distance
2019-10-29 15:35:22 -07:00
max_hear_distance = 8
2019-06-23 04:52:48 -07:00
2019-10-17 14:34:37 -07:00
#Fly check time
fly_check_time = 3
2019-10-19 16:14:06 -07:00
#Bee stuff
2019-10-20 03:00:34 -07:00
initial_honey_behive = 3
2019-10-19 16:14:06 -07:00
max_honey_behive = 10
max_bees_behive = 3
2019-10-20 02:25:03 -07:00
#bees_outing_rate=1 means that a bee inmediatelly go out the behive for pollen
2020-01-01 19:07:51 -08:00
bee_outing_ratio = 20
2019-10-20 02:25:03 -07:00
#behive_spawn_chance = 0.6
#max_behives_in_area = 3
2019-10-19 16:14:06 -07:00
2019-03-06 04:57:23 -08:00
##Spawn Mobs?
kitty_spawn = true
puppy_spawn = true
2019-03-06 14:01:46 -08:00
ducky_spawn = true
2019-03-10 17:14:23 -07:00
beaver_spawn = true
2019-03-16 04:13:05 -07:00
lamb_spawn = true
2019-05-22 13:43:55 -07:00
lion_spawn = true
calf_spawn = true
panda_spawn = true
frog_spawn = true
grizzly_spawn = true
pony_spawn = true
parrot_spawn= true
chicken_spawn = true
pigeon_spawn = true
2019-10-06 05:09:23 -07:00
turtle_spawn = true
2019-10-05 04:38:19 -07:00
clownfish_spawn = true
2019-10-14 07:22:36 -07:00
piggy_spawn = true
2019-10-05 04:38:19 -07:00
tropicalfish_spawn = true
2019-07-13 12:56:57 -07:00
wolf_spawn = true
2019-07-21 04:23:16 -07:00
elephant_spawn = true
elephant_female_spawn = true
2019-07-23 15:07:15 -07:00
moth_spawn = true
2019-07-26 04:23:22 -07:00
camel_spawn = true
2019-08-06 17:14:44 -07:00
bat_spawn = true
2019-08-16 05:28:38 -07:00
silkworm_spawn = true
2019-08-18 04:44:09 -07:00
chimp_spawn = true
2019-08-19 20:33:21 -07:00
hamster_spawn = true
2019-09-22 07:43:43 -07:00
dolphin_spawn = true
2019-10-13 09:26:41 -07:00
toucan_spawn = true
2019-10-19 16:14:06 -07:00
queen_bee_spawn = true
2019-10-29 15:35:22 -07:00
mr_pumpkin_spawn = true
2019-10-19 16:14:06 -07:00
#Normal bees should not spam!!!
2019-10-17 14:35:25 -07:00
bee_spawn = false
2019-11-02 17:33:40 -07:00
foxy_spawn = true
2019-12-04 13:20:34 -08:00
penguin_spawn = true
polar_bear_spawn = true
2019-12-04 13:42:14 -08:00
santa_killer_spawn = true
2019-03-06 04:57:23 -08:00
2019-08-26 04:28:23 -07:00
##Enviromental Damage
2019-05-12 03:53:16 -07:00
air_damage = 1
2019-08-26 04:28:23 -07:00
#Lava & Fire
igniter_damage = 1
2019-05-12 03:53:16 -07:00
2019-10-29 15:35:22 -07:00
##Weapons
pumpkin_grenade_damage = 8
2019-06-23 04:52:48 -07:00
##Specific Settings for Mobs
#Spawn Chance should be a value form 0.0 to 1.0
2019-03-06 04:57:23 -08:00
##Kitty Specific
2019-06-23 04:52:48 -07:00
kitty_follow = petz:raw_chicken
2019-07-09 15:55:14 -07:00
kitty_spawn_chance = 0.6
2019-06-22 09:16:41 -07:00
kitty_spawn_nodes = default:dirt_with_grass
2019-07-01 09:52:07 -07:00
kitty_spawn_biome = default
2019-03-06 04:57:23 -08:00
##Puppy Specific
2019-07-13 17:24:43 -07:00
puppy_follow = petz:bone
2019-07-09 15:55:14 -07:00
puppy_spawn_chance = 0.6
2019-06-23 04:52:48 -07:00
puppy_spawn_nodes = default:dirt_with_grass
2019-07-01 09:52:07 -07:00
puppy_spawn_biome = default
2019-03-06 14:01:46 -08:00
##Ducky Specific
2019-07-08 17:40:39 -07:00
ducky_follow = farming:seed_wheat
2019-07-09 15:55:14 -07:00
ducky_spawn_chance = 0.6
2019-06-23 04:52:48 -07:00
ducky_spawn_nodes = default:dirt_with_grass
2019-07-01 09:52:07 -07:00
ducky_spawn_biome = default
2019-11-02 17:33:40 -07:00
ducky_predators = petz:foxy
2019-03-10 04:40:11 -07:00
##Beaver Specific
2019-03-10 17:14:23 -07:00
beaver_follow = farming:wheat
2019-10-06 05:09:23 -07:00
beaver_spawn_nodes = default:dirt_with_grass,default:river_water_source
2019-07-09 15:55:14 -07:00
beaver_spawn_chance = 0.6
2019-03-12 15:10:08 -07:00
beaver_create_dam = true
2019-07-01 09:52:07 -07:00
beaver_spawn_biome = default
2019-03-16 04:13:05 -07:00
2019-03-24 04:12:25 -07:00
##Lamb Specific
2019-03-16 04:13:05 -07:00
lamb_follow = farming:wheat
2019-07-09 15:55:14 -07:00
lamb_spawn_chance = 0.6
2019-06-22 09:16:41 -07:00
lamb_spawn_nodes = default:dirt_with_grass
2019-08-10 03:28:24 -07:00
lamb_predators = petz:wolf,petz:lion,petz:grizzly
2019-07-01 09:52:07 -07:00
lamb_spawn_biome = default
2020-01-11 06:57:13 -08:00
lamb_spawn_herd = 3
2019-07-20 17:26:32 -07:00
lamb_breed = default:blueberries
lamb_copulation_distance = 2
2020-01-10 20:19:13 -08:00
lamb_colorized = true
2019-03-24 04:12:25 -07:00
##Lion Specific
2019-07-01 09:52:07 -07:00
lion_follow = petz:beef
2019-07-09 16:50:11 -07:00
lion_spawn_chance = 1.0
2019-11-27 09:03:21 -08:00
lion_spawn_nodes = default:dirt_with_dry_grass,default:dry_dirt,default:dry_dirt_with_dry_grass
2019-08-10 03:28:24 -07:00
lion_preys = petz:lamb,petz:calf,petz:pony,petz:piggy,petz:camel
2019-07-01 09:52:07 -07:00
lion_spawn_biome = default
2019-03-31 08:54:27 -07:00
2019-07-13 09:06:58 -07:00
##Wolf Specific
2019-07-13 17:24:43 -07:00
wolf_follow = petz:bone
2019-07-13 09:06:58 -07:00
wolf_spawn_chance = 1.0
2019-08-10 03:28:24 -07:00
wolf_spawn_nodes = default:dirt_with_coniferous_litter,default:dirt_with_grass
2019-07-13 17:24:43 -07:00
wolf_to_puppy_count = 5
2019-08-10 03:28:24 -07:00
wolf_preys = petz:lamb,petz:piggy
2019-07-13 09:06:58 -07:00
wolf_spawn_biome = default
2020-01-11 06:57:13 -08:00
wolf_spawn_herd = 4
2019-07-13 09:06:58 -07:00
2019-03-31 08:54:27 -07:00
##Calf Specific
calf_follow = farming:wheat
2019-07-09 15:55:14 -07:00
calf_spawn_chance = 0.6
2019-06-22 09:16:41 -07:00
calf_spawn_nodes = default:dirt_with_grass
2019-07-13 09:06:58 -07:00
calf_predators = petz:lion
2019-07-01 09:52:07 -07:00
calf_spawn_biome = default
2020-01-11 06:57:13 -08:00
calf_spawn_herd = 3
2019-04-12 15:17:15 -07:00
##Panda Specific
panda_follow = default:papyrus
2019-07-20 17:26:32 -07:00
panda_spawn_nodes = default:dirt_with_grass
2019-07-09 16:50:11 -07:00
panda_spawn_chance = 1.0
2019-07-01 09:52:07 -07:00
panda_spawn_biome = default
2019-08-26 10:04:45 -07:00
panda_breed = default:blueberries
panda_copulation_distance = 2
2019-04-18 11:22:39 -07:00
##Frog Specific
frog_follow = fireflies:firefly
2019-10-06 05:09:23 -07:00
frog_spawn_nodes = default:dirt_with_grass,default:river_water_source
2019-07-09 15:55:14 -07:00
frog_spawn_chance = 0.6
2019-07-01 09:52:07 -07:00
frog_spawn_biome = default
2019-04-20 14:58:59 -07:00
##Grizzly Specific
2019-07-02 08:07:48 -07:00
grizzly_follow = default:blueberries
grizzly_spawn_nodes = default:dirt_with_coniferous_litter
grizzly_preys = petz:lamb
2019-07-09 16:50:11 -07:00
grizzly_spawn_chance = 1.0
2019-07-01 09:52:07 -07:00
grizzly_spawn_biome = default
2019-04-22 15:33:51 -07:00
##Pony Specific
pony_follow = farming:wheat
2019-07-09 15:55:14 -07:00
pony_spawn_chance = 0.6
2019-06-29 18:02:00 -07:00
pony_spawn_nodes = default:dirt_with_grass
2019-07-01 09:03:04 -07:00
pony_predators = petz:lion
2019-07-01 09:52:07 -07:00
pony_spawn_biome = default
2020-01-11 06:57:13 -08:00
pony_spawn_herd = 5
2019-04-25 11:36:24 -07:00
##Parrot Specific
2019-04-25 11:53:10 -07:00
parrot_follow = farming:seed_wheat
2019-07-20 17:26:32 -07:00
parrot_spawn_chance = 0.8
parrot_spawn_nodes = default:dirt_with_rainforest_litter
2019-07-01 09:52:07 -07:00
parrot_spawn_biome = default
2019-04-27 07:02:00 -07:00
##Chicken Specific
2019-07-08 17:40:39 -07:00
chicken_follow = farming:seed_wheat
2019-07-09 15:55:14 -07:00
chicken_spawn_chance = 0.6
2019-06-23 04:52:48 -07:00
chicken_spawn_nodes = default:dirt_with_grass
2019-07-01 09:52:07 -07:00
chicken_spawn_biome = default
2019-11-02 17:33:40 -07:00
chicken_predators = petz:foxy
2019-04-29 13:47:48 -07:00
#Piggy Specific
piggy_follow = farming:wheat
2019-07-09 15:55:14 -07:00
piggy_spawn_chance = 0.6
2019-06-22 09:16:41 -07:00
piggy_spawn_nodes = default:dirt_with_grass
2019-08-10 03:28:24 -07:00
piggy_predators = petz:lion,petz:wolf
2019-07-01 09:52:07 -07:00
piggy_spawn_biome = default
2020-01-11 06:57:13 -08:00
piggy_spawn_herd = 3
2019-05-01 14:22:36 -07:00
2019-05-01 14:26:37 -07:00
##Pigeon Specific
pigeon_follow = farming:seed_wheat
2019-07-09 15:55:14 -07:00
pigeon_spawn_chance = 0.6
2019-07-20 17:26:32 -07:00
pigeon_spawn_nodes = default:dirt_with_grass
2019-07-01 09:52:07 -07:00
pigeon_spawn_biome = default
2019-05-08 10:53:11 -07:00
##Turtle Specific
turtle_follow = default:sand_with_kelp
2019-10-06 05:09:23 -07:00
turtle_spawn_nodes = default:dirt_with_grass,default:river_water_source,default:water_source
2019-07-09 15:55:14 -07:00
turtle_spawn_chance = 0.6
2019-07-01 09:52:07 -07:00
turtle_spawn_biome = default
2019-05-09 13:48:23 -07:00
2019-05-30 12:36:07 -07:00
##Tropicalfish Specific
tropicalfish_follow = default:coral_brown
2019-10-05 04:38:19 -07:00
tropicalfish_spawn_nodes = default:water_source
2019-07-09 15:55:14 -07:00
tropicalfish_spawn_chance = 0.6
2019-07-01 09:52:07 -07:00
tropicalfish_spawn_biome = default
2019-07-20 17:26:32 -07:00
##Elephant Specific
elephant_follow = default:acacia_sapling
2019-11-27 09:03:21 -08:00
elephant_spawn_nodes = default:dirt_with_dry_grass,default:dry_dirt,default:dry_dirt_with_dry_grass
2019-07-20 17:26:32 -07:00
elephant_spawn_chance = 1.0
elephant_spawn_biome = default
elephant_breed = default:blueberries
2019-07-20 17:33:22 -07:00
elephant_copulation_distance = 4
2019-07-22 16:29:54 -07:00
##Moth Specific
moth_follow = default:torch
moth_spawn_chance = 0.8
moth_spawn_nodes = default:dirt_with_coniferous_litter
moth_spawn_biome = default
2019-07-25 19:56:53 -07:00
2019-09-22 07:43:43 -07:00
##Bee Specific
2019-10-19 16:14:06 -07:00
queen_bee_follow = default:torch
queen_bee_spawn_chance = 0.8
queen_bee_spawn_nodes = default:dirt_with_grass
queen_bee_spawn_biome = default
2019-09-22 07:43:43 -07:00
2019-08-06 01:17:51 -07:00
##Bat Specific
bat_follow = fireflies:firefly
bat_spawn_chance = 1.0
2019-08-10 03:28:24 -07:00
bat_spawn_nodes = default:stone,default:dirt_with_dry_grass,default:dirt_with_coniferous_litter
2019-08-06 01:17:51 -07:00
bat_spawn_biome = default
2019-07-25 19:56:53 -07:00
##Camel Specific
camel_follow = default:dry_shrub
camel_spawn_chance = 0.6
camel_spawn_nodes = default:desert_sand
camel_predators = petz:lion
camel_spawn_biome = default
camel_breed = default:blueberries
2019-08-11 11:05:07 -07:00
camel_copulation_distance = 3
2019-07-26 19:44:40 -07:00
##Clownfish Specific
clownfish_follow = default:coral_orange
clownfish_spawn_chance = 1.0
clownfish_spawn_nodes = default:water_source
clownfish_spawn_biome = default
2019-08-14 13:19:00 -07:00
2019-08-28 10:55:47 -07:00
##Dolphin Specific
2020-01-05 13:56:52 -08:00
dolphin_follow = petz:clownfish_set
2019-08-28 10:55:47 -07:00
dolphin_spawn_chance = 1.0
dolphin_spawn_nodes = default:water_source
dolphin_spawn_biome = default
2019-08-14 13:25:54 -07:00
##Silkworm Specific
silkworm_follow = default:pine_needles
silkworm_spawn_chance = 1.0
silkworm_spawn_nodes = default:pine_needles
silkworm_spawn_biome = default
silkworm_lay_egg_on_node = group:leaves
2019-08-18 04:44:09 -07:00
#Chimp Specific
chimp_follow = default:blueberries
chimp_spawn_chance = 1.0
chimp_spawn_nodes = default:dirt_with_rainforest_litter
chimp_spawn_biome = default
2019-08-19 20:33:21 -07:00
#Hamster Specific
hamster_follow = farming:seed_wheat
hamster_spawn_chance = 1.0
hamster_spawn_nodes = default:desert_sand
hamster_spawn_biome = default
hamster_breed = default:blueberries
hamster_copulation_distance = 2
2019-10-13 09:13:53 -07:00
##Toucan Specific
toucan_follow = default:apple
toucan_spawn_chance = 0.8
toucan_spawn_nodes = default:dirt_with_rainforest_litter
toucan_spawn_biome = default
2019-10-27 10:07:05 -07:00
##Mr Pumpkin Specific
mr_pumpkin_follow = farming:pumpkin
mr_pumpkin_spawn_chance = 0.1
mr_pumpkin_spawn_nodes = default:dirt_with_grass
mr_pumpkin_spawn_biome = default
2020-01-11 06:57:13 -08:00
mr_pumpkin_seasonal = halloween
2019-11-02 17:33:40 -07:00
##Foxy Specific
foxy_follow = petz:raw_chicken
foxy_spawn_chance = 0.8
foxy_spawn_nodes = default:dirt_with_coniferous_litter,default:dirt_with_grass
foxy_preys = petz:ducky,petz:chicken,petz:hamster
foxy_spawn_biome = default
2019-11-11 07:12:15 -08:00
##Penguin Specific
2020-01-05 13:56:52 -08:00
penguin_follow = petz:clownfish_set
2019-11-11 07:12:15 -08:00
penguin_spawn_chance = 1.0
penguin_spawn_nodes = default:snowblock,default:ice
penguin_preys = petz:clownfish,petz:tropicalfish
penguin_spawn_biome = ice_sheet
2019-11-27 09:03:21 -08:00
##Polar Bear Specific
polar_bear_spawn_nodes = default:snowblock,default:ice
polar_bear_preys = petz:penguin
polar_bear_spawn_chance = 1.0
polar_bear_spawn_biome = ice_sheet
2019-12-04 13:20:34 -08:00
##Santa Claus Specific
santa_killer_follow = petz:christmas_present
santa_killer_spawn_chance = 0.1
santa_killer_spawn_nodes = default:snowblock,default:ice
santa_killer_spawn_biome = ice_sheet
2020-01-11 06:57:13 -08:00
santa_killer_seasonal = christmas