Skip to content

Files

Latest commit

b4c6a7e · Nov 4, 2014

History

History
This branch is 75405 commits behind Roll20/roll20-character-sheets:master.

Numenera_NathasNumenera_English

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 12, 2014
Jul 29, 2014
Jul 29, 2014
Jul 12, 2014
Nov 4, 2014
Nov 4, 2014
Nov 4, 2014
Nov 4, 2014
Nov 4, 2014

Based on the "Numenera" character sheet already on Roll20 (thanks to the original author(s)), this one has slightly different layout and attributes, and it may be used with API scripts and macros (see below). Scroll down to the end of this Readme for the Release Notes.

Note: there's a french version of the very same sheet/macros/scripts, for those interested. See Numenera_NathasNumenera_French.

Current version:

Version 3 (november 2014) : Screenshot.

Basic use:

How to set up the character sheet

  1. Go the "Details" page of your campaign
  2. Click on "Campaign Settings"
  3. Scroll down to "Character Sheet Template"
  4. Choose "Custom"
  5. In the "HTML Layout" tab, paste the contents of the HTML file
  6. In the "CSS Styling" tab, paste the contents of the CSS file
  7. Scroll down and click "Save Changes"

How to set up a character and its token

  1. Start your campaign
  2. Create a new "Character" in the "Journal"
  3. Fill at least the character's name and the 3 Stats (current and max values): Might, Speed and Intellect
  4. Create/use a token for the character as in this screenshot:
  5. Make sure it representents the character you've created
  6. Assign "bar1" to the "might" attribute
  7. Assign "bar2" to the "speed" attribute
  8. Assign "bar3" to the "intellect" attribute
  9. Select the token
  10. Edit the character and click "Use Selected token" as "Default Token"
  11. Click "Save Changes"
  12. Repeat steps 2 to 7 for every other characters and you're set.

Advanced use (API scripts and macros):

  1. Set up the character sheet layout (HTML and CSS) as explained above
  2. Set up the API scripts:
  3. In the "details" page of the campaign, click on "API Scripts"
  4. If you've already added scripts to this campaign, click on "New Script"
  5. Name the new script (ex : "NathasNumenera")
  6. Copy the contents of this Javascript file to the big black empty area
  7. Click on "Save Script"
  8. Start the campaign and create the macros : see this file
  9. Create a character and its token (as explained above)
  10. FILL THE CHARACTER SHEET (that's important) : at least Current and Max values of the 3 Stats, the Edges (even if it's zero), the Recovery roll bonus (even if it's zero), the Armor Speed Reduction (even if it's zero), the Recovery roll Track (click "1 Action") and Damage Track (click "Hale")
  11. Select the token and try a macro. If nothing happens in the chat, check the character sheet (have you filled of the required fields?), then try disabling and re-enabling the API script and then try the macro again. If it's still not working, check the API script console output message and send me the possible error message.
  12. Repeat steps 4 to 6 for every other characters and you're set.

Release Notes

##Release 3.0 (11/04/2014) New tabbed character sheet, with improved readability, over three tabs : Main (stats, attacks, skills, special abilities), Numenéra & Equipment, Advancements & Background. The attributes are the same (so are the macros and API functions), so you can update your campaign with the new sheet (HTML and CSS) and existing character(s). The old sheet files (3 columns on one page/tab) are still available, if needed : HTML file and CSS file.

##Release 2.7 (09/22/2014) No change to the character sheet. Moved the API scripts and Macros files to Git. Enhanced Readme.md. Updates to the API functions and macros :

  1. New function/macro to apply damage to NPC (the Character must have these attributes: "Health" and "Armor")
  2. Update to the stats rolls (function and macros) : now they handle damage effort and the chat output has been corrected.

Release 2.1 (07/29/2014)

  1. Updated NathasNumenera_Roll20_CharacterSheet_Layout.htm
  2. More detailed "Advancement" section, with one field/attribute per advancement per tier
  3. After updating the layout in campaigns with existing characters, you can delete the prospective old advancement attributes like "xp-edge", "xp-stat"... (don't delete the "xp" attribute though!)
  4. Updated NathasNumenera_Roll20_API.js : the numeneroll function had a residual french word or two in the resulting chat text (on an automatic success)
  5. More detailed "Readme.md" with better layout
  6. New screenshot/image
  7. Updated sheet.json with the new screenshot
  8. Replaced the txt macros file for a better layout ("NathasNumenera_Roll20_Macros.md")