GithubHelp home page GithubHelp logo

ulmus / roll20-character-sheets Goto Github PK

View Code? Open in Web Editor NEW

This project forked from roll20/roll20-character-sheets

0.0 0.0 0.0 2.26 GB

Character sheet templates created by the community for use in Roll20 VTT. Submit a ticket at roll20.net/help if critical hotfixes are to be requested.

Home Page: https://roll20.net/

License: MIT License

Shell 0.01% JavaScript 2.73% Python 0.02% PowerShell 0.01% TypeScript 0.05% CSS 11.11% Makefile 0.01% HTML 83.21% Batchfile 0.01% EJS 0.16% Pug 1.27% Less 0.02% SCSS 1.07% Sass 0.10% Stylus 0.21% Rich Text Format 0.03% Nunjucks 0.01%

roll20-character-sheets's Introduction

Roll20 Character Sheets

Roll20.net is the easy-to-use virtual tabletop that brings pen and paper gaming to the web the right way. Built on a powerful platform of tools, yet elegantly simple, it focuses on enhancing what makes tabletop gaming great: storytelling and camaraderie.

This repository is the collection of all the community-contributed character sheets that are available for use on Roll20. These are, mostly, created for free, for use by the community, and represent dozens, if not hundreds of hours of effort on the parts of their creators.

This repository consists of over ๐Ÿ“œ 800 community contributed sheets, from over ๐Ÿง‘ 300 contributors, who have written over โŒจ๏ธ 400,000 lines of code. This is an ๐Ÿฆฆ otter.

Community Conduct

The Roll20 Code of Conduct applies to your participation on this repository.

tl;dr

Following the Roll20 Code of Conduct means no racism, no sexism, no hate speech, no backseat gaming, no personal attacks, no transphobia, no misgendering, no ableism, no anti-LGBTQIA+ sentiments (and so on) are allowed.

Table of Contents

Contributing

There are many ways in which you can contribute to these sheets, and to the health of the space:

Getting Started

If you are interested in contributing code, fixing issues, or adding content, the Roll20 Wiki: Building Character Sheets documentation is a great place to start familiarizing yourself with the space.

Improving Existing Character Sheets

Before you submit work to the repository, please ensure that there is not already a sheet that covers the game you are intending to create a sheet for. If there is already one, fear not! Be bold and suggest some changes.

In general, this should look something like this:

  • Fork the repository.
  • Make your changes to the sheet in question.
  • Make the Pull Request.
  • Invite previous contributors to review your changes.
  • Once everyone is satisfied with the changes, we can merge the changes into the existing sheet.

We have learned from experience that it is better to have a single sheet that is contributed to by a number of people, rather than perpetuating the cycle of a contributing a sheet, losing interest, moving on, and then the next contributor creating an entirely new sheet. This is a collaborative community, please feel empowered to collaborate!

Beginner's Guide to GitHub - for Roll20 character sheets

Starting a New Character Sheet

If you have a burning desire to start from scratch, and there isn't already an existing sheet for a game or system, then it's time to embark upon a voyage of discovery. โ›ต There is plenty of documentation available on the Roll20 Help Center and on the community wiki, but here's a quick primer to get you started.

A character sheet, at a minimum requires four files in an appropriately named subfolder of the repo:

  • <sheetname>.html - This HTML file describes the structure and functionality of your character sheet. It might consist of inputs to store user data, buttons to make rolls to the VTT, repeating sections to store lists of information (like inventory items), or more advanced elements such as roll templates or sheet workers.
  • <sheetname>.css - This CSS file is primarily responsible for adding styles to your character sheet. However, CSS can be very versatile and such is used for much, much, much more.
  • preview.(jpg/png/gif) - This image file is what users will see as a preview, before selecting your sheet.
  • sheet.json - This JSON file includes metadata about the sheet, including the filenames for your sheet, your credit as author(s), and much more. It's integral to your sheet being implemented correctly that this format is followed. Please see this document for more information.

Submission Guidelines

All contributions to this repository must meet the minimum requirements outlined in this article.

Release Cadence

Pull Requests are reviewed at least weekly by 00:00 UTC on Thursdays, although cadence is often more frequent.

Once a Pull Request has been merged, changes should be served on Roll20.net within approximately ten minutes. Contributors are encouraged to open a GitHub issue if their changes haven't appeared 24 hours after the Pull Request has been merged.

Internationalization & Translations

We use Crowdin to crowdsource and manage translations for various aspects of our site.

Check out the Help Center articles and Community Wiki documentation below to learn about translations and to help us make Roll20 accessible in as many languages as possible!

Sheet translations submitted outside of Crowdin will not be accepted and/or will be overwritten by Crowdin.

Uploading Sheets

Ensure that you have installed jq before running the following commands:

cd 5eShaped # Change this to your desired sheet directory
cat sheet.json|  jq ". += {\"version\":\"$(date +%s)\"}" | tee sheet.json # This will bump the version field in sheet.json

Commit the change to sheet.json, push your changes to one of the supported branches and watch CircleCI for the branch to which you pushed. The supported branches are:

  • master
  • staging

License

All of the code (HTML/CSS) of the sheets in this repository is released under the MIT license (see LICENSE file for details). If you contribute a new sheet or help improve an existing sheet, you agree that your contribution is released under the MIT License as well.

Contact

For urgent concerns, problems, or hotfixes, please submit a ticket at https://roll20.net/help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.