Cave Bear
Introduced in 0.1.0
Connections
Developer details
- Internal ID
- creature/cave_bear
- Source
- assets/data/creatures.toml → cave_bear
- Textures
- vox:bear
- Sounds
- vox:bear_hurt, vox:bear_death, vox:bear_ambient
[creatures.cave_bear]
attack_cooldown = 1
attack_range = 1.5
damage = 8
detect_range = 12
drops = []
extends = "vox:predator"
fat = {"item":"vox:fat","count":1,"chance":0.3}
flee_when_hurt = false
health = 45
hide = {"item":"vox:hide","count":1,"chance":0.5}
hostile = true
meat = {"item":"vox:stringy_meat","count":1}
model = "vox:bear"
name = "Cave Bear"
scale = 1.5
size = [1,1.3]
sounds = {"hurt":"vox:bear_hurt","death":"vox:bear_death","ambient":"vox:bear_ambient"}
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_below = 120
spawn_light = [0,7]
speed = 3.4