mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
9 lines
1.1 KiB
JSON
9 lines
1.1 KiB
JSON
{
|
|
"html": "CyberpunkRed.html",
|
|
"css": "CyberpunkRed.css",
|
|
"authors": "Rúnar B.",
|
|
"preview": "CyberpunkRed_preview.png",
|
|
"roll20userid": "1462239",
|
|
"instructions": "A simple character sheet for the Cyberpunk Red Jumpstart Kit.\n\nFeatures:\n* Buttons for common rolls with stylish roll templates.\n* Auto-calculation of hit point thresholds.\n* Automatic crits and fumble rolls. \n* Automatic death saves.\n\n\n### A note on skill rolls\n\nDue to a limitation of Roll20's dice expressions, this sheet's roll template uses a workaround to support crits and fumbles in skill rolls. As a result, the sheet may appear to be rolling 1d8+1, or not rolling at all, when it's really rolling 1d10. Behind the scenes, this is what the sheet actually does with skill rolls:\n\n1. It rolls 1d10 to see if it gets a fumble or a crit.\n2. If it gets a fumble, it rolls 1-1d10.\n3. If it gets a crit, it rolls 10+1d10.\n4. If it gets neither a fumble nor a crit, it rolls 1d8+1 (to generate a number between 2 and 9).\n\nStatistically this works out correctly for skill rolls in Cyberpunk Red.",
|
|
"legacy": true
|
|
} |