Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.92 KB

newcomers-guide.md

File metadata and controls

37 lines (31 loc) · 1.92 KB

Newcomers Guide

Date Revision author comment
06/04/2020 2.0 GorkamWorka update to reflect block-system-2.0
2019 1.0 GorkamWorka initial commit

Making a RPG-stat-block

What is this RPG-stat-thingy

RPG-stat-blocks are templates to create object in a RPG game system, if you have something containing game data and used by the system (like character sheet, object stat, npc, spell ...) it's a RPG-stat-block in WA. These block are mainly community sourced, and anyone grandmaster and up can add new blocks.

Recquirements

To make a RPG-stat block you will need to :

  • have the game system into WA, if it's not already the case you need to ask Dimitris to add it.
  • Read the documentation (keep going)
  • Have some knowledge of or learn some HTML and TWIG template
  • Have some knowledge of or learn some CSS (optional)
  • If you choose to use YAML Data Model, have some knowledge of or learn some YAML (optional)

You will need some sort of text editor or better yet a IDE. VSCode is a free IDE with good Twig / Bootstrap plugin. as for text editor Dimitris highly recommend SublimeText2 or 3.

How to hit the ground running

  1. First of read the Newcomers Guide !
  2. come to #custom-articles-and-statblocks-help on WA-discord
  3. Say "Hi"
  4. Ask if someone already as work ongoing on the block you wanna make
    (Collaborative work is way better than doing things twice)
  5. Look at the D&D 5 Directory directory for reference
  6. Read the Statblock-cheatsheet
  7. feel free to let us now of any question you may have on #custom-articles-and-statblocks-help
  8. Go and make your very own first block.

Making a Skin for WA

//-- Contribution needed --//