This year we’ll be creating monsters. JSON monsters! Fork this repository and make a pull request for each of your monsters.
⭐ Star This Repository! ⭐
Please make names in snake_case.
Use this format for JSON monsters to be valid:
{
"name": "",
"stats": {
"hp": 0,
"ac": 0,
"speed": 0
},
"abilities": {
"strength": 0,
"dexterity": 0,
"constitution": 0,
"intelligence": 0,
"wisdom": 0,
"charisma": 0
},
"attack": {
"name": "",
"damage": 0
},
"special": {
"name": "",
"description": "",
"effect": ""
}
}
Happy Hacking!