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 "Glossary"

From Roll20 Wiki

Jump to: navigation, search
m (Character Sheet Development)
Line 30: Line 30:
 
{{main/bcs}}
 
{{main/bcs}}
  
* '''Beacon''' - [[Beacon Sheet Development Kit]]
+
* '''[[Building Character Sheets/Auto-Calc|Auto-calc]]''' - (Auto-calculated Formula) is the oldest & simplest method to have attributes be calculated based on other attributes in Roll20 character sheets. It's generally recommended to use [[Sheetworker]] instead, as Auto-Calc values doesn't interact well with sheetworkers. See [[Building_Character_Sheets/Auto-Calc#Problems_with_using_Auto-Calc|Problems with using Auto-Calc]]
 +
* '''Beacon''' - [[Beacon Sheet Development Kit]] - new sheet development system under work
 
* '''CSE''' - [[Character Sheet Enhancement]]
 
* '''CSE''' - [[Character Sheet Enhancement]]
 
** the sheet creation framework/method update released in March 2021, with new features and less restrictions than LCS.
 
** the sheet creation framework/method update released in March 2021, with new features and less restrictions than LCS.
 
** By default, The [[Sheet Editor]] and [[Sheet Sandbox]] assumes sheets added are CSE.
 
** By default, The [[Sheet Editor]] and [[Sheet Sandbox]] assumes sheets added are CSE.
* '''LCS''' - [[Legacy Character Sheets]](''Legacy Sheet Sanitization'')
+
* '''LCS''' - [[Legacy Character Sheets]](''Legacy Sheet Sanitization'') The older format for sheet code with less features/options than '''CSE'''
 
** refers to the older and more restricted framework/method used for creating custom character sheets.
 
** refers to the older and more restricted framework/method used for creating custom character sheets.
* '''CRP''' - [[Custom Roll Parsing]]
+
* '''CRP''' - [[Custom Roll Parsing]] - A more advanced method of creating and parsing dice rolls, introduced in 2021
 
** method for handling sheet dice rolls and how the result is parsed and displayed for the player
 
** method for handling sheet dice rolls and how the result is parsed and displayed for the player
* '''Sheetworker''' - [[Sheetworker]] are the [[javascript]] code and special functions that can be used for making more advanced sheet features. Not all JavaScript-features are available.
+
* '''Sheetworker''' - [[Sheetworker]] are the [[javascript]] code and special functions that can be used for making more advanced sheet features.
 +
** Sheetworkers are placed in a single <code><nowiki>&#60;script type="text/worker"&#62;</nowiki></code>-element in the sheet's HTML-file. Not all JavaScript-features are available.
  
 
===API===
 
===API===

Revision as of 10:44, 9 June 2024


List

List of common words and abbreviations frequently used with Roll20, that may not be common elsewhere.

Contents

General

Character Sheet Development

Main Page: Building Character Sheets

  • Auto-calc - (Auto-calculated Formula) is the oldest & simplest method to have attributes be calculated based on other attributes in Roll20 character sheets. It's generally recommended to use Sheetworker instead, as Auto-Calc values doesn't interact well with sheetworkers. See Problems with using Auto-Calc
  • Beacon - Beacon Sheet Development Kit - new sheet development system under work
  • CSE - Character Sheet Enhancement
    • the sheet creation framework/method update released in March 2021, with new features and less restrictions than LCS.
    • By default, The Sheet Editor and Sheet Sandbox assumes sheets added are CSE.
  • LCS - Legacy Character Sheets(Legacy Sheet Sanitization) The older format for sheet code with less features/options than CSE
    • refers to the older and more restricted framework/method used for creating custom character sheets.
  • CRP - Custom Roll Parsing - A more advanced method of creating and parsing dice rolls, introduced in 2021
    • method for handling sheet dice rolls and how the result is parsed and displayed for the player
  • Sheetworker - Sheetworker are the javascript code and special functions that can be used for making more advanced sheet features.
    • Sheetworkers are placed in a single <script type="text/worker">-element in the sheet's HTML-file. Not all JavaScript-features are available.

API

Main Page: API

Other

  • Stylus - Stylus is a browser extension that can be used to tweak how Roll20 looks with CSS, like hiding things you don't want, adjusting clor or size of boxes, and more.

See Also