Created
June 18, 2016 15:30
-
-
Save riddle/5216a07d7f908dd9b83c1b62ac609827 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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