From 4c9f6333b6949d8040671e68da12fae3c8e35101 Mon Sep 17 00:00:00 2001 From: eaterofcultists Date: Mon, 17 Aug 2015 16:34:52 -0400 Subject: [PATCH] Update fate.html Added a simple roll template: FAE fields are name, approach, roll, effect. approach, roll, and effect are not displayed if left blank modified the approach buttons to use the roll template added an additional roll button "Approaches' which uses an drop down query to allow the user to only need one button in the macro bar for all of their approaches --- Fate_Accelerated/fate.html | 40 +++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/Fate_Accelerated/fate.html b/Fate_Accelerated/fate.html index 0b4c2a57e3..9bd47a798f 100644 --- a/Fate_Accelerated/fate.html +++ b/Fate_Accelerated/fate.html @@ -1,7 +1,7 @@
-
ID
- +
Name
+
@@ -33,35 +33,39 @@ - + - + - + - + - + - + + + + +
@@ -81,7 +85,7 @@
Consequences
- @@ -133,3 +137,21 @@ + + + + + {{#approach}} + + {{/approach}} + + + + {{#roll}} + + {{/roll}} + {{#effect}} + + {{/effect}} +
{{name}}
{{approach}}
Roll: {{roll}}
Effect: {{effect}}
+