crobi 10 年之前
父節點
當前提交
6dff32375b
共有 1 個文件被更改,包括 61 次插入0 次删除
  1. 61
    0
      generator/components-test.html

+ 61
- 0
generator/components-test.html 查看文件

@@ -62,6 +62,64 @@
62 62
                     <h4>Components</h4>
63 63
                     <p>V,S,Some obscure long named material</p></card-property>
64 64
                 <card-rule></card-rule>
65
+                <card-fill size="1"></card-fill>
66
+                <card-description>
67
+                    <h4>Effect</h4>
68
+                    <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>
69
+                <card-vspace></card-vspace>
70
+                <card-description>
71
+                    <h4>Ignite</h4>
72
+                    <p>Ignites any flammable objects in the area that aren't being worn or carried.</p></card-description>
73
+                <card-fill size="2"></card-fill>
74
+                <card-section>At higher levels</card-section>
75
+                <card-description><p>+1d6 damage for each slot above 1st</p></card-description>
76
+            </card-contents>
77
+        </rpg-card>
78
+        <rpg-card class="card-size-25x35" color="maroon">
79
+            <card-title>
80
+                <h1>Burning Hands</h1>
81
+                <!--
82
+                <h2>1</h2>
83
+                <card-icon src="./icons/book-cover.svg"></card-icon>
84
+                -->
85
+            </card-title>
86
+            <card-contents style="flex: 0 1 auto">
87
+                <!--
88
+                <card-subtitle>1st level evocation</card-subtitle>
89
+                <div style="display:block; width:100%; height:1px; background-color:maroon; margin-top:4px; margin-bottom:4px"></div>
90
+                -->
91
+                <div style="display:flex; flex-direction:row">
92
+                    <div style="flex:0 1 auto; width:24px; height:24px; vertical-align:top; border:2px solid; border-radius:4px">
93
+                        <card-icon src="./icons/gears.svg"></card-icon>
94
+                    </div>
95
+                    <div style="flex:1 1 0px; padding-left:4px; height:24px; vertical-align:top; border:0px solid; border-radius:4px; text-align:left">
96
+                        Casting Time<br/>1 action
97
+                    </div>
98
+                    <div style="flex:1 1 0px; padding-right:4px; height:24px; vertical-align:top; border:0px solid; border-radius:4px; text-align:right">
99
+                        Range<br/>Self (15ft cone)
100
+                    </div>
101
+                    <div style="flex:0 1 auto; width:24px; height:24px; vertical-align:top; border:2px solid; border-radius:4px">
102
+                        <card-icon src="./icons/gears.svg"></card-icon>
103
+                    </div>
104
+                </div>
105
+                <div style="display:block; width:100%; height:4px"></div>
106
+                <div style="display:flex; flex-direction:row">
107
+                    <div style="flex:0 1 auto; width:24px; height:24px; vertical-align:top; border:2px solid; border-radius:4px">
108
+                        <card-icon src="./icons/gears.svg"></card-icon>
109
+                    </div>
110
+                    <div style="flex:1 1 0px; padding-left:4px; height:24px; vertical-align:top; border:0px solid; border-radius:4px; text-align:left">
111
+                        Components<br/>V,S,M
112
+                    </div>
113
+                    <div style="flex:1 1 0px; padding-right:4px; height:24px; vertical-align:top; border:0px solid; border-radius:4px; text-align:right">
114
+                        Duration<br/>&lt;10min
115
+                    </div>
116
+                    <div style="flex:0 1 auto; width:24px; height:24px; vertical-align:top; border:2px solid; border-radius:4px">
117
+                        <card-icon src="./icons/gears.svg"></card-icon>
118
+                    </div>
119
+                </div>
120
+            </card-contents>
121
+            <div style="height:6px"></div>
122
+            <card-contents>
65 123
                 <card-fill size="1"></card-fill>
66 124
                 <card-description>
67 125
                     <h4>Mechanics</h4>
@@ -73,6 +131,9 @@
73 131
                 <card-section>At higher levels</card-section>
74 132
                 <card-description><p>+1d6 damage for each slot above 1st</p></card-description>
75 133
             </card-contents>
134
+            <div style="height:14px;color:white;padding-top:4px">
135
+                1st level evocation
136
+            </div>
76 137
         </rpg-card>
77 138
         <rpg-card class="card-size-25x35" color="maroon">
78 139
             <card-title>

Loading…
取消
儲存