Skip to content

Instantly share code, notes, and snippets.

@riddle
Created June 18, 2016 15:30
Show Gist options
  • Save riddle/5216a07d7f908dd9b83c1b62ac609827 to your computer and use it in GitHub Desktop.
Save riddle/5216a07d7f908dd9b83c1b62ac609827 to your computer and use it in GitHub Desktop.
{
"version": 0.1,
"definitions": {
"mob.zombie": {
"width": 0.6,
"height": 1.8,
"lootTable": "entities/zombie",
"burnsInSun": true,
"onSpawn": {
"probability": 0.05,
"action": "setState Age:baby"
},
"attributes": {
"health": 20,
"movementSpeed": 0.23,
"attackDamage": 3,
"followRange": 35,
"zombie.spawnReinforcements": {
"min": 0,
"default": 0,
"max": 0.1
}
},
"sounds": {
"hurt": {
"sound": "mob.zombie.hurt"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment