Cave Crawler
Introduced in 0.1.0
Connections
- Drops
- Bone
Developer details
- Internal ID
- creature/crawler
- Source
- assets/data/creatures.toml → crawler
- Textures
- vox:crawler
- Sounds
- vox:crawler_hurt, vox:crawler_death, vox:crawler_ambient
[creatures.crawler]
attack_cooldown = 0.8
attack_range = 1.5
damage = 2
detect_range = 8
drops = [{"item":"vox:bone","count":1,"chance":0.5}]
extends = "vox:crawling"
flee_when_hurt = false
health = 8
hostile = true
meat = {"item":"vox:crawler_meat","count":1}
model = "vox:crawler"
name = "Cave Crawler"
size = [0.8,0.5]
sounds = {"hurt":"vox:crawler_hurt","death":"vox:crawler_death","ambient":"vox:crawler_ambient"}
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_below = 120
spawn_light = [0,7]
speed = 3.6