Marmot
Introduced in 0.1.0
Connections
- Spawns in
- Grassland
Developer details
- Internal ID
- creature/marmot
- Source
- assets/data/creatures.toml → marmot
- Textures
- vox:marmot
- Sounds
- vox:hare_hurt, vox:hare_death, vox:hare_ambient
[creatures.marmot]
attack_cooldown = 1
attack_range = 1.5
damage = 0
detect_range = 8
drops = []
extends = "vox:small_game"
flee_when_hurt = true
health = 3
hide = {"item":"vox:hide_scraps","count":2}
hostile = false
meat = {"item":"vox:game_meat","count":1}
model = "vox:marmot"
name = "Marmot"
size = [0.4,0.5]
sounds = {"hurt":"vox:hare_hurt","death":"vox:hare_death","ambient":"vox:hare_ambient"}
spawn_at = ["dawn","noon","creation"]
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_in = ["vox:grassland"]
spawn_on = ["vox:grass"]
speed = 4.5