UltraChris64 / spooktacular

2021 Hacktoberfest Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

  1. Register your GitHub account with the Hacktoberfest event:
  2. Fork this Repo.
  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.

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%