Skip to content

chinmay3/spooktacular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spooktacular! 🎃

2021 Hactoberfest Repository

It's that time of year again! Welcome to my 2021 Hacktoberfest Repository.

How to Participate

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! ⭐

  1. Register your GitHub account with the Hacktoberfest event:
  2. Fork this Repository.
  3. Create a new JSON file named after your monster.
    • Example: frankenstein.json
  4. Write valid JSON describing your monster, and then verify it here: (https://jsonlint.com/)
  5. Commit your changes.
  6. Open a pull request to merge your monster with my repository.
  7. Repeat for three more monsters.

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!

About

2021 Hacktoberfest Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%