Vox Eternum WikiSearch the Vox Eternum Wiki…Ctrl K

Internal use only

Sheep

Introduced in 0.1.0

Connections

Drops
Wool
Spawns in
Grassland

Developer details

Internal ID
creature/sheep
Source
assets/data/creatures.toml → sheep
Textures
vox:sheep
Sounds
vox:sheep_hurt, vox:sheep_death, vox:sheep_ambient
[creatures.sheep]
attack_cooldown = 1
attack_range = 1.5
damage = 0
detect_range = 12
drops = [{"item":"vox:wool","count":2}]
extends = "vox:grazer"
fat = {"item":"vox:fat","count":1,"chance":0.5}
flee_when_hurt = true
health = 8
hide = {"item":"vox:hide","count":1}
hostile = false
meat = {"item":"vox:red_meat","count":2}
model = "vox:sheep"
name = "Sheep"
size = [0.7,0.9]
sounds = {"hurt":"vox:sheep_hurt","death":"vox:sheep_death","ambient":"vox:sheep_ambient"}
spawn_at = ["dawn","noon","creation"]
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_in = ["vox:grassland"]
speed = 2.5