Cow
Introduced in 0.1.0
Connections
- Spawns in
- Grassland
Developer details
- Internal ID
- creature/cow
- Source
- assets/data/creatures.toml → cow
- Textures
- vox:cow
- Sounds
- vox:cow_hurt, vox:cow_death, vox:cow_ambient
[creatures.cow]
attack_cooldown = 1
attack_range = 1.5
damage = 0
detect_range = 12
drops = []
extends = "vox:grazer"
fat = {"item":"vox:fat","count":1,"chance":0.5}
flee_when_hurt = true
health = 12
hide = {"item":"vox:hide","count":1}
hostile = false
lure = "vox:wheat"
meat = {"item":"vox:red_meat","count":2}
model = "vox:cow"
name = "Cow"
size = [0.9,1.4]
sounds = {"hurt":"vox:cow_hurt","death":"vox:cow_death","ambient":"vox:cow_ambient"}
spawn_at = ["dawn","noon","creation"]
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_in = ["vox:grassland"]
spawn_on = ["vox:grass"]
speed = 2.4
uses = [{"accepts":"vox:clay_bowl","held":{"becomes":"vox:bowl_of_milk"}}]