GAZ082 / rpgsheets

System agnostic portable character sheet written in Javascript. Never let your players lose their characters ever again!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

Template

Hierarchy

The organization of a template looks like this:

"sheet":{
  "configuration":{
    ...
  },
  "section":
    "configuration":{
    ...
  },
  "group":{
    "configuration":{
    ...
  },
      "field":{
        ...
      }
  }
	
}

  • Sheet is the main object.
  • Section is a division of sheet.
  • Group is a division of sections. May be considered as columns.
  • Field is the atomic unit of information of the sheet.
  • Configuration sets the parameters to the specific hierarchy.

About

System agnostic portable character sheet written in Javascript. Never let your players lose their characters ever again!


Languages

Language:JavaScript 66.7%Language:CSS 30.5%Language:HTML 2.8%