|
@@ -16,13 +16,14 @@
|
16
|
16
|
<card-icon src="/icons/lorc/originals/svg/book-cover.svg"></card-icon>
|
17
|
17
|
</card-title>
|
18
|
18
|
<card-contents>
|
19
|
|
- <card-subtitle>Mage spell</card-subtitle>
|
|
19
|
+ <card-subtitle>1st level evocation</card-subtitle>
|
20
|
20
|
<card-rule></card-rule>
|
21
|
21
|
<card-property><h4>Casting time</h4><p>1 action</p></card-property>
|
22
|
22
|
<card-property><h4>Range</h4><p>Self (15ft cone)</p></card-property>
|
23
|
23
|
<card-property><h4>Components</h4><p>V,S,Some obscure long named material</p></card-property>
|
24
|
24
|
<card-rule></card-rule>
|
25
|
|
- <card-description><h4>Mechanics</h4><p>Each creature in a 15-foot cone must make a Dexterity saving throw. A creature takes 3d6 fire damage on a failed save, or half as much damage on a successful one.</p></card-description>
|
|
25
|
+ <card-description><h4>Mechanics</h4><p>Each creature in a 15-foot cone must make a Dexterity saving throw. A creature takes <b>3d6 fire damage</b> on a failed save, or half as much damage on a successful one.</p></card-description>
|
|
26
|
+ <card-description><h4>Ignite</h4><p>The fire ignites any flammable objects in the area that aren't being worn or carried.</p></card-description>
|
26
|
27
|
<card-fill size="2"></card-fill>
|
27
|
28
|
<card-section>At higher levels</card-section>
|
28
|
29
|
<card-description><p>+1d6 damage for each slot above 1st</p></card-description>
|
|
@@ -32,14 +33,21 @@
|
32
|
33
|
<card-front class="card-size-25x35" color="saddlebrown">
|
33
|
34
|
<card-title>
|
34
|
35
|
<h1>Brown bear</h1>
|
35
|
|
- <h2>1</h2>
|
|
36
|
+ <h2>2</h2>
|
36
|
37
|
<card-icon src="/icons/lorc/originals/svg/pawprint.svg"></card-icon>
|
37
|
38
|
</card-title>
|
38
|
39
|
<card-contents>
|
39
|
40
|
<card-subtitle>Medium beast</card-subtitle>
|
40
|
41
|
<card-rule></card-rule>
|
41
|
|
- <card-property>Test</card-property>
|
|
42
|
+ <card-property><h4>Armor class</h4><p>12 (natural armor)</p></card-property>
|
|
43
|
+ <card-property><h4>Hit points</h4><p>7 (2d6)</p></card-property>
|
|
44
|
+ <card-rule></card-rule>
|
|
45
|
+ <card-fill size="2"></card-fill>
|
42
|
46
|
</card-contents>
|
|
47
|
+ <card-title>
|
|
48
|
+ <h1>Druid thingy</h1>
|
|
49
|
+ <card-icon src="/icons/lorc/originals/svg/stag-head.svg"></card-icon>
|
|
50
|
+ </card-title>
|
43
|
51
|
</card-front>
|
44
|
52
|
</body>
|
45
|
53
|
</html>
|