Aura

From RPTools Wiki
Revision as of 18:30, 25 November 2019 by Melek (talk | contribs) (→‎Threat Range)
Jump to navigation Jump to search

An aura is a special light source defined in the 'Light' Campaign properties tab with the special 'aura' keyword. Auras are both visible to other tokens and are blocked by VBL like normal light sources, but don't actually provide any illumination.

As such, an aura will not reveal hidden areas to a player, but it does act as a way to see how far from a token its aura extends.

No auras are included in MapTool's default campaign properties, so they must be added by the user.

Creating Auras

The four aura shapes. Auras default to white if no color is set. Cones default to 90 degrees if no arc is set.

To access the light properties, click the Edit menu, select Campaign Properties, and Click the "Light" tab.

To create an aura, make a colored light and put the keyword aura at the beginning of the definition. Auras radiate a colored area and interact with the vision blocking layer (i.e. are blocked by VBL), but do not actually cast any visible light and therefore do not expose any fog-of-war. Auras without a specified color are colored white (#ffffff)

You can create GM or Owner-only auras by adding the optional keyword GM or OWNER after the shape keyword. GM auras will only visible by clients logged into the server as GM. They remain visible even when the map is in Show As Player mode. Owner-only auras are only visible to the player(s) who owns the token they are attached to and are always visible to the GM.

The following is an example group of Auras as it might be entered in the Light tab. If you want help with the basic syntax of the Light tab, you can read the instructions in the tab within MapTool or read the Introduction to Lights and Sights.

Aura
----
Thunderwave (Spell Effect 15' cube): aura square 7.5#99ffff
Aura of Protection (Paladin 10' radius): aura circle 12.5#99ff99
Pass Without Trace (Spell Effect 30' radius): aura circle 32.5#330033
Turn Defiance (Monster Effect 30' radius): aura scale GM circle 30#ff00ff

Here is a breakdown the first aura definition:

  • Thunderwave (Spell Effect 15' cube) is the name of the aura as it will appear in the Light Source menu when right-clicking a token. The information after the colon defines the light/aura.
  • aura is the type of light. This can be followed by the optional keywords such scale and either GM or OWNER. In this case, no additional options are set.
  • square is the shape of the light. The options are square, circle, grid, and arc. Arc auras are set at a 90 degree angle by default, or can have their angle set with the arc=90, where '90' can be set to any number between 0 and 360.
  • 7.5#99ffff defines the range (7.5) and color (#99ffff) of the light.

Note that auras originate from the center of a token, so 2.5 is added to include the 5 foot square the token is occupying. Five feet is the default 'distance per cell', if you change this setting on your map you will have to use half of whatever you set it to. You can use the scale keyword after a aura or light source shape to begin counting from the edge of the token instead, as shown in the last example above.

Example auras showcasing different ways to use auras in your game and are explained below.

Sample Usage

Buff and Debuff Auras

The most straightforward use of an aura is to determine whether allies or enemies fall into an area of effect origination from a player or NPC.

  • A Ranger's Pass Without Trace spell
  • A Paladin's Aura of Protection.
  • A powerful undead's Turn Defiance
  • Pass Without Trace (30' radius): aura circle 32.5#330033
A dark purple, 30' circular area where a ranger's 'Pass Without Trace' spell can help a team move more stealthily, such as when sneaking through a camp. Note that we add 2.5 additional units to account for the aura starting in the center of the ranger's square.
  • Aura of Protection (Paladin 10' radius): aura circle scale 10#99ff99
A light green, 10 foot circle so allies can see where to safely position on the battlefield. Note the use of the scale keyword, meaning the 10 feet are measured from the edge of the paladin token's space instead of the center. This means that if the paladin were to grow larger, the aura will also grow so it still reaches a full 10' around the token.
  • Turn Defiance (30' radius): aura scale GM circle 30#ff00ff
This bright purple aura can show the GM which monsters fall under their leader's Turn Defiance ability to determine the outcome of a Turn Undead spell. Players will not see this aura. Note the use of both the scale and GM keywords.

Spell Effect Targeting

  • A mage casting Color Spray. Note the cone extends in the facing direction.
  • Targeting a Thunderwave spell
  • Color Spray (15' cone): aura scale OWNER cone arc=90 15#ff9977
An orange, 15' cone reaching out 90 degrees from a token assists a player in placing their spell effect in battle. Note the use of the scale keyword to ensure the cone comes from the edge of the token. The OWNER keyword means that the GM and the owner(s) of the token will see the targeting aura, but other players won't see or be distracted by it. Cones will always point in the direction a token is facing.
  • Thunderwave (15' cube): aura square 7.5#99ffff
This electric blue aura is meant to be placed on a 'targeting' token to help a mage place their spell effect. This can be a flexible addition or alternative to MapTool's template drawing tools.

Threat Range

  • Visualizing a troll's 10' reach
    • Ten foot reach (10' radius): aura scale grid 10#aa0000
    A red aura is handy to show the full threat range of a monster with larger than normal reach. Note the use of scale to ensure that a large creature's reach would extend from its edge (rather than its center), and the use of the grid to help players see exactly which squares they can enter.on the grid.