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...")
 
(Roll Templates)
Line 42: Line 42:
 
'''Version 1.0.0'''
 
'''Version 1.0.0'''
 
* Sheet as published  
 
* Sheet as published  
<br />
 
 
== <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.
 
<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.
 
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.
 
 
'''&{template:2Edefault}'''
 
{| 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'''
 
{| 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 ===
 
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.
 
 
'''&{template:2Eattack}'''
 
{| class="wikitable sortable"
 
|-
 
! 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 />
 
 
=== 2Echeck Properties ===
 
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 />
 
 
=== 2Einversecheck Properties ===
 
This template is the inverse of the 2Echeck. If a roll is equal or less than the target it is a FAIL!
 
 
'''&{template:2Echeck}'''
 
{| class="wikitable"
 
|-
 
! Property/Key !! Description/Examples
 
|-
 
| <nowiki>{{checkvs}}</nowiki>|| Displays what 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= [[d10?{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>
 
|}
 
 
'''2Einversecheck example:'''
 
{| class="wikitable"
 
|-
 
| <nowiki>&{template:2Einversecheck} {{checkvs=Surprise}}{{character= @{selected|token_name} }}{{checkroll=[[1d10?{Situational Modifier?|@{selected|dexreact}}]] }}{{checktarget=[[3]]}} </nowiki>
 
|}
 
<br />
 
 
=== 2Eprotscroll Properties ===
 
This template is used to cast Protection Scrolls.
 
 
'''&{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 />
 
 
=== 2Esave Properties ===
 
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.
 
 
'''&{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 />
 
 
=== 2Espell Properties ===
 
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.
 
 
'''&{template:2Espell}'''
 
{| class="wikitable"
 
|-
 
! Proterty/Key || Description/Example
 
|-
 
| <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>
 
|-
 
| <nowiki>{{splevel}}</nowiki> || Enter the spell level and type (wizard or priest).<br /><nowiki>{{splevel=Level 1 Priest}}</nowiki>
 
|-
 
| <nowiki>{{school}}</nowiki> || Enter the school of the spell here.<br /><nowiki>{{school=Necromancy}}</nowiki>
 
|-
 
| <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>
 
|-
 
| <nowiki>{{components}}</nowiki> || Displays the components required to cast the spell.<br /><nowiki>{{components=V,S}}</nowiki>
 
|-
 
| <nowiki>{{time}}</nowiki> || Displays the casting time of the spell.<br /><nowiki>{{time=5 Segments}}</nowiki>
 
|-
 
| <nowiki>{{range}}</nowiki> || Displays the range of the spell.<br /><nowiki>{{range=Touch}}</nowiki>
 
|-
 
| <nowiki>{{duration}}</nowiki> || Displays the duration of the spell.<br /><nowiki>{{duration=Instant}}</nowiki>
 
|-
 
| <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 />
  

Revision as of 20:06, 16 June 2018

Contents

Intro

Advanced 2nd Edition (Simple Sheet) Character Sheet guide is intended to help DMs and Players better understand the 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.

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.

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%20Simple If you are using the community Second Edition sheet, any updates to the sheet will be pushed automatically.


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.


Changelog

Version 1.0.0

  • Sheet as published


Additional Resources

Advanced_Dungeons_and_Dragons
AD&D_2Espell_Macros

Additional Help

Some places/people to ask for further help


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.