Stone Golem
Introduced in 0.1.0
Connections
- Drops
- Cobblestone, Iron Ore
- Spawns in
- Mountains
Developer details
- Internal ID
- creature/stone_golem
- Source
- assets/data/creatures.toml → stone_golem
- Textures
- vox:stone_golem
- Sounds
- vox:ogre_hurt, vox:ogre_death, vox:ogre_ambient
[creatures.stone_golem]
armor = 5
attack_cooldown = 1.8
attack_range = 1.5
breaks = {"hardness":3,"seconds":0.9}
damage = 11
detect_range = 16
drops = [{"item":"vox:cobblestone","count":6},{"item":"vox:iron_ore","count":1,"chance":0.4}]
extends = "vox:base"
flee_when_hurt = false
health = 100
hostile = true
jumps = true
knockback = 3
model = "vox:stone_golem"
name = "Stone Golem"
scale = 1.2
size = [1.1,2]
sounds = {"hurt":"vox:ogre_hurt","death":"vox:ogre_death","ambient":"vox:ogre_ambient"}
spawn_atmosphere = ["vox:oxygen_nitrogen"]
spawn_in = ["vox:mountains"]
spawn_light = [0,7]
spawn_on = ["vox:stone","vox:gravel"]
speed = 1.9