Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Character Sheet Development/Complete Examples"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "<noinclude>{{revdate}}{{BCS}} {{main|Building Character Sheets}} {{NavSheetDoc}}</noinclude> Here are a couple of examples of code for complete Roll20 character sheets that ar...")
 
(added new examples)
 
Line 5: Line 5:
  
 
* '''Simple:'''
 
* '''Simple:'''
 +
** '''CSE''' {{repo|Roll20/roll20-character-sheets/tree/master/SalvageUnion SalvageUnion}} super simple sheet
 +
** '''CSE''' {{repo|Roll20/roll20-character-sheets/tree/master/notequest notequest}} super simple sheet
 +
** '''CSE''' {{repo|Roll20/roll20-character-sheets/tree/master/Sorcerer Sorcerer}} super simple sheet
 
** '''LCS''' The {{repo|Roll20/roll20-character-sheets/tree/master/kitchensink Kitchensink Example}} by Roll20, is an older example of a basic [[Savage Worlds]] sheet, showing most basic versions of most core Roll20 sheet features. Sheet Layout is done with [[Designing_Character_Sheet_Layout#Roll20_columns.2Frows|Roll20's built-in columns & rows]], which works, but are harder to style.
 
** '''LCS''' The {{repo|Roll20/roll20-character-sheets/tree/master/kitchensink Kitchensink Example}} by Roll20, is an older example of a basic [[Savage Worlds]] sheet, showing most basic versions of most core Roll20 sheet features. Sheet Layout is done with [[Designing_Character_Sheet_Layout#Roll20_columns.2Frows|Roll20's built-in columns & rows]], which works, but are harder to style.
 
** '''LCS''' The [[Quest]] RPG is a simple sheet using CSS grid for [[Sheet Layout|layout]], and some sheet styling, but is sparse on features. Includes a simple roll template. {{repo|Roll20/roll20-character-sheets/tree/master/Quest-rpg sourcecode}}
 
** '''LCS''' The [[Quest]] RPG is a simple sheet using CSS grid for [[Sheet Layout|layout]], and some sheet styling, but is sparse on features. Includes a simple roll template. {{repo|Roll20/roll20-character-sheets/tree/master/Quest-rpg sourcecode}}
 +
* '''Intermediate:'''
 
** '''LCS''' {{repo|Roll20/roll20-character-sheets/tree/master/Night%20Witches Night Witches}} is a fairly simple sheet that include a short [[sheetworker]] and has [[i18n|Translation]]-tags built in.
 
** '''LCS''' {{repo|Roll20/roll20-character-sheets/tree/master/Night%20Witches Night Witches}} is a fairly simple sheet that include a short [[sheetworker]] and has [[i18n|Translation]]-tags built in.
 
** '''LCS''' The {{repo|Roll20/roll20-character-sheets/tree/master/Feast_of_Legends Feast of Legends}}-sheet uses some [[Sheetworkers]], and has a more [[Designing_Character_Sheet_Layout|advanced layout]] using [[Designing_Character_Sheet_Layout#CSS_Grid|CSS Grid]]. Also exemplifies [[Image_use_in_character_sheets|image use]] in layout/styling of sheet.
 
** '''LCS''' The {{repo|Roll20/roll20-character-sheets/tree/master/Feast_of_Legends Feast of Legends}}-sheet uses some [[Sheetworkers]], and has a more [[Designing_Character_Sheet_Layout|advanced layout]] using [[Designing_Character_Sheet_Layout#CSS_Grid|CSS Grid]]. Also exemplifies [[Image_use_in_character_sheets|image use]] in layout/styling of sheet.
* '''Intermediate:'''
 
 
** '''CSE''' {{repo|Roll20/roll20-character-sheets/tree/master/MythicD6 Mythic D6}} It includes things like NPC sheet, [[Default Sheet Settings|default settings]], roll modifier options, skill+attribute rolls where they can be mixed and matched(and custom dice bonus updated by sheetworker), and it uses some of the new [[CSE]]-features.  
 
** '''CSE''' {{repo|Roll20/roll20-character-sheets/tree/master/MythicD6 Mythic D6}} It includes things like NPC sheet, [[Default Sheet Settings|default settings]], roll modifier options, skill+attribute rolls where they can be mixed and matched(and custom dice bonus updated by sheetworker), and it uses some of the new [[CSE]]-features.  
 
*** sourcecode also have associated PUG & SCSS files used for development, but aren't necessary.
 
*** sourcecode also have associated PUG & SCSS files used for development, but aren't necessary.

Latest revision as of 20:39, 6 March 2022

Main Page: Building Character Sheets

Here are a couple of examples of code for complete Roll20 character sheets that are worthwhile to inspect and to get an idea what a sheet might contain. Legacy Sheets are noted with "LCS", and sheets made with the newer Character Sheet Enhancement is notes as "CSE".


Go to the Roll20 Community Character Sheet repo to see the code of all the sheets available. There are many more great sheets, the above is only a short & incomplete selection of examples.

[edit] See Also