forked from Valloric/statblock5e
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2020.html
More file actions
159 lines (134 loc) · 4.74 KB
/
2020.html
File metadata and controls
159 lines (134 loc) · 4.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Ettin Con 2020 Ticket Prices</title>
<link href='//fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic'
rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:700'
rel='stylesheet' type='text/css'>
<script type="module" src="src/js/stat-block.js"></script>
<script type="module" src="src/js/creature-heading.js"></script>
<script type="module" src="src/js/top-stats.js"></script>
<script type="module" src="src/js/abilities-block.js"></script>
<script type="module" src="src/js/property-line.js"></script>
<script type="module" src="src/js/property-block.js"></script>
<style>
body {
margin: 0;
}
stat-block {
/* A bit of margin for presentation purposes, to show off the drop
shadow. */
display: inline-block;
margin-left: 20px;
margin-top: 20px;
vertical-align: top;
}
</style>
</head>
<body>
<stat-block>
<creature-heading>
<h1>Saturday Ticket</h1>
<h2>d12 hrs of gameplay</h2>
</creature-heading>
<top-stats>
<property-line>
<h4>Earlybird</h4>
<p>$10 (+2 to saving throw)</p>
</property-line>
<property-line>
<h4>Market</h4>
<p>$12 (late or gate sale)</p>
</property-line>
<!--abilities-block data-str="14"
data-dex="11"
data-con="13"
data-int="1"
data-wis="3"
data-cha="1"></abilities-block-->
<property-line>
<h4>Special Conditions</h4>
<p>Please study our <a href="https://EttinCon.org/conduct">Code of Conduct</a>.
All abilities granted by this ticket may be lost if the code is broken.</p>
</property-line>
</top-stats>
<h3>Variants</h3>
<property-block>
<h4>Saturday Family.</h4>
<p>For twice the material components, this ticket can be cast to allow two medium or large humanoids to
teleport up to three small or tiny humanoid allies into range,
as long as one of the casters maintains concentration and line of sight.</p>
</property-block>
</stat-block>
<stat-block>
<creature-heading>
<h1>Weekend Ticket</h1>
<h2>d20 hrs of gameplay</h2>
</creature-heading>
<top-stats>
<property-line>
<h4>Earlybird</h4>
<p>$15 (+4 to saving throw)</p>
</property-line>
<property-line>
<h4>Market</h4>
<p>$19 (late or gate sale)</p>
</property-line>
<!--abilities-block data-str="14"
data-dex="11"
data-con="13"
data-int="1"
data-wis="3"
data-cha="1"></abilities-block-->
<property-line>
<h4>Special Conditions</h4>
<p>Please study our <a href="https://EttinCon.org/conduct">Code of Conduct</a>.
All abilities granted by this ticket may be lost if the code is broken.</p>
</property-line>
</top-stats>
<h3>Variants</h3>
<property-block>
<h4>Weekend Family.</h4>
<p>For twice the material components, this ticket can be cast to allow two medium or large humanoids to
teleport up to three small or tiny humanoid allies into range,
as long as one of the casters maintains concentration and line of sight.</p>
</property-block>
</stat-block>
<stat-block>
<creature-heading>
<h1>Sunday Ticket</h1>
<h2>d8 hrs of gameplay</h2>
</creature-heading>
<top-stats>
<property-line>
<h4>Earlybird</h4>
<p>$7 (+1 to saving throw)</p>
</property-line>
<property-line>
<h4>Market</h4>
<p>$8 (late or gate sale)</p>
</property-line>
<!--abilities-block data-str="14"
data-dex="11"
data-con="13"
data-int="1"
data-wis="3"
data-cha="1"></abilities-block-->
<property-line>
<h4>Special Conditions</h4>
<p>Please study our <a href="https://EttinCon.org/conduct">Code of Conduct</a>.
All abilities granted by this ticket may be lost if the code is broken.</p>
</property-line>
</top-stats>
<h3>Variants</h3>
<property-block>
<h4>Sunday Family.</h4>
<p>For twice the material components, this ticket can be cast to allow two medium or large humanoids to
teleport up to three small or tiny humanoid allies into range,
as long as one of the casters maintains concentration and line of sight.</p>
</property-block>
</stat-block>
</body>
</html>