Raptor
Introduced in 0.1.0
Connections
- Spawns in
- Grassland
Developer details
- Internal ID
- creature/raptor
- Source
- assets/data/creatures.toml → raptor
- Textures
- vox:raptor
- Sounds
- vox:wolf_hurt, vox:wolf_death, vox:crawler_ambient
[creatures.raptor]
attack_cooldown = 1
attack_range = 1.5
damage = 5
detect_range = 22
drops = []
extends = "vox:predator"
fat = {"item":"vox:fat","count":1,"chance":0.3}
flee_when_hurt = false
health = 20
hide = {"item":"vox:hide","count":1,"chance":0.5}
hostile = true
meat = {"item":"vox:stringy_meat","count":1}
model = "vox:raptor"
name = "Raptor"
pack = {"call_within":26}
size = [0.7,1.3]
sounds = {"hurt":"vox:wolf_hurt","death":"vox:wolf_death","ambient":"vox:crawler_ambient"}
spawn_at = ["dawn","dusk"]
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_in = ["vox:grassland"]
spawn_light = [0,7]
spawn_on = ["vox:grass"]
speed = 6.4