Raider
Introduced in 0.1.0
Connections
- Drops
- Wood Planks, Stick
Developer details
- Internal ID
- creature/raider
- Source
- assets/data/creatures.toml → raider
- Textures
- vox:raider
- Sounds
- vox:raider_hurt, vox:raider_death, vox:raider_ambient
[creatures.raider]
attack_cooldown = 1
attack_range = 1.5
damage = 4
detect_range = 12
drops = [{"item":"vox:stick","count":2},{"item":"vox:planks","count":1,"chance":0.3}]
extends = "vox:base"
flee_when_hurt = false
health = 16
hostile = true
model = "vox:raider"
name = "Raider"
size = [0.6,1.8]
sounds = {"hurt":"vox:raider_hurt","death":"vox:raider_death","ambient":"vox:raider_ambient"}
spawn_at = ["dusk","midnight"]
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_light = [0,7]
speed = 3.8