Shore Crawler
Introduced in 0.1.0
Connections
- Spawns in
- Coast
Developer details
- Internal ID
- creature/shore_crawler
- Source
- assets/data/creatures.toml → shore_crawler
- Textures
- vox:shore_crawler
- Sounds
- vox:crab_hurt, vox:crab_death, vox:crab_ambient
[creatures.shore_crawler]
armor = 2
attack_cooldown = 1
attack_range = 2
damage = 7
detect_range = 12
drops = []
extends = "vox:crawling"
flee_when_hurt = false
health = 30
hostile = true
knockback = 1.6
meat = {"item":"vox:crawler_meat","count":1}
model = "vox:shore_crawler"
name = "Shore Crawler"
scale = 2.5
size = [0.7,0.4]
sounds = {"hurt":"vox:crab_hurt","death":"vox:crab_death","ambient":"vox:crab_ambient"}
spawn_at = ["dusk","midnight"]
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_in = ["vox:coast"]
spawn_light = [0,7]
spawn_on = ["vox:sand"]
speed = 2.8