petz/petz/petz.conf

189 lines
4.2 KiB
Plaintext
Raw Normal View History

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-03-31 08:54:27 -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
2019-07-19 14:46:41 -07:00
spawn_interval = 20
2019-06-22 09:16:41 -07:00
## Max number of mobs in abr
max_mobs = 30
2019-07-01 09:03:04 -07:00
##lashing
lashing_tame_count = 3
2019-07-16 18:55:05 -07:00
##Breed System
pregnant_count = 5
pregnancy_time = 1200
growth_time = 1200
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
##Misc Random Sound
2019-07-13 09:06:58 -07:00
#Default = 50
misc_sound_chance = 50
2019-06-23 04:52:48 -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
chimp_spawn = true
pigeon_spawn = true
turtle_spawn = true
clownfish_spawn = true
2019-05-30 12:36:07 -07:00
tropicalfish_spawn = true
2019-07-13 12:56:57 -07:00
wolf_spawn = true
2019-03-06 04:57:23 -08:00
2019-05-12 03:53:16 -07:00
##Air Damage
air_damage = 1
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-03-10 04:40:11 -07:00
##Beaver Specific
2019-03-10 17:14:23 -07:00
beaver_follow = farming:wheat
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-07-13 09:06:58 -07:00
lamb_predators = petz:wolf, petz:lion, petz:grizzly
2019-07-01 09:52:07 -07:00
lamb_spawn_biome = default
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-07-01 09:08:30 -07:00
lion_spawn_nodes = default:dirt_with_dry_grass
2019-07-01 09:52:07 -07:00
lion_preys = petz:lamb, petz:calf, petz:pony, petz:piggy
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-07-15 16:23:07 -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-07-13 09:06:58 -07:00
wolf_preys = petz:lamb
wolf_spawn_biome = default
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
2019-04-12 15:17:15 -07:00
##Panda Specific
panda_follow = default:papyrus
2019-07-02 08:07:48 -07:00
panda_spawn_nodes = default:dirt_with_dry_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-04-18 11:22:39 -07:00
##Frog Specific
frog_follow = fireflies:firefly
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
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-19 14:46:41 -07:00
parrot_spawn_chance = 1.0
pony_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-04-28 15:13:23 -07:00
##Chimp Specific
chimp_follow = default:blueberries
2019-07-09 15:55:14 -07:00
chimp_spawn_chance = 0.6
2019-07-01 09:52:07 -07:00
chicken_spawn_biome = default
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-07-01 09:03:04 -07:00
piggy_predators = petz:lion
2019-07-01 09:52:07 -07:00
piggy_spawn_biome = default
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-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-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
##Clownfish Specific
clownfish_follow = default:coral_orange
2019-07-09 15:55:14 -07:00
clownfish_spawn_chance = 0.6
2019-07-01 09:52:07 -07:00
clownfish_spawn_biome = default
2019-05-30 12:36:07 -07:00
##Tropicalfish Specific
tropicalfish_follow = default:coral_brown
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