Snow Wolf
Introduced in 0.1.0
Connections
Developer details
- Internal ID
- creature/snow_wolf
- Source
- assets/data/creatures.toml → snow_wolf
- Textures
- vox:snow_wolf
- Sounds
- vox:wolf_hurt, vox:wolf_death, vox:wolf_ambient
[creatures.snow_wolf]
attack_cooldown = 1
attack_range = 1.5
damage = 4
detect_range = 18
drops = [{"item":"vox:bone","count":2}]
extends = "vox:predator"
fat = {"item":"vox:fat","count":1,"chance":0.3}
flee_when_hurt = false
health = 14
hide = {"item":"vox:hide","count":1,"chance":0.5}
hostile = true
meat = {"item":"vox:stringy_meat","count":1}
model = "vox:snow_wolf"
name = "Snow Wolf"
pack = {"call_within":20}
size = [0.7,0.9]
sounds = {"hurt":"vox:wolf_hurt","death":"vox:wolf_death","ambient":"vox:wolf_ambient"}
spawn_at = ["dusk","midnight"]
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_in = ["vox:tundra"]
spawn_light = [0,7]
spawn_temp = [0,0.3]
speed = 4.8