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 "ADnD 2nd Edition Character sheet Simplified"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "== <blockquote style="background-color:#00f;color:#FFF;text-align:center;margin:-2px;">Intro</blockquote> == Advanced 2nd Edition (Simple Sheet) Character Sheet guide is inte...")
 
m
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== <blockquote style="background-color:#00f;color:#FFF;text-align:center;margin:-2px;">Intro</blockquote> ==
+
{{revdate}}{{cleanup-msg|This page might be somewhat out of date, and dosn't have lots of info for how the roll templates are used|Jan 2022}}
 +
[[File:ADnD-2E-simplified-sheet.png|thumb|right|400px]]
 +
This is the guide to the '''Advanced 2nd Edition (Simple Sheet)'''-character sheet for Advanced Dungeons & Dragons Second Edition.
  
Advanced 2nd Edition (Simple Sheet) Character Sheet guide is intended to help DMs and Players better understand the [https://app.roll20.net Roll20]  AD&D 2nd Edition Simplified Character sheet. The sheet was created by Aqua Alex based on the sheet of Dylan G. and Stephen S.  
+
The sheet was created by [[Aqua Alex]], based on the sheet of Dylan G. and Stephen S.  
  
This sheet tries to create the simplest basic sheet with no Roll Templates, no Buttons, no Tabs and No Worker Scripts. The sheet is actively supported by Roll20 volunteers, so please feel free to lend your support through, feedback, testing, suggestions, coding, and keeping this guide updated and helpful.
+
Later development and improvements where being implemented by [https://app.roll20.net/users/1638432/elena-s Elena S.] and [https://app.roll20.net/users/1048758/aqua-alex Aqua Alex]. Many thanks are due to Dylan and Stephen for the wonderful character sheet that they created.
  
Please post questions, comments, suggestions, etc. on the most current test Game session at:<br />
+
This sheet tries to create the simplest basic sheet with no Roll Templates, no Buttons, no Tabs and No Worker Scripts. Please feel free to lend your support through, feedback, testing, suggestions, coding, and keeping this guide updated and helpful.
[https://app.roll20.net/join/3420475/JMxBrw Test ADnD 2e Simplified Sheet]
+
  
The latest community version of the sheet can be found on GitHub, [https://github.com/Roll20/roll20-character-sheets/tree/master/AD%26D_2E AD&D_2E%20Simple] If you are using the community Second Edition sheet, any updates to the sheet will be pushed automatically.
+
Please post questions, comments, suggestions, etc. on the most current test Game session at: [https://app.roll20.net/join/3420475/JMxBrw Test ADnD 2e Simplified Sheet]
  
<br clear=all>
+
The latest community version of the sheet can be found on GitHub: [https://github.com/Roll20/roll20-character-sheets/tree/master/AD%26D_2E AD&D 2E (Simple)]
  
 +
If you are using the sheet version from the sheet selection menu, any updates will automatically appear in your games.
 +
 +
__TOC__
 
== <blockquote style="background-color:#00f;color:#FFF;text-align:center;margin:-2px;">FAQ</blockquote> ==
 
== <blockquote style="background-color:#00f;color:#FFF;text-align:center;margin:-2px;">FAQ</blockquote> ==
  
Line 37: Line 41:
 
:'''A''': Create a Macro/Ability that includes a button's name ie <code>%{selected|button_name}</code>. If you mouse-over the buttons it shows you what the button's name is. e.g.(To create a macro for weapon attack 0, include <code>%{selected|repeating_weapon_$0_Attack}</code> within your macro.)  You can also drag and drop any repeating section/row button to the macro quick bar.
 
:'''A''': Create a Macro/Ability that includes a button's name ie <code>%{selected|button_name}</code>. If you mouse-over the buttons it shows you what the button's name is. e.g.(To create a macro for weapon attack 0, include <code>%{selected|repeating_weapon_$0_Attack}</code> within your macro.)  You can also drag and drop any repeating section/row button to the macro quick bar.
  
<br clear=all>
+
{{clear}}
 
+
== <blockquote style="background-color:#00f;color:#FFF;text-align:center;margin:-2px;">Changelog</blockquote> ==
+
'''Version 1.0.0'''
+
* Sheet as published
+
<br />
+
  
 
== <blockquote style="background-color:#00f;color:#FFF;text-align:center;margin:-2px;">Roll Templates</blockquote> ==
 
== <blockquote style="background-color:#00f;color:#FFF;text-align:center;margin:-2px;">Roll Templates</blockquote> ==
[[Roll_Templates|Roll templates]] use a combination of html, css, and macro commands to format output to chat. While the HTML, CSS and sheet-roll button macros are written into the sheet, DM's and player's can utilize custom macros either within the macro-text found within the sheet or from ability macros used outside of the sheet. There are currently five different templates written into the AD&D 2nd Edition sheet: 2Edefault, 2Eattack, 2Echeck, 2Esave, and 2Espell.
+
Several roll templates are available to use with your custom macros. Here is a quick description of each (for more detailed information please see the sheet documentation).
<br><br>
+
Roll templates must declare the roll template used ie '''&{template:<template name>}''' and follow the syntax '''{{<propertyname>= <value>}}'''  Property names that are defined within the roll template will follow the formatting and logic as given in the template.
+
<br />
+
=== 2Edefault Properties ===
+
The header of the new 2Edefault template displays the same "name" property as the standard default template, and you can now optionally add a "subtitle" which will also display in the head of the template centered beneath the name in a reduced font size (8pt). To use the new subtitle property simply add <code>{{subtitle = <value>}}</code> to your macro.
+
  
The information displayed in the body of the template, as in the standard default template, uses the allprops() helper function with several specific exclusions. What all props does is allow you to create a custom property in a roll template by simply typing what it's called into the template. This typically looks like <code>{{<user defined key> = <user defined value>}}</code> The template then creates a table row with two columns in the template and displays the key on the left and the value on the right. You can create as many custom properties as you like! The specific exclusions in this new template are the predefined properties of desc, desc1, desc2. These will cause the template to display the value assigned to them in a single cell that spans both of the template columns, as well as reduce the font size slightly and align the text to the left.
+
* <code>2Edefault</code> - behaves very much like the standard roll20 default template with a few optional features. Such as adding a subtitle, and adding descriptive text fields.
Since this template contains both the <code><name></code> and <code><allprops()></code> properties any macro you currently are using can be converted to use the new template styling by simply changing the template call from default to 2Edefault. That's it, your macro will now display using the new template to determine it's styling in chat.
+
* <code>2Eattack</code> - A template designed for comprehensive weapon attack resolution. It even includes optional support for critical hits and fumbles.
 +
* <code>2Echeck</code> - This template handles Ability, Rogue Skill, and Proficiency checks. It provides a clear and concise display of whether the check is fails or succeeds, and displays the relevant roll and target number for verification.
 +
* <code>2Einversecheck</code> - This template handles cases where you wish to check for rolls equal or less than the value. It is otherwise the same as 2Echeck template.
 +
* <code>2Esave</code> - This template handles saving throw rolls in a clear and concise manner, and circumvents a quirk of the dice engine which fails when attempting to make a comparison against a negative number.
 +
* <code>2Espell</code> - A nice clean template for displaying spell information. Includes fields for all of the standard 2nd edition spell attributes and an area to describe the spell effects. Also has optional attributes for easy damage and healing resolution, added section for reference to source materials.
 +
* <code>2Eprotscroll</code> - A nice clean template for displaying protection scroll information.
  
'''&{template:2Edefault}'''
+
The info on the [[ADnD_2nd_Edition_Character_sheet#Roll_Templates|AD&D2e Character Sheet Templates]] might partially apply to this sheet.
{| class="wikitable sortable"
+
|-
+
! Property/Key !! Description/Examples
+
|-
+
| <nowiki>{{name}}</nowiki> || Name of your custom template. <br /><nowiki>{{ name = <Your New Template> }}</nowiki>
+
|-
+
| <nowiki>{{subtitle}}</nowiki><br />''Optional'' || Add an optional subtitle to the template heading. <br /><nowiki>{{ subtitle = <Your Subtitle>}}</nowiki>
+
|-
+
| <nowiki>{{anyproperty}}</nowiki><br />''Optional'' || This works identically to the standard default template. You can create as many custom properties as you like.<br /><nowiki>{{ anyproperty=<Your Custom Property Value>}}</nowiki>
+
|-
+
| <nowiki>{{desc}}</nowiki><br />''Optional'' || Add optional descriptive text. <br /><nowiki>{{desc=<desc value>}}</nowiki>
+
|-
+
| <nowiki>{{desc1}}</nowiki><br />''Optional'' || Add more optional descriptive text. <br /><nowiki>{{desc1=<desc1 value>}}</nowiki>
+
|-
+
| <nowiki>{{desc2}}</nowiki><br />''Optional'' || Add even more optional descriptive text. <br /><nowiki>{{desc2=<desc2 value>}}</nowiki>
+
|}
+
  
'''2Edefault example'''
+
See also [[AD&D 2E Spell Macros|ADnD 2nd Edition Spell Macros]]
{| class="wikitable"
+
|-
+
| &{template:2Edefault}{{name=<Your New Template>}}{{subtitle=<Your Subtitle>}}{{anyproperty=<Your Custom Property Value>}}{{desc=<desc value>}}{{desc1=<desc1 value>}}{{desc2=<desc2 value>}}
+
|}
+
<br />
+
  
=== 2Eattack Properties ===
+
== <blockquote style="background-color:#00f;color:#FFF;text-align:center;margin:-2px;">Changelog</blockquote> ==
This is a graphical template used to resolve attacks in one simple display. It includes properties to display who is making the attack, the target of the attack, what weapon was used, the AC that the attack will successfully hit, and damage vs both Small/Medium targets and Large targets. It also includes support for custom critical hit damage.
+
'''TODO'''
 +
* Add Aqua Alex 2.1.3 update: https://github.com/aquaalex/roll20-character-sheets/tree/master/AD%26D_2E
 +
* update sheet.json & sheet code to link correct wiki page
  
'''&{template:2Eattack}'''
+
'''Version 2.1.2''' - Nov 2018 - [https://github.com/Roll20/roll20-character-sheets/pull/4376 Pull Request] - [[Aqua Alex]]
{| class="wikitable sortable"
+
*Fixed the Bend Bars & Open Doors check for Exceptional Strength
|-
+
! Property/Key !! Description/Examples
+
|-
+
| <nowiki>{{title}}</nowiki> || Name of the Attacker <br /><nowiki>{{ title=@{selected|token_name} makes an Attack! }}</nowiki>
+
|-
+
| <nowiki>{{subtitle}}</nowiki> || Who/what the attack targets<br /> <nowiki>{{ subtitle=vs. @{target|token_name} }}</nowiki>
+
|-
+
| <nowiki>{{weapon_used}}</nowiki> || What weapon is being used for the attack<br /> <nowiki>{{weapon_used=@{selected|weaponname} }}</nowiki>
+
|-
+
| <nowiki>{{ac_hit}}</nowiki> || Enter the roll formula for determining the AC hit as an inline roll<br /> <nowiki>{{ ac_hit=[[@{selected|ThAC0}-(1d20+(@{selected|attackadj})+(@{selected|strengthhit}*@{selected|strbonus})+(@{selected|dexmissile}*@{selected|dexbonus})+(?{Misc. attack bonus|+0}))]] }}</nowiki>
+
|-
+
| <nowiki>{{dmg_s}}</nowiki> || Enter the roll formula for determining normal damage vs a Small/Medium target as an inline roll.<br /> <nowiki>{{ dmg_s=[[(@{selected|damsm}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]] }}</nowiki>
+
|-
+
| <nowiki>{{dmg_l}}</nowiki> || Enter the roll formula for determining normal damage vs a Large target as an inline roll.<br /> <nowiki>{{ dmg_l=[[(@{selected|daml}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]] }}</nowiki>
+
|-
+
| <nowiki>{{crit_s}}</nowiki> || Enter the roll formula for determining critical damage vs a Small/Medium target as an inline roll.<br /> <nowiki>{{ crit_s=[[(@{selected|damsm}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]] }}</nowiki>
+
|-
+
| <nowiki>{{crit_l}}</nowiki> || Enter the roll formula for determining critical damage vs a Large target as an inline roll.<br /> <nowiki>{{ crit_l=[[(@{selected|daml}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]] }}</nowiki>
+
|-
+
| <nowiki>{{crit}}</nowiki><br /> ''Optional'' || Add special text for critical hit results.<br /> <nowiki>{{ crit= }}</nowiki>
+
|-
+
| <nowiki>{{fumble}}</nowiki><br /> ''Optional'' || Add special text for fumble results.<br /> <nowiki>{{ fumble= }}</nowiki>
+
|}
+
 
+
'''2Eattack example:'''
+
{| class="wikitable"
+
|-
+
| <nowiki>&{template:2Eattack}{{title=@{selected|token_name}  makes an Attack!}}{{subtitle=vs. @{target|token_name} }}{{weapon_used=@{selected|weaponname} }}{{ac_hit=[[@{selected|ThAC0}-(1d20+(@{selected|attackadj})+(@{selected|strengthhit}*@{selected|strbonus})+(@{selected|dexmissile}*@{selected|dexbonus})+(?{Misc. attack bonus|+0}))]]}}{{dmg_s=[[(@{selected|damsm}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]]}}{{dmg_l=[[(@{selected|daml}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]]}}{{crit_s=[[(@{selected|damsm}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]]}}{{crit_l=[[(@{selected|daml}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]]}}{{crit=Immediately make another attack as a free action!}}{{fumble=Your weapon flies from your hand landing [[2d6]] ft from you.}}</nowiki>
+
|}
+
 
<br />
 
<br />
 
+
'''Version 2.1.1''' - Aqua Alex
=== 2Echeck Properties ===
+
*Can now hide the Priest and/or Wizard section of Spell Tab
This template is used to perform Ability, Proficiency, and Rogue Skill checks. It uses logic built into the template to determine success or failure based on the information provided in the macro calling it.
+
 
+
'''&{template:2Echeck}'''
+
{| class="wikitable"
+
|-
+
! Property/Key !! Description/Examples
+
|-
+
| <nowiki>{{checkvs}}</nowiki>|| Displays what attribute, proficiency, or skill is being checked against.<br /> <nowiki>{{ checkvs=Strength }}</nowiki>
+
|-
+
| <nowiki>{{character}}</nowiki>|| Displays the name of the character performing the check.<br /> <nowiki>{{ character=@{selected|token_name} }}</nowiki>
+
|-
+
| <nowiki>{{checkroll}}</nowiki>|| This property defines what to roll for the check being made. This should be entered as an inline roll.<br /> <nowiki>{{ checkroll=[[d20cf20cs1?{Situational Modifier?|+0}]] }}</nowiki>
+
|-
+
| <nowiki>{{checktarget}}</nowiki>|| This will determine the target number of the ability, proficiency, or skill check. This should be entered as an inline roll.<br /><nowiki>{{ checktarget=[[@{selected|Strength}]] }}</nowiki>
+
|}
+
 
+
'''2Echeck example:'''
+
{| class="wikitable"
+
|-
+
| <nowiki>&{template:2Echeck} {{ checkvs=Strength }}{{ character=@{selected|token_name} }}{{ checkroll=[[d20cf20cs1?{Situational Modifier?|+0}]] }}{{ checktarget=[[@{selected|Strength}]] }} </nowiki>
+
|}
+
 
<br />
 
<br />
 
+
'''Version 2.1.0''' - Aqua Alex
=== 2Einversecheck Properties ===
+
*fixed bug in weight calculations - weight did not always add correctly and decimal values where ignored
This template is the inverse of the 2Echeck. If a roll is equal or less than the target it is a FAIL!
+
*added PC THAC0 field to top section (above HP)
 
+
*increased size of Range field in Weapons table
'''&{template:2Echeck}'''
+
*Spell/Scroll Macro Name now does not auto add #, so please add # (collection Macro) or % (Charactersheet Macro) infront of macro name for Button to work
{| class="wikitable"
+
*added more fields to the spell tab
|-
+
**Equivalent Priest Casting Level
! Property/Key !! Description/Examples
+
**Equivalent Wizard Casting Level
|-
+
**Priest Spheres - can choose None, Major or Minor
| <nowiki>{{checkvs}}</nowiki>|| Displays what is being checked against.<br /> <nowiki>{{ checkvs=Strength }}</nowiki>
+
**Wizard Schools - can choose General, Opposed or Specialist
|-
+
**Spell Book Pages Field
| <nowiki>{{character}}</nowiki>|| Displays the name of the character performing the check.<br /> <nowiki>{{ character=@{selected|token_name} }}</nowiki>
+
**Add Times Memorized and Cast as two new fields for each spell
|-
+
**Add Cast Lvl as field for Scrolls - The level a scroll is cast at
| <nowiki>{{checkroll}}</nowiki>|| This property defines what to roll for the check being made. This should be entered as an inline roll.<br /> <nowiki>{{ checkroll= [[d10?{Situational Modifier?|+0}]]}}</nowiki>
+
'''Version 2.0.0'''- Jun 2018 - [https://github.com/Roll20/roll20-character-sheets/pull/3814 Pull Request] - Aqua Alex
|-
+
Since this was a lot of changes I decided to make the version 2.0.0
| <nowiki>{{checktarget}}</nowiki>|| This will determine the target number of the ability, proficiency, or skill check. This should be entered as an inline roll.<br /><nowiki>{{checktarget=[[@{selected|Strength}]]}}</nowiki>
+
*fixed bug in css - .charsheet input.sheet-* was inserted twice in stead of .charsheet select.sheet-*
|}
+
*added some missing HTML tags and formatted for easier reading
 
+
*fixed formatting on some 2espell properties
'''2Einversecheck example:'''
+
*added optional tag to 2espell property '{materials=xxx}'- to show Spell Materials
{| class="wikitable"
+
*added new roll Template for Protection Scrolls - 2Eprotscroll
|-
+
*added attack and AC penalties for movement
| <nowiki>&{template:2Einversecheck} {{checkvs=Surprise}}{{character= @{selected|token_name} }}{{checkroll=[[1d10?{Situational Modifier?|@{selected|dexreact}}]] }}{{checktarget=[[3]]}} </nowiki>
+
*changed the weight fields for gear and the coin fields to numeric fields
|}
+
*added new fields for total weight / total weapon weight / total gear weight
 +
*fixed worker script where 0 was inserted into fields instead of +0  
 +
*fixed worker script - corrected the Find Remove Traps dex adjustment
 +
*improved worker script so strength is used to populate max weight per movement category
 +
*added workerscript to calculate total gearweight from individual gear
 +
*added workerscript to calculate total weaponweight from individual weapons
 +
*added workerscript to calculate total weight from weapon and gear weights
 +
*added TheAaronSheet script
 +
* New Spell Tab
 +
**List Number of Available Spells per Level
 +
**Spell Book
 +
***Memorised Tick Box
 +
***Type of Spell
 +
***Spell Name
 +
***Casting Time
 +
***Initiative Roll Button
 +
***Macro name
 +
***Cast button that uses the macro name
 +
**Scrolls
 +
***Type of Scroll
 +
***Scroll Name
 +
***Casting Time
 +
***Initiative Roll Button
 +
***Macro name
 +
***Cast button that uses the macro name
 +
**Spell Notes
 
<br />
 
<br />
 
+
'''Version 1.0.4c''' - Aqua Alex
=== 2Eprotscroll Properties ===
+
* minor fixes
This template is used to cast Protection Scrolls.
+
**Made some minor fixes to the sheet
 
+
'''&{template:2Eprotscroll}'''
+
{| class="wikitable"
+
|-
+
! Property/Key !! Description/Examples
+
|-
+
| <nowiki>{{title}}</nowiki>|| Displays user reading the scroll, as well as name of protection scroll.<br /> <nowiki>{{title=@{selected|token_name} reads Protection from Acid}}</nowiki>
+
|-
+
| <nowiki>{{duration}}</nowiki>|| Displays the duration of the scroll effect.<br /> <nowiki>{{duration=[[1d4+4]] Turns}}</nowiki>
+
|-
+
| <nowiki>{{time}}</nowiki>|| Display the casting time of readign the scroll.<br /> <nowiki>{{time=[[3]]}}</nowiki>
+
|-
+
| <nowiki>{{reference}}</nowiki><br />''Optional'' || Optional property for displaying reference for source materials.<br /><nowiki>{{reference=DMG, page 999}}</nowiki>
+
|-
+
| <nowiki>{{effects}}</nowiki>|| This will determine the target number of the ability, proficiency, or skill check. This should be entered as an inline roll.<br /><nowiki>{{effects=Protection extends outward from the reader to a 30-foot diameter sphere. All within the area are protected from the effects of nonmagical cold to a temperature of absolute zero (-460 degrees). Against magical cold, the scroll confers a +6 bonus to saving throws and one-quarter damage (one-eighth if the saving throw is made).}}</nowiki>
+
|}
+
 
+
'''2Eprotscroll example:'''
+
{| class="wikitable"
+
|-
+
| <nowiki>&{template:2Eprotscroll}{{title=@{selected|token_name} reads Protection from Cold}}{{duration=[[1d4+4]] Turns}}{{time=[[3]]}}{{reference=DMG, page 999}}{{effects=Protection extends outward from the reader to a 30-foot diameter sphere. All within the area are protected from the effects of nonmagical cold to a temperature of absolute zero (-460 degrees). Against magical cold, the scroll confers a +6 bonus to saving throws and one-quarter damage (one-eighth if the saving throw is made).}}</nowiki>
+
|}
+
{| class="wikitable"
+
|-
+
| <nowiki>&{template:2Eprotscroll}{{title=@{selected|token_name} reads Protection from Undead}}{{duration=[[10d8]] Rounds}}{{time=[[4]]}}{{reference=DMG, page 999}}{{effects=When this scroll is read, a 5-foot radius circle of protection extends from, and moves with, the reader. It protects everyone within it from all physical attacks made by undead (ghasts, ghosts, ghouls, shadows, skeletons, spectres, wights, wraiths, vampires, zombies, etc.) but not magical spells or other attack forms. If a creature leaves the protected area, it is subject to physical attack. The protection restrains up to 35 Hit Dice/levels of undead; excess Hit Dice/levels can pass through the circle. Some protection scrolls of this nature protect only against certain types of undead (one or more) rather than all undead, at the DM's option.}}</nowiki>
+
|}
+
 
<br />
 
<br />
 
+
'''Version 1.0.4b''' - Aqua Alex
=== 2Esave Properties ===
+
* Added 2Einversecheck template and relevant css
This template works in a similar manner as the checks template. It uses the values for the roll result and the target number based on the macro input. It performs a logical comparison to determine whether the saving throw is a success or failure and clearly displays the result, showing both the relevant target number and roll result for verification.
+
**This is the reverse of 2Echeck template so if roll is Less or equal to the TARGET it is a FAIL
 
+
'''&{template:2Esave}'''
+
{| class="wikitable"
+
|-
+
! Property/Key !! Description/Examples
+
|-
+
| <nowiki>{{savevs}}</nowiki>|| Displays what type of saving throw is being made.<br /> <nowiki>{{ savevs = Spells }}</nowiki>
+
|-
+
| <nowiki>{{character}}</nowiki>|| Displays the name of the character making a saving throw.<br /> <nowiki>{{ character = @{selected|token_name} }}</nowiki>
+
|-
+
| <nowiki>{{saveroll}}</nowiki>|| This property defines what to roll for the saving throw. This should be entered as an inline roll.<br /> <nowiki>{{ saveroll = [[d20?{Situational Modifier?|+0}+@{selected|spmod}]] }}</nowiki>
+
|-
+
| <nowiki>{{savetarget}}</nowiki>|| This will determine the target number of the Saving Throw. This should be entered as an inline roll.<br /><nowiki>{{ savetarget=[[@{selected|sptar}]] }}</nowiki>
+
|}
+
 
+
'''2Esave example:'''
+
{| class="wikitable"
+
|-
+
| <nowiki>/w gm &{template:2Esave}{{savevs=Spells}}{{character=@{selected|token_name}}}{{savetarget=[[@{selected|sptar}]]}}{{saveroll=[[d20?{Situational Modifier?|+0}@{selected|spmod}]]}}</nowiki>
+
|}
+
 
<br />
 
<br />
 
+
'''Version 1.0.4a''' - Aqua Alex
=== 2Espell Properties ===
+
* Added Dam tick box next to weapon
This is another completely new template for displaying spell statistics and effects. It includes fields for all of the standard spell attributes including Spell Level, School, Sphere, Components, Casting Time, Range, Duration, Area of Effect, and Saving Throw, as well as a description of the spell's effects. Additionally there are optional properties for quick display of Damage and damage type, as well as Healing.
+
**There was a bug where if you chose the Dex tick box it did not include Str damage on a thrown or missile weapon that should have it.
 
+
**Now you tick the Str or Dex box for which To Hit bonus to use and you tick Dam box if Str Dam needs to be added to damage for weapon.
'''&{template:2Espell}'''
+
* Added worker script to Sheet
{| class="wikitable"
+
** Calculates all derived attribute values for attributes only on change of attribute
|-
+
** Calculates Thief Skill bonuses for Dex attribute only on change of dex attribute<br />
! Proterty/Key || Description/Example
+
<br />
|-
+
'''Version 1.0.3b''' - Elena S.
| <nowiki>{{title}}</nowiki> || Input the name of the spell here.<br /><nowiki>{{title=@{selected|token_name} casts Cure Light Wounds on @{target|token_name}}}</nowiki>
+
* Added 2Echeck template and relevant css
|-
+
* Updated Information header
| <nowiki>{{splevel}}</nowiki> || Enter the spell level and type (wizard or priest).<br /><nowiki>{{splevel=Level 1 Priest}}</nowiki>
+
* Added an attribute to the checkbox for hiding rogue skills so that it will stay hidden when checked.
|-
+
* Added support for custom critical hit damage to the 2Eattack template.
| <nowiki>{{school}}</nowiki> || Enter the school of the spell here.<br /><nowiki>{{school=Necromancy}}</nowiki>
+
* Improved handling of styles used for table headers to reduce the code footprint of the sheet.
|-
+
* Added attribute Reference to the 2Espell template for placing reference of source (Aqua Alex)<br />
| <nowiki>{{sphere}}</nowiki><br />''Optional'' || Used only for Priest spells. It can alternately be used to indicate if a spell is reversible.<br /><nowiki>{{sphere=Healing (reversible)}}</nowiki>
+
<br />
|-
+
'''Version 1.0.2''' - Elena S.
| <nowiki>{{components}}</nowiki> || Displays the components required to cast the spell.<br /><nowiki>{{components=V,S}}</nowiki>
+
* Added Information Header with update information and description of recent changes.
|-
+
* Minor fixes to template formatting and css
| <nowiki>{{time}}</nowiki> || Displays the casting time of the spell.<br /><nowiki>{{time=5 Segments}}</nowiki>
+
<br />
|-
+
'''Version 1.0.1''' - Elena S.
| <nowiki>{{range}}</nowiki> || Displays the range of the spell.<br /><nowiki>{{range=Touch}}</nowiki>
+
* Added 2Edefault, 2Eattack, 2Esave, and 2Espell Templates, and the associated css code to support them.
|-
+
<br />
| <nowiki>{{duration}}</nowiki> || Displays the duration of the spell.<br /><nowiki>{{duration=Instant}}</nowiki>
+
'''Version 1.0.0'''
|-
+
* Sheet as published by Dylan G. based on work by Stephen S.
| <nowiki>{{aoe}}</nowiki> || Displays the Area of Effect of the spell.<br /><nowiki>{{aoe=Creature Touched}}</nowiki>
+
|-
+
| <nowiki>{{save}}</nowiki> || Displays the Saving Throw information for the spell.<br /><nowiki>{{save=Negates}}</nowiki>
+
|-
+
| <nowiki>{{damage}}</nowiki><br />''Optional'' || Optional property for displaying the damage done by the spell.<br /><nowiki>{{damage=[[1D4+1]], [[1D4+1]], [[1D4+1]], [[1D4+1]], and [[1D4+1]]}}</nowiki>
+
|-
+
| <nowiki>{{damagetype}}</nowiki><br />''Optional'' || Optional property for displaying the damage type done by the spell.<br /><nowiki>{{damagetype=Force}}</nowiki>
+
|-
+
| <nowiki>{{healing}}</nowiki><br />''Optional'' || Enter the amount of healing done by the spell.<br /><nowiki>{{healing=[[1D8+(?{Do you receive a bonus to your healing spells?|0})]] HP}}</nowiki>
+
|-
+
| <nowiki>{{reference}}</nowiki><br />''Optional'' || Optional property for displaying reference for source materials.<br /><nowiki>{{reference=Players Handbook 208}}</nowiki>
+
|-
+
| <nowiki>{{effects}}</nowiki> || Used to display the description of the spells effects.<br /><nowiki>{{effects=Fires [[ceil(({9, @{selected|level}}kl1)/2)]] missile(s) at one or more targets designated by the caster before the spell is cast. Each missile unerringly strikes it's target causing 1d4+1 points of damage.}}</nowiki>
+
|-
+
| <nowiki>{{materials}}</nowiki><br />''Optional'' || Optional property for displaying materials for spell.<br /><nowiki>{{materials=the priest's holy symbol and a handful of dust taken from a mummy's corpse.}}</nowiki>
+
|}
+
 
+
'''2Espell Examples:'''
+
{| class="wikitable"
+
|-
+
| <nowiki>&{template:2Espell}{{title=@{selected|token_name} casts Cure Light Wounds on @{target|token_name}}}{{school=Necromancy}}{{sphere=Healing}}{{splevel=Level 1 Priest}}{{components=V,S}}{{time=5 Segments}}{{range=Touch}}{{duration=Instant}}{{aoe=Creature Touched}}{{save=Spell}}{{healing=[[1D8+(?{Do you receive a bonus to your healing spells?|0})]] HP}}</nowiki>
+
|}
+
{| class="wikitable"
+
|-
+
| <nowiki>&{template:2Espell}{{title=@{selected|token_name} casts Magic Missile}}{{splevel=Level 1 Wizard}}{{school=Evocation/Invocation}}{{components=V, S}}{{time=[[1]] segment}}{{range=[[({10,@{selected|level}}kl1)*10+60]] ft}}{{duration=Instant}}{{aoe=Targeted Creature(s)}}{{save=None}}{{damage=[[1D4+1]], [[1D4+1]], [[1D4+1]], [[1D4+1]], and [[1D4+1]]}}{{damagetype=Force}}{{effects=Fires [[ceil(({9, @{selected|level}}kl1)/2)]] missile(s) at one or more targets designated by the caster before the spell is cast. Each missile unerringly strikes it's target causing 1d4+1 points of damage.}}</nowiki>
+
|}
+
{| class="wikitable"
+
|-
+
| <nowiki>&{template:2Espell}{{title=@{selected|token_name} casts Earthquake}}{{school=Alteration}}{{sphere=Elemental (Earth)}}{{splevel=Level 7 Priest}}{{range=120 yards}}{{components=V, S, M}}{{duration=1 round}}{{time=1 Turn}}{{aoe=[[(@{selected|PriestLevel})*5]]-foot diameter}}{{save=None}}{{reference=PHB, page 233}}{{effects=A local tremor of fairly high strength rips the ground for one round. The earthquake affects all terrain, vegetation, structures, and creatures in its locale. Solidly built structures with foundations reaching down to bedrock sustain half damage, quarter damage if they score above 50% on a saving throw. An earth elemental opposed to the caster in the area of effect can negate [[1d10*10]]% of the effect. Other magical protections and wards allowed by the DM may also reduce or negate this effect. If cast undersea, this spell may, at the discretion of the DM, create a tsunami or tidal wave. Earthquake Effects:
+
 
+
TERRAIN:
+
Cave or Cavern -> Collapses roof
+
Cliffs -> Crumble, causing landslide
+
Ground -> Cracks open, causing following fractions of creatures to fall in and die: S: 1 in 4; M: 1 in 6; L: 1 in 8
+
Marsh -> Drains water off to form muddy, rough ground
+
Tunnel -> Caves in
+
 
+
VEGETATION:
+
Small growth —> No effect
+
Trees —> 1 in 3 uprooted and fall
+
 
+
STRUCTURES:
+
All —> Sustain [[5d12]] points structural damage;
+
those suffering full damage are thrown down in rubble
+
}}{{materials=a pinch of dirt, a piece of rock, and a lump of clay.}}</nowiki>
+
|}
+
 
<br />
 
<br />
  
 
== <blockquote style="background-color:#00f;color:#FFF;text-align:center;margin:-2px;">Additional Resources</blockquote> ==
 
== <blockquote style="background-color:#00f;color:#FFF;text-align:center;margin:-2px;">Additional Resources</blockquote> ==
[[Advanced_Dungeons_and_Dragons]]<br>
+
[[Advanced_Dungeons_and_Dragons|ADnD 2nd Edition]]<br>
[[AD%26D_2Espell_Macros]]
+
[[ADnD_2nd_Edition_Character_sheet|ADnD 2nd Edition Character Sheet]]<br>
 +
[[ADnD_2nd_Edition_Character_sheet_Simplified|ADnD 2nd Edition Simplified Character Sheet]]<br>
 +
[[AD&D 2E Spell Macros|ADnD 2nd Edition Spell Macros]]
  
 
===Additional Help===
 
===Additional Help===
 
Some places/people to ask for further help
 
Some places/people to ask for further help
* [[Main_Page|Wiki]]
+
* [https://app.roll20.net/forum/ Roll20 Forums]
* [[https://app.roll20.net/forum/ Forums]]
+
* {{user profile|1638432|Elena}}- Sheet Author
* [[https://app.roll20.net/users/1638432/elena-s Elena-SheetAuthor]]
+
* {{user profile|526533|Gargamond}}- Action System Creator/Scripter
* [[https://app.roll20.net/users/526533/gargamond Gargamond-Token Action System Creator/Scripter]]
+
* {{user profile|1048758|Alex}}- Scripter  
* [[https://app.roll20.net/users/1048758/aqua-alex-den-barbar Alex-Scripter]]
+
* {{user profile|104025|Aaron}} Scripting Genius
* [[https://app.roll20.net/users/104025/the-aaron Aaron-Scripting-Genius]]
+
 
<br />
 
<br />
  
Line 308: Line 172:
 
<br />
 
<br />
 
[[Category:Character Sheet Documentation]]
 
[[Category:Character Sheet Documentation]]
 +
[[Category:AD&D 2E]]

Latest revision as of 15:03, 11 January 2022

ADnD-2E-simplified-sheet.png

This is the guide to the Advanced 2nd Edition (Simple Sheet)-character sheet for Advanced Dungeons & Dragons Second Edition.

The sheet was created by Aqua Alex, based on the sheet of Dylan G. and Stephen S.

Later development and improvements where being implemented by Elena S. and Aqua Alex. Many thanks are due to Dylan and Stephen for the wonderful character sheet that they created.

This sheet tries to create the simplest basic sheet with no Roll Templates, no Buttons, no Tabs and No Worker Scripts. Please feel free to lend your support through, feedback, testing, suggestions, coding, and keeping this guide updated and helpful.

Please post questions, comments, suggestions, etc. on the most current test Game session at: Test ADnD 2e Simplified Sheet

The latest community version of the sheet can be found on GitHub: AD&D 2E (Simple)

If you are using the sheet version from the sheet selection menu, any updates will automatically appear in your games.

Contents

[edit]
FAQ

Here are some frequently asked questions that often come up concerning the AD&D 2nd Edition Character Sheet.

Q: I like buttons or drop downs or roll templates or worker scripts is there a sheet for AD&D 2e that has that?

A: Yes there is a Simplified sheet with no Worker Scripts, Roll Templates, Tabs, Buttons or Drop Downs. Can see the code here: AD&D 2E Sheet.

Q: Can I set sheet values from a macro?

A: No, you must be a Pro member and use the API to set sheet or token values from macros. If a token bar is mapped to an attribute, setting the token will update the sheet, but it will not call any custom sheet code and update secondary fields.

Q: I found a problem and wonder if anyone else found it yet?

A: Go to the AD&D 2nd Edition Test Game first to see if your issue is already being worked on. If you don't see it, follow the instructions in the next question:

Q: I found a bug, have a question, suggestion, need help, etc. regarding the AD&D 2nd Edition Character Sheet. What should I do?

A: The best resource regarding the sheet is to post to the Roll20's Character Sheets forum. Please include as much detail as possible to help isolate the bug to expedite a fix.

Q: Why can't I adjust some of the fields on the sheet?

A: There are many auto-calculated attributes found on the sheet and are depicted as number fields with a gray background. While you can adjust the "sub" attributes used to calculate these fields, you cannot adjust auto-calculated attributes directly.

Q: How will users of the AD&D 2nd Edition sheet know when the sheet is updated?

A: You can always check the bottom of the character sheet to see the latest build date and to check for announcements of upcoming changes. Updates to the sheet will be pushed automatically. There is also an announcement checkbox that if ticked will show latest changes.

Q: How do I make a (class ability, attack, feat, spell, inventory item, racial trait, trait) macro using a sheet roll?

A: Create a Macro/Ability that includes a button's name ie %{selected|button_name}. If you mouse-over the buttons it shows you what the button's name is. e.g.(To create a macro for weapon attack 0, include %{selected|repeating_weapon_$0_Attack} within your macro.) You can also drag and drop any repeating section/row button to the macro quick bar.

[edit]
Roll Templates

Several roll templates are available to use with your custom macros. Here is a quick description of each (for more detailed information please see the sheet documentation).

  • 2Edefault - behaves very much like the standard roll20 default template with a few optional features. Such as adding a subtitle, and adding descriptive text fields.
  • 2Eattack - A template designed for comprehensive weapon attack resolution. It even includes optional support for critical hits and fumbles.
  • 2Echeck - This template handles Ability, Rogue Skill, and Proficiency checks. It provides a clear and concise display of whether the check is fails or succeeds, and displays the relevant roll and target number for verification.
  • 2Einversecheck - This template handles cases where you wish to check for rolls equal or less than the value. It is otherwise the same as 2Echeck template.
  • 2Esave - This template handles saving throw rolls in a clear and concise manner, and circumvents a quirk of the dice engine which fails when attempting to make a comparison against a negative number.
  • 2Espell - A nice clean template for displaying spell information. Includes fields for all of the standard 2nd edition spell attributes and an area to describe the spell effects. Also has optional attributes for easy damage and healing resolution, added section for reference to source materials.
  • 2Eprotscroll - A nice clean template for displaying protection scroll information.

The info on the AD&D2e Character Sheet Templates might partially apply to this sheet.

See also ADnD 2nd Edition Spell Macros

[edit]
Changelog

TODO

Version 2.1.2 - Nov 2018 - Pull Request - Aqua Alex

  • Fixed the Bend Bars & Open Doors check for Exceptional Strength


Version 2.1.1 - Aqua Alex

  • Can now hide the Priest and/or Wizard section of Spell Tab


Version 2.1.0 - Aqua Alex

  • fixed bug in weight calculations - weight did not always add correctly and decimal values where ignored
  • added PC THAC0 field to top section (above HP)
  • increased size of Range field in Weapons table
  • Spell/Scroll Macro Name now does not auto add #, so please add # (collection Macro) or % (Charactersheet Macro) infront of macro name for Button to work
  • added more fields to the spell tab
    • Equivalent Priest Casting Level
    • Equivalent Wizard Casting Level
    • Priest Spheres - can choose None, Major or Minor
    • Wizard Schools - can choose General, Opposed or Specialist
    • Spell Book Pages Field
    • Add Times Memorized and Cast as two new fields for each spell
    • Add Cast Lvl as field for Scrolls - The level a scroll is cast at

Version 2.0.0- Jun 2018 - Pull Request - Aqua Alex Since this was a lot of changes I decided to make the version 2.0.0

  • fixed bug in css - .charsheet input.sheet-* was inserted twice in stead of .charsheet select.sheet-*
  • added some missing HTML tags and formatted for easier reading
  • fixed formatting on some 2espell properties
  • added optional tag to 2espell property '{materials=xxx}'- to show Spell Materials
  • added new roll Template for Protection Scrolls - 2Eprotscroll
  • added attack and AC penalties for movement
  • changed the weight fields for gear and the coin fields to numeric fields
  • added new fields for total weight / total weapon weight / total gear weight
  • fixed worker script where 0 was inserted into fields instead of +0
  • fixed worker script - corrected the Find Remove Traps dex adjustment
  • improved worker script so strength is used to populate max weight per movement category
  • added workerscript to calculate total gearweight from individual gear
  • added workerscript to calculate total weaponweight from individual weapons
  • added workerscript to calculate total weight from weapon and gear weights
  • added TheAaronSheet script
  • New Spell Tab
    • List Number of Available Spells per Level
    • Spell Book
      • Memorised Tick Box
      • Type of Spell
      • Spell Name
      • Casting Time
      • Initiative Roll Button
      • Macro name
      • Cast button that uses the macro name
    • Scrolls
      • Type of Scroll
      • Scroll Name
      • Casting Time
      • Initiative Roll Button
      • Macro name
      • Cast button that uses the macro name
    • Spell Notes


Version 1.0.4c - Aqua Alex

  • minor fixes
    • Made some minor fixes to the sheet


Version 1.0.4b - Aqua Alex

  • Added 2Einversecheck template and relevant css
    • This is the reverse of 2Echeck template so if roll is Less or equal to the TARGET it is a FAIL


Version 1.0.4a - Aqua Alex

  • Added Dam tick box next to weapon
    • There was a bug where if you chose the Dex tick box it did not include Str damage on a thrown or missile weapon that should have it.
    • Now you tick the Str or Dex box for which To Hit bonus to use and you tick Dam box if Str Dam needs to be added to damage for weapon.
  • Added worker script to Sheet
    • Calculates all derived attribute values for attributes only on change of attribute
    • Calculates Thief Skill bonuses for Dex attribute only on change of dex attribute


Version 1.0.3b - Elena S.

  • Added 2Echeck template and relevant css
  • Updated Information header
  • Added an attribute to the checkbox for hiding rogue skills so that it will stay hidden when checked.
  • Added support for custom critical hit damage to the 2Eattack template.
  • Improved handling of styles used for table headers to reduce the code footprint of the sheet.
  • Added attribute Reference to the 2Espell template for placing reference of source (Aqua Alex)


Version 1.0.2 - Elena S.

  • Added Information Header with update information and description of recent changes.
  • Minor fixes to template formatting and css


Version 1.0.1 - Elena S.

  • Added 2Edefault, 2Eattack, 2Esave, and 2Espell Templates, and the associated css code to support them.


Version 1.0.0

  • Sheet as published by Dylan G. based on work by Stephen S.


[edit]
Additional Resources

ADnD 2nd Edition
ADnD 2nd Edition Character Sheet
ADnD 2nd Edition Simplified Character Sheet
ADnD 2nd Edition Spell Macros

[edit] Additional Help

Some places/people to ask for further help


[edit] Copyrights

All reference to copyright material is not intended to infringe on any copyright. Advanced Dungeons & Dragons 2nd Edition and related materials are copyrighted and owned by Wizards of the Coast.