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 "AGE System"

From Roll20 Wiki

Jump to: navigation, search
(Created page with " == Features == * Supports varying focus bonuses (0, 2, 3, etc.). Add the focuses on the Focuses tab and they will appear on the Character tab automatically. There must be a ...")
 
(Macros)
Line 25: Line 25:
 
== Macros ==
 
== Macros ==
 
==== Prompts for Ability score, Focus bonus and TN ====
 
==== Prompts for Ability score, Focus bonus and TN ====
<pre>&{template:default} {{name=Test}}{{Roll=[[1d6cs>7cf<0]] [[1d6cs>7cf<0]] [[1d6cs>1cf<6]]}}{{Ability=+ [[?{Ability score|0}]]}}{{Focus=+ [[?{Focus bonus|0}]]}}{{TN=?{TN|10}}}</pre>
+
<pre>&{template:default} {{name=Test}}{{Roll=[[1d6cs>7cf<0]] [[1d6cs>7cf<0]] [[1d6cs>1cf<6]]}}
 +
{{Ability=+ [[?{Ability score|0}]]}}{{Focus=+ [[?{Focus bonus|0}]]}}{{TN=?{TN|10}}}</pre>
 
==== Use selected character's Communication score and prompts for Focus bonus ====
 
==== Use selected character's Communication score and prompts for Focus bonus ====
<pre>&{template:default} {{name=@{selected|character_name} : Test}}{{Roll=[[1d6cs>7cf<0]] [[1d6cs>7cf<0]] [[1d6cs>1cf<6]]}}{{Communication=+ [[@{selected|communication}]]}}{{Focus=+ [[?{Focus bonus|0}]]}}</pre>
+
<pre>&{template:default} {{name=@{selected|character_name} : Test}}{{Roll=[[1d6cs>7cf<0]] [[1d6cs>7cf<0]] [[1d6cs>1cf<6]]}}
 +
{{Communication=+ [[@{selected|communication}]]}}{{Focus=+ [[?{Focus bonus|0}]]}}</pre>

Revision as of 15:25, 12 August 2017


Contents

Features

  • Supports varying focus bonuses (0, 2, 3, etc.). Add the focuses on the Focuses tab and they will appear on the Character tab automatically. There must be a number entered for each focus, even 0 or the button for the focus will not work.
  • Click on an ability name to roll for a test without any focus.
  • Shows a shorter list of Powers and Spells on the main tab (Character) for easy viewing and rolling for spells. It is possible to hide those two boxes.
  • Supports all AGE System games. To change, go to the cog tab and select the game in the drop-down menu. This needs to be changed for every sheet. The default is Dragon Age.
  • Most data is shared between game systems so it should be easy to switch if needed.
  • Supports changing colors, per character sheet. The default color is black. In the cog tab, you can change the colors of the dice buttons and section headers. If anyone wants new colors, send me the HTML code and I can add it.
  • Supports translations. Please tell me if words or phrases don't fit properly.

API

TotalRolled for AGE is a fork of TotalRolled adapted for this sheet. Because it uses the default template, it should also work for other sheets as long as it respects the format. You can also create custom macros to calculate the TN success/failure automatically. Especially useful for GMs.

Migration

Until the end of 2017, a tab called Old will display the information from the older sheets. While many attributes will transfer automatically, others will need to be copied and pasted into the new sheet. To change to the new sheet, go to your Game Settings and select AGE System under the AGE System group. If you are worried about losing data, you can make a copy of your game beforehand. Afterwards, you can copy-and-paste the information onto the new sheet.

Issues and suggestions

Please report issues and post suggestions in this Forum Thread<

Macros

Prompts for Ability score, Focus bonus and TN

&{template:default} {{name=Test}}{{Roll=[[1d6cs>7cf<0]] [[1d6cs>7cf<0]] [[1d6cs>1cf<6]]}}
{{Ability=+ [[?{Ability score|0}]]}}{{Focus=+ [[?{Focus bonus|0}]]}}{{TN=?{TN|10}}}

Use selected character's Communication score and prompts for Focus bonus

&{template:default} {{name=@{selected|character_name} : Test}}{{Roll=[[1d6cs>7cf<0]] [[1d6cs>7cf<0]] [[1d6cs>1cf<6]]}}
{{Communication=+ [[@{selected|communication}]]}}{{Focus=+ [[?{Focus bonus|0}]]}}