|
@@ -57,20 +57,22 @@
|
57
|
57
|
|
58
|
58
|
<pre><code>{
|
59
|
59
|
"count": 1,
|
60
|
|
- "color": "dimgray",
|
61
|
|
- "title": "Full Plate",
|
62
|
|
- "icon": "custom-armor-heavy",
|
|
60
|
+ "color": "maroon",
|
|
61
|
+ "title": "Burning Hands",
|
|
62
|
+ "icon": "book-cover",
|
63
|
63
|
"contents": [
|
64
|
|
- "subtitle | Heavy armor (1500gp)",
|
|
64
|
+ "subtitle | 1st level evocation",
|
65
|
65
|
"rule",
|
66
|
|
- "property | AC | 18",
|
67
|
|
- "property | Strength required | 15",
|
68
|
|
- "property | Stealth | Disadvantage",
|
|
66
|
+ "property | Casting time | 1 action",
|
|
67
|
+ "property | Range | Self (15ft cone)",
|
|
68
|
+ "property | Components | V, S",
|
69
|
69
|
"rule",
|
70
|
|
- "fill | 2",
|
71
|
|
- "description | Heavy | Your speed is reduced by 10 feet.",
|
72
|
|
- "description | Stealth | You have disadvantage on Stealth.",
|
73
|
|
- "fill | 3"
|
|
70
|
+ "fill | 1",
|
|
71
|
+ "text | Each creature in a 15-foot cone takes <b>3d6 fire</b> damage.",
|
|
72
|
+ "text | The fire ignites any flammable objects in the area.",
|
|
73
|
+ "fill | 3",
|
|
74
|
+ "section | At higher levels",
|
|
75
|
+ "text | +1d6 damage for each slot above 1st"
|
74
|
76
|
]
|
75
|
77
|
}
|
76
|
78
|
</code></pre>
|
|
@@ -216,7 +218,16 @@ This is not a complete documentation, but some information that should help you
|
216
|
218
|
</footer>
|
217
|
219
|
</div>
|
218
|
220
|
|
219
|
|
-
|
|
221
|
+ <!-- GOOGLE ANALYTICS -->
|
|
222
|
+ <script>
|
|
223
|
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
224
|
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
225
|
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
226
|
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
227
|
+
|
|
228
|
+ ga('create', 'UA-61016456-1', 'auto');
|
|
229
|
+ ga('send', 'pageview');
|
|
230
|
+ </script>
|
220
|
231
|
|
221
|
232
|
</body>
|
222
|
233
|
</html>
|