Chicken
Introduced in 0.1.0
Connections
- Spawns in
- Grassland, Temperate Forest
Developer details
- Internal ID
- creature/chicken
- Source
- assets/data/creatures.toml → chicken
- Textures
- vox:chicken
- Sounds
- vox:chicken_hurt, vox:chicken_death, vox:chicken_ambient
[creatures.chicken]
attack_cooldown = 1
attack_range = 1.5
damage = 0
detect_range = 7
drops = []
extends = "vox:small_game"
flee_when_hurt = true
health = 4
hide = {"item":"vox:feather","count":2}
hostile = false
lays = {"item":"vox:egg","seconds":60}
lure = "vox:wheat_seeds"
meat = {"item":"vox:poultry","count":1}
model = "vox:chicken"
name = "Chicken"
size = [0.4,0.7]
sounds = {"hurt":"vox:chicken_hurt","death":"vox:chicken_death","ambient":"vox:chicken_ambient"}
spawn_at = ["dawn","noon","creation"]
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_in = ["vox:grassland","vox:temperate_forest"]
spawn_on = ["vox:grass"]
speed = 3