Scorpion
Introduced in 0.1.0
Connections
Developer details
- Internal ID
- creature/scorpion
- Source
- assets/data/creatures.toml → scorpion
- Textures
- vox:scorpion
- Sounds
- vox:crawler_hurt, vox:crawler_death, vox:crawler_ambient
[creatures.scorpion]
attack_cooldown = 1
attack_range = 1.2
damage = 5
detect_range = 8
drops = [{"item":"vox:bone","count":1}]
effect = {"kind":"poison","seconds":8,"strength":0.8}
extends = "vox:crawling"
flee_when_hurt = false
health = 6
hostile = true
meat = {"item":"vox:crawler_meat","count":1}
model = "vox:scorpion"
name = "Scorpion"
size = [0.7,0.4]
sounds = {"hurt":"vox:crawler_hurt","death":"vox:crawler_death","ambient":"vox:crawler_ambient"}
spawn_at = ["dusk","midnight"]
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_in = ["vox:desert"]
spawn_light = [0,7]
spawn_on = ["vox:sand"]
spawn_temp = [0.62,1]
speed = 3.2