Turtle
Introduced in 0.1.0
Connections
- Spawns in
- Coast
Developer details
- Internal ID
- creature/turtle
- Source
- assets/data/creatures.toml → turtle
- Textures
- vox:turtle
- Sounds
- vox:crab_hurt, vox:crab_death, vox:crab_ambient
[creatures.turtle]
attack_cooldown = 1
attack_range = 1.5
damage = 0
detect_range = 6
drops = []
extends = "vox:reptile"
flee_when_hurt = true
health = 8
hide = {"item":"vox:hide","count":1,"chance":0.5}
hostile = false
meat = {"item":"vox:exotic_meat","count":1}
model = "vox:turtle"
name = "Turtle"
size = [0.7,0.5]
sounds = {"hurt":"vox:crab_hurt","death":"vox:crab_death","ambient":"vox:crab_ambient"}
spawn_at = ["dawn","noon","creation"]
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_in = ["vox:coast"]
spawn_on = ["vox:sand"]
speed = 1.2