mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
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.
Basic use:
How to set up the character sheet
- Go the "Details" page of your campaign
- Click on "Campaign Settings"
- Scroll down to "Character Sheet Template"
- Choose "Custom"
- In the "HTML Layout" tab, paste the contents of the "NathasNumenera_Roll20_CharacterSheet_Layout.htm" file
- In the "CSS Styling" tab, paste the contents of the "NathasNumenera_Roll20_CharacterSheet_CSS.css" file
- Scroll down and click "Save Changes"
How to set up a character and its token
- Start your campaign
- Create a new "Character" in the "Journal"
- Fill at least the character's name and the 3 Stats (current and max values): Might, Speed and Intellect
- Create/use a token for the character (see "NathasNumenera_setup_the_character_token.jpg")
- Make sure it representents the character you've created
- Assign "bar1" to the "might" attribute
- Assign "bar2" to the "speed" attribute
- Assign "bar3" to the "intellect" attribute
- Select the token
- Edit the character and click "Use Selected token" as "Default Token"
- Click "Save Changes"
- Repeat steps 2 to 7 for every other characters and you're set.
Advanced use (API scripts and macros):
- Set up the character sheet layout (HTML and CSS) as explained above
- Set up the API scripts:
- In the "details" page of the campaign, click on "API Scripts"
- If you've already added scripts to this campaign, click on "New Script"
- Name the new script (ex : "NathasNumenera")
- Copy the contents of the "NathasNumenera_Roll20_API.js" file to the big black empty area
- Click on "Save Script"
- Start the campaign and create the macros (see the "NathasNumenera_Roll20_Macros.md" file)
- Create a character and its token (as explained above)
- 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")
- 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.
- Repeat steps 4 to 6 for every other characters and you're set.
Release Notes
Release 2.01 (07/29/2014)
- Updated NathasNumenera_Roll20_CharacterSheet_Layout.htm
- More detailed "Advancement" section, with one field/attribute per advancement per tier
- 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!)
- Updated NathasNumenera_Roll20_API.js : the numeneroll function had a residual french word or two in the resulting chat text (on an automatic success)
- More detailed "Readme.md" with better layout
- New screenshot/image
- Updated sheet.json with the new screenshot
- Replaced the txt macros file for a better layout ("NathasNumenera_Roll20_Macros.md")