mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
* Update prowlersnparagons.html Corrected the Display issue reported on the forums. * Upgrade Warning Warning about about an upcoming upgrade and uploading images in preparation for migrating code to point to github instead of my private website (as much as possible) * Savage Worlds Tabbed Sheet Re-write v3.0 (SWADE Compatible) Rewrote the sheet from the ground up. The sheet has been completely redesigned (with feedback from the user community). The sheet includes a sheet worker to migrate old character datat to the new format. Internationalization is supported
503 lines
20 KiB
JSON
503 lines
20 KiB
JSON
{
|
|
"html": "SW_CharSheet-tabbed.html",
|
|
"css": "SW_CharSheet-tabbed.css",
|
|
"authors": "Rich Finder",
|
|
"roll20userid": "173448",
|
|
"preview": "SW_CharSheet-tabbed.PNG",
|
|
"instructions": "# Savage Worlds Tabbed Character Sheet\r\r### Now with International Language Support!!\r\r## Character Sheet Features & Capabilities\r\r* Toggle between Wild Card and Mook using the button in the upper left-hand corner\r * The Mook and Wild Card sheets are the same sheet, allowing universal macros; * The Mook sheet will not roll a Wild Die when using the buttons on the sheet. * A banner indicates the type of character the sheet is for (Mook vs. Wild Card)* The Stat Block button whispers the entire stat block of the character to the Chat window—this stat block includes Ability Command Buttons so rolls can be made directly from the Chat window.\r* Configuration the sheet to fit the Setting being played\r* Game Setting Defaults can be configured (SEE BELOW THIS MESSAGE)\r\r## Configuration\r\rTo configure the sheet to meet your needs, click the Gear icon. In the configuration section you can:\r\r* Configure Initiative modifying Edges for the DealInit API Script\r* Indicate the character has certain rule altering edges (such as Nerves of Steel or Fleet-Footed)\r* Change the Background and logo\r* Quick Setting Configuration for various Game Settings\r* Configure Optional & Home Brew Rules\r\r## Attributes & Skills\r\r* All skills from the Savage Worlds Core Deluxe rules are included in the sheet, but are hidden by default. To manage them, click on the \"+/- Core Skills\" button on the Skills tab (right above Fighting) and place a check mark next to each skill you'd like to use.\r - Skill Specialization Fencing Styles and Schools are supported\r* You can mouse over just about any field to get its attribute name.\r * All field titles follow Roll20's attribute syntax, ie. Agility would be displayed as \"@{agility}\" on mouse-over.\r\r## Rolls\r\r* You can mouse over any button to get its ability name.\r* Roll button titles DO NOT follow Roll20's ability syntax, using the selected token, ie. \"%{selected|STR-check}\", but will only show the attribute displayed like \"@{AgilityRoll}\".\r* The gm button uses the exact same formula for rolling as the regular button, but will whisper the roll to the GM.\r\r---\r\r## Special Thanks\r\rI'd like to thank the following for their help in the development of this sheet:\r\r* Actoba\r* herrozerro\r* Brian (CSS wizard)\r* Sam Marino\r\rI stole a lot of css/html from them\r\r* Felipe F\r\rFor implementing the i18n stuff so the sheet can be translated into other languages.",
|
|
"useroptions":[
|
|
{
|
|
"attribute":"is_npc",
|
|
"displayname":"Mook",
|
|
"type":"checkbox",
|
|
"value":"1",
|
|
"description":"The Mook option sets new characters to default as Mook characters, instead of Wild Cards."
|
|
},
|
|
{
|
|
"attribute":"ArcanumTab",
|
|
"displayname":"Hide the Arcanum Tab",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Hide the Arcanum tab on the Character Sheet. This will hide not only Spells/Powers, but Talismans."
|
|
},
|
|
{
|
|
"attribute":"showAdvancements",
|
|
"displayname":"Show the Advancements Tab",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Show the Advancements section. This section would appear on the Journal Tab of the character sheet."
|
|
},
|
|
{
|
|
"attribute":"showShaken",
|
|
"displayname":"Show Shaken Checkbox",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Show the Shaken checkbox. This would appear on the Basic Info Tab, under the Miscellaneous section. This shows a visible reminder on the character sheet that the character is Shaken."
|
|
},
|
|
{
|
|
"attribute":"skillrt",
|
|
"displayname":"Trait Roll Template",
|
|
"type":"select",
|
|
"options":[
|
|
"No Roll Template|0",
|
|
"Solid Trait Layout|&{template:solidtrait}",
|
|
"Ace of Spades Trait Layout|&{template:spadestrait2}"
|
|
],
|
|
"default":"&{template:spadestrait2}",
|
|
"description":"Select the Roll Template you'd like to use for all Trait Test rolls."
|
|
},
|
|
{
|
|
"attribute":"skillwrt",
|
|
"displayname":"Damage Roll Template",
|
|
"type":"select",
|
|
"options":[
|
|
"No Roll Template|0",
|
|
"Solid Damage Layout|&{template:soliddamage}",
|
|
"Ace of Clubs Damage Layout|&{template:clubsdamage}"
|
|
],
|
|
"default":"&{template:clubsdamage}",
|
|
"description":"Select the Roll Template you'd like to use for all Damage rolls."
|
|
},
|
|
{
|
|
"attribute":"WCI",
|
|
"displayname":"Wild Card Icon",
|
|
"type":"select",
|
|
"options":[
|
|
"⊛|⊛",
|
|
"✪|✪",
|
|
"♕|♕",
|
|
"†|†",
|
|
"༒|༒"
|
|
],
|
|
"default":"⊛",
|
|
"description":"Select the Wild Card icon to be used in the Stat Block output."
|
|
},
|
|
{
|
|
"attribute":"NoPPRule",
|
|
"displayname":"No Power Points",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to not use Power Points with the Arcane Backgrounds."
|
|
},
|
|
{
|
|
"attribute":"RaiseHBRule",
|
|
"displayname":"Use Variable Bonus Damage die type House Rule",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box if the number of raises on an attack roll change the bonus die type. This option will change the Raise check box to a drop down menu, allowing the user to select which die type to roll for the bonus damage. This impacts weapons and Spells."
|
|
},
|
|
{
|
|
"attribute":"altRuleSkillSpec",
|
|
"displayname":"Use Skill Specialization Rule",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Skill Specialization Setting Rule."
|
|
},
|
|
{
|
|
"attribute":"bennies",
|
|
"displayname":"Hose rule: Roll for Extra Experience Points",
|
|
"type":"select",
|
|
"options":[
|
|
"Don't roll for Extra XP|0",
|
|
"Roll for Remaining Bennies|2",
|
|
"Roll for Used Bennies|1"
|
|
],
|
|
"default":"0",
|
|
"description":"Enables the button for rolling for extra XP based on unspent/spent bennies."
|
|
},
|
|
{
|
|
"attribute":"settingconfig",
|
|
"displayname":"Quick Setting Configuration",
|
|
"type":"select",
|
|
"options":[
|
|
"No Setting|0",
|
|
"50 Fathoms|1",
|
|
"All For One|2",
|
|
"Deadlands: Reloaded|3",
|
|
"East Texas University|4",
|
|
"Hellfrost|5",
|
|
"Interface Zero 2.0|6",
|
|
"Lankhmar|7",
|
|
"Last Parsec|8",
|
|
"Low Life|9",
|
|
"Necessary Evil|10",
|
|
"Pirates of the Spanish Main|11",
|
|
"Rifts|13",
|
|
"Rippers|14",
|
|
"Tour of Darkness|12"
|
|
],
|
|
"default":"0",
|
|
"description":"Quick Settings allows you to configure your sheet for various settings, automatically enabling setting appropriate backgrounds, logos, setting specific naming conventions, derived stats, or additional settings. **WARNING**: Selecting something here, may impact any of the fields you select/modify below. If you want tighter control over which sheet fields are displayed, you're better off leaving this part alone and manually selecting the fields you want to have on your sheet."
|
|
},
|
|
{
|
|
"attribute":"background",
|
|
"displayname":"Sheet Background",
|
|
"type":"select",
|
|
"options":[
|
|
"No Background|1",
|
|
"Cyberpunk|7",
|
|
"Hellfrost|8",
|
|
"Hellfrost: Land of Fire|9",
|
|
"Last Parsec|5",
|
|
"Noir|4",
|
|
"Old Map|2",
|
|
"Parchment|10",
|
|
"Rippers|12",
|
|
"Rifts/Sci Fi|11",
|
|
"Superhero|6",
|
|
"Zombiepocalypes|3"
|
|
],
|
|
"default":"1",
|
|
"description":"Select the character sheet background you'd like for your game."
|
|
},
|
|
{
|
|
"attribute":"logo",
|
|
"displayname":"Sheet Logo",
|
|
"type":"select",
|
|
"options":[
|
|
"Savage Worlds Deluxe|1",
|
|
"Savage Worlds Deluxe (Bloodied)|4",
|
|
"All For One|13",
|
|
"Deadlands|6",
|
|
"Deadlands: Noir|7",
|
|
"Deadlands: Hell on Earth|8",
|
|
"East Texas University|14",
|
|
"Hellfrost|10",
|
|
"Hellfrost: Land of Fire|11",
|
|
"Interface Zero 2.0|9",
|
|
"Lankhmar|12",
|
|
"The Last Parsec|3",
|
|
"Necessary Evil|5",
|
|
"Pirates of the Spanish Main|2",
|
|
"Rifts|15",
|
|
"Rippers|16"
|
|
],
|
|
"default":"1",
|
|
"description":"Select the character sheet setting logo you'd like for your game."
|
|
},
|
|
{
|
|
"attribute":"useacademics",
|
|
"displayname":"Show Academics",
|
|
"type":"checkbox",
|
|
"value":"1",
|
|
"description":"Check this box to use the Academics Stat."
|
|
},
|
|
{
|
|
"attribute":"Corruption",
|
|
"displayname":"Show Corruption",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Corruption Stat."
|
|
},
|
|
{
|
|
"attribute":"potsmFame",
|
|
"displayname":"Show Fame",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Fame Stat."
|
|
},
|
|
{
|
|
"attribute":"izFirewall",
|
|
"displayname":"Show Firewall",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Firewall Stat."
|
|
},
|
|
{
|
|
"attribute":"hfGlory",
|
|
"displayname":"Show Glory",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Glory Stat."
|
|
},
|
|
{
|
|
"attribute":"DLGrit",
|
|
"displayname":"Show Grit",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Grit Stat."
|
|
},
|
|
{
|
|
"attribute":"neuraltoughness",
|
|
"displayname":"Show Neural Toughness",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Neural Toughness Stat."
|
|
},
|
|
{
|
|
"attribute":"ripReason",
|
|
"displayname":"Show Reason",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Neural Reason Stat."
|
|
},
|
|
{
|
|
"attribute":"tdsanity",
|
|
"displayname":"Show Sanity",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Sanity Stat."
|
|
},
|
|
{
|
|
"attribute":"ripStatus",
|
|
"displayname":"Show Status",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Status Stat."
|
|
},
|
|
{
|
|
"attribute":"izStrain",
|
|
"displayname":"Show Strain",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Strain Stat."
|
|
},
|
|
{
|
|
"attribute":"izStreetCred",
|
|
"displayname":"Show Street Cred",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to use the Street Cred Stat."
|
|
},
|
|
{
|
|
"attribute":"50fPo8Clams",
|
|
"displayname":"Money label",
|
|
"type":"select",
|
|
"options":[
|
|
"Money|0",
|
|
"Clams|2",
|
|
"Credits|4",
|
|
"Lankhmar Currency|3",
|
|
"Livre|5",
|
|
"Pieces of Eight|1"
|
|
],
|
|
"default":"0",
|
|
"description":"Selecting an option will change the Money lable to the one selected."
|
|
},
|
|
{
|
|
"attribute":"codename",
|
|
"displayname":"Use Code Name",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to change the Character Name label to Code Name."
|
|
},
|
|
{
|
|
"attribute":"Cybernetics",
|
|
"displayname":"Use Cybernetics",
|
|
"type":"checkbox",
|
|
"value":"1",
|
|
"description":"Check this box to change the Augmentations label to Cybernetics."
|
|
},
|
|
{
|
|
"attribute":"ETUClass",
|
|
"displayname":"Use Class",
|
|
"type":"checkbox",
|
|
"value":"1",
|
|
"description":"Check this box to change the Rank label to Class (e.g. Sophmore instead of Novice)."
|
|
},
|
|
{
|
|
"attribute":"increasedfatigue",
|
|
"displayname":"Increase Fatigue",
|
|
"type":"checkbox",
|
|
"value":"1",
|
|
"description":"Check this box to increase the number of Fatigue levels."
|
|
},
|
|
{
|
|
"attribute":"magictype",
|
|
"displayname":"Powers label",
|
|
"type":"select",
|
|
"options":[
|
|
"Power|0",
|
|
"Miracles|1",
|
|
"Psionics|2",
|
|
"Spells|3",
|
|
"Rituals|4",
|
|
"Weird Science Gadgets|5"
|
|
],
|
|
"default":"0",
|
|
"description":"Selecting an option will change the Power lable to the one selected."
|
|
},
|
|
{
|
|
"attribute":"powerOrigins",
|
|
"displayname":"Use Origin of Parahuman Abilities",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show where to enter a character's origin of parahuman abilities."
|
|
},
|
|
{
|
|
"attribute":"ppe",
|
|
"displayname":"Use PPE",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to change the Power Points label to PPE."
|
|
},
|
|
{
|
|
"attribute":"ThreatRating",
|
|
"displayname":"Use Threat Rating",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to change the Rank label to Threat Rating."
|
|
},
|
|
{
|
|
"attribute":"tlpSpecies",
|
|
"displayname":"Use Species",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to change the Race label to Species."
|
|
},
|
|
{
|
|
"attribute":"activitiesexams",
|
|
"displayname":"Show Activities & Exams",
|
|
"type":"checkbox",
|
|
"value":"1",
|
|
"description":"Check this box to show the Activities & Exams section."
|
|
},
|
|
{
|
|
"attribute":"a41archetype",
|
|
"displayname":"Show Archetype",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Archetype field."
|
|
},
|
|
{
|
|
"attribute":"augment",
|
|
"displayname":"Show Augmentations",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Augmentations section."
|
|
},
|
|
{
|
|
"attribute":"useBurn",
|
|
"displayname":"Show Burn",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Burn field."
|
|
},
|
|
{
|
|
"attribute":"izengrams",
|
|
"displayname":"Show Engrams",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Engrams section."
|
|
},
|
|
{
|
|
"attribute":"fencinginfo",
|
|
"displayname":"Show Fencing Styles & Schools",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Fencing Styles & Schools fields under Fighting."
|
|
},
|
|
{
|
|
"attribute":"tlpHW",
|
|
"displayname":"Show Homeworld",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Homeworld field."
|
|
},
|
|
{
|
|
"attribute":"heroicpath",
|
|
"displayname":"Show Hero's Journey",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Hero's Journey field."
|
|
},
|
|
{
|
|
"attribute":"IconicFramwork",
|
|
"displayname":"Show Iconic Framework",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Iconic Framework field."
|
|
},
|
|
{
|
|
"attribute":"useISP",
|
|
"displayname":"Show Internal Strenght Points (ISP)",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the ISP field."
|
|
},
|
|
{
|
|
"attribute":"useIRSC",
|
|
"displayname":"Show Internal System Charges",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Internal System Charges field."
|
|
},
|
|
{
|
|
"attribute":"Lang",
|
|
"displayname":"Show Languages",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Languages field."
|
|
},
|
|
{
|
|
"attribute":"MaxLoad",
|
|
"displayname":"Show Max Load Modifier",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Max Load Modifier field."
|
|
},
|
|
{
|
|
"attribute":"majorminor",
|
|
"displayname":"Show Majors/Minors",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Major/Minor (i.e. typically used for ETU) field."
|
|
},
|
|
{
|
|
"attribute":"a41motivation",
|
|
"displayname":"Show Motivation",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Motivation field."
|
|
},
|
|
{
|
|
"attribute":"tlpOccupation",
|
|
"displayname":"Show Occupation",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Occupation field."
|
|
},
|
|
{
|
|
"attribute":"permInjuries",
|
|
"displayname":"Show Permanent Injuries",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Permanent Injuries field."
|
|
},
|
|
{
|
|
"attribute":"useRippertech",
|
|
"displayname":"Show Rippertech",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Rippertech section."
|
|
},
|
|
{
|
|
"attribute":"tlpShipName",
|
|
"displayname":"Show Ship Name",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Ship Name field."
|
|
},
|
|
{
|
|
"attribute":"talismans",
|
|
"displayname":"Show Talismans",
|
|
"type":"checkbox",
|
|
"value":"1",
|
|
"description":"Check this box to show the Talismans section."
|
|
},
|
|
{
|
|
"attribute":"iztap",
|
|
"displayname":"Show TAP Readout",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the TAP Readout section."
|
|
},
|
|
{
|
|
"attribute":"worstNightmare",
|
|
"displayname":"Show Worst Nightmare",
|
|
"type":"checkbox",
|
|
"value":"on",
|
|
"description":"Check this box to show the Worst Nightmare field."
|
|
}
|
|
]
|
|
} |