-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsheet.html
376 lines (304 loc) · 14 KB
/
sheet.html
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<html>
<head>
<title>Dungeon World Character</title>
<link rel="stylesheet" type="text/css" href="dungeonworld.css"/>
<link rel="stylesheet" type="text/css" href="custom.css"/>
<link rel="stylesheet" type="text/css" href="jquery-ui-1.10.2.custom.min.css"/>
<script type="text/javascript" src="inherit.js"></script>
<script type="text/javascript" src="jquery-1.9.1.js"></script>
<script type="text/javascript" src="jquery-ui-1.10.2.custom.min.js"></script>
<script type="text/javascript" src="hash.js"></script>
<script type="text/javascript" src="dungeonworld.js"></script>
<script type="text/javascript" src="custom.js"></script>
<script type="text/javascript" src="core.js"></script>
<script type="text/javascript" src="kickstarter2012.js"></script>
<script type="text/javascript" src="emong.js"></script>
</head>
<body>
<div id="floatMenu" class="unprintable"></div>
<svg xmlns="http://www.w3.org/2000/svg" class="invisible">
<defs>
<g id="statBoxSVG">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 161 116" preserveAspectRatio="none">
<path d="M 24 2 Q 17 3 8 2 L 4 7 Q 3 80 1 113 Q 3 112 18 113 Q 22 110 24 108 L 24 105 Q 22 107 14 106 Q 11 50 14 9 L 20 9 Q 23 6 24 2 Z"
stroke="black" stroke-linejoin="round" stroke-width="1" fill="black"></path>
<path d="M 142 1 Q 150 2 159 1 Q 155 60 158 106 L 154 113 Q 140 112 135 114 Q 135 112 140 106 L 146 106 Q 148 60 148 10 Q 140 9 136 10 Q 136 8 142 1 Z"
stroke="black" stroke-linejoin="round" stroke-width="1" fill="black"></path>
</svg>
</g>
<g id="boxSVG">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 28">
<path d="M 0 8 L 20 8 L 20 28 L 0 28 Z" stroke="black" stroke-linejoin="round" stroke-width="1"
fill="white"></path>
</svg>
</g>
<g id="d4SVG">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 80">
<path d="m 30,70 l 11.28375,-26.3825 0,-0.91875 -24.36875,-26.305 13.085,53.60625 z" stroke="black"
stroke-width="3" stroke-linejoin="round" fill="white"></path>
<path d="m 16.6,16.3 l 13.085,53.60625 -37.95625,-15.88125 24.87125,-37.725 z" stroke="black"
stroke-width="3" stroke-linejoin="round" fill="white"></path>
<text x="3" y="50" fill="black" font-family="Verdana" font-weight="bold" font-size="12">D4</text>
</svg>
</g>
<g id="d6SVG">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 80">
<path d="m 2,30 0,24.58 24.20375,16.055 23.87625,-16.055 0,-24.37 -24.20375,-15.18875 -23.87625,14.97875 24.20375,15.18875 0.0275,-0.0175 23.84875,-14.96125"
stroke="black" stroke-width="3" stroke-linejoin="round" fill="white"></path>
<path d="m 26,45 v 25" stroke="black" stroke-width="3" stroke-linejoin="round" fill="white"></path>
<text x="16" y="35" fill="black" font-family="Verdana" font-weight="bold" font-size="12">D6</text>
</svg>
</g>
<g id="d8SVG">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 80">
<path d="m 2,50 l 2.7375,-12.735 20.18,-23.31875 20.18,23.31875 2.7375,12.735 -22.9175,26.05375 -22.9175,-26.05375 z"
stroke="black" stroke-width="3" stroke-linejoin="round" fill="white"></path>
<path d="m 2,50 h 45.835 l -22.9175,-36.05375 -22.9175,36.05375" stroke="black" stroke-width="3"
stroke-linejoin="round" fill="none"></path>
<text x="15" y="47" fill="black" font-family="Verdana" font-weight="bold" font-size="12">D8</text>
</svg>
</g>
<g id="d10SVG">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 80">
<path d="m 20,20 l 26,25 0,8 -26,23 -26,-23 0,-8 z" stroke="black" stroke-width="3"
stroke-linejoin="round" fill="white"></path>
<path d="m 20,20 l -16,30 -10,3" stroke="black" stroke-width="3" stroke-linejoin="round"
stroke-linecap="round" fill="none"></path>
<path d="m 20,20 l 16,30 10,3" stroke="black" stroke-width="3" stroke-linejoin="round"
stroke-linecap="round" fill="none"></path>
<path d="m 4,50 l 16,8 16,-8" stroke="black" stroke-width="3" stroke-linejoin="round"
stroke-linecap="round" fill="none"></path>
<path d="m 20,58 v 16" stroke="black" stroke-width="3" stroke-linejoin="round" stroke-linecap="round"
fill="none"></path>
<text x="9" y="50" fill="black" font-family="Verdana" font-weight="bold" font-size="10">D10</text>
</svg>
</g>
<g id="shieldSVG">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 107">
<path d="M 1 1 L 66 1 L 66 90 Q 55 98 33 105 Q 12 98 1 90 Z" stroke="black" stroke-width="3"
fill="white"></path>
</svg>
</g>
<g id="heartSVG">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 79 110">
<path d="M 39 20 A 19 19 0 0 1 75 34 Q 59 80 39 105 Q 19 80 3 34 A 19 19 0 0 1 39 20 Z" stroke="black"
stroke-width="3" stroke-linejoin="round" fill="white"></path>
<path d="M 13 58 L 65 58" stroke="black" stroke-width="3" stroke-linejoin="round" fill="none"></path>
<text x="18" y="56" fill="black" font-family="Verdana" font-size="9">CURRENT</text>
<text x="28" y="66" fill="black" font-family="Verdana" font-size="9">MAX</text>
</svg>
</g>
</defs>
</svg>
<div class="page">
<div class="floatColumns">
<div class="column left60">
<div class="heading left">Name <span class="whiteBox field editable" id="name"> </span></div>
<div class="field" id="nameSuggestions"></div>
</div>
<div class="column right">
<div class="heading right">Look</div>
<div class="field editable" id="look"></div>
<div class="field" id="lookSuggestions1"></div>
<div class="field" id="lookSuggestions2"></div>
<div class="field" id="lookSuggestions3"></div>
<div class="field" id="lookSuggestions4"></div>
</div>
</div>
<div class="inverse" id="initialStats">Assign these scores to your stats: 16 (+2), 15 (+1), 13 (+1), 12 (+0), 9
(+0), 8 (-1)
</div>
<div class="inverse invisible" id="statRanges">Stat ranges: 6–8 (-1), 9–12 (+0), 13–15 (+1), 16–17
(+2), 18 (+3)
</div>
<div class="statRow">
<div class="statBox">
<div class="statName">Strength</div>
<div class="value field editable" id="strength"> </div>
<div class="condition inverse">
<svg>
<use xlink:href="#boxSVG"></use>
</svg>
Weak (-1)
</div>
<div class="value field" id="str"> </div>
<div class="statAbbrev">Str</div>
<svg>
<use xlink:href="#statBoxSVG"></use>
</svg>
</div>
<div class="statBox">
<div class="statName">Dexterity</div>
<div class="value field editable" id="dexterity"> </div>
<div class="condition inverse">
<svg>
<use xlink:href="#boxSVG"></use>
</svg>
Shaky (-1)
</div>
<div class="value field" id="dex"> </div>
<div class="statAbbrev">Dex</div>
<svg>
<use xlink:href="#statBoxSVG"></use>
</svg>
</div>
<div class="statBox">
<div class="statName">Constitution</div>
<div class="value field editable" id="constitution"> </div>
<div class="condition inverse">
<svg>
<use xlink:href="#boxSVG"></use>
</svg>
Sick (-1)
</div>
<div class="value field" id="con"> </div>
<div class="statAbbrev">Con</div>
<svg>
<use xlink:href="#statBoxSVG"></use>
</svg>
</div>
<div class="statBox">
<div class="statName">Intelligence</div>
<div class="value field editable" id="intelligence"> </div>
<div class="condition inverse">
<svg>
<use xlink:href="#boxSVG"></use>
</svg>
Stunned (-1)
</div>
<div class="value field" id="int"> </div>
<div class="statAbbrev">Int</div>
<svg>
<use xlink:href="#statBoxSVG"></use>
</svg>
</div>
<div class="statBox">
<div class="statName">Wisdom</div>
<div class="value field editable" id="wisdom"> </div>
<div class="condition inverse">
<svg>
<use xlink:href="#boxSVG"></use>
</svg>
Confused (-1)
</div>
<div class="value field" id="wis"> </div>
<div class="statAbbrev">Wis</div>
<svg>
<use xlink:href="#statBoxSVG"></use>
</svg>
</div>
<div class="statBox">
<div class="statName">Charisma</div>
<div class="value field editable" id="charisma"> </div>
<div class="condition inverse">
<svg>
<use xlink:href="#boxSVG"></use>
</svg>
Scarred (-1)
</div>
<div class="value field" id="cha"> </div>
<div class="statAbbrev">Cha</div>
<svg>
<use xlink:href="#statBoxSVG"></use>
</svg>
</div>
</div>
<div class="combatRow">
<div class="damageBox heading left">
<span>Damage</span>
<span class="diceIcon field" id="diceIcon"></span>
</div>
<div class="armourBox heading mid">
<span>Armour</span>
<div class="armourIcon">
<svg>
<use xlink:href="#shieldSVG"></use>
</svg>
<div class="armourValue editable" id="armourValue"> </div>
</div>
</div>
<div class="hpBox heading right">
<span>HP</span>
<span class="hpNote">Your max HP is<br/><span class="field" id="baseHp"></span>+Constitution</span>
</div>
<span class="heartIcon">
<svg>
<use xlink:href="#heartSVG"></use>
</svg>
<div class="hpMaxValue" id="hpMaxValue"> </div>
</span>
</div>
<div class="floatColumns">
<div class="column left40">
<div class="section">
<div class="heading left editable" id="alignmentHeading">Alignment</div>
<dl class="checklist field" id="alignment"></dl>
<div class="unprintable buttonLike hideUnticked" id="addCustomAlignment">Add custom alignment move</div>
</div>
<div class="section">
<div class="heading left editable" id="raceHeading">Race</div>
<dl class="checklist field" id="race"></dl>
<div class="unprintable buttonLike hideUnticked" id="addCustomRace">Add custom race</div>
</div>
<div class="section">
<div class="heading left editable" id="bondsHeading">Bonds</div>
<div id="initialBondsInfo">Fill in the name of one of your companions in at least one:</div>
<ul class="bonds field" id="bonds">
</ul>
</div>
<div class="section" id="startingMoveLHS">
</div>
</div>
<div class="column right">
<div class="section">
<div class="heading right">Starting Moves</div>
<dl class="checklist" id="startingMoveChoice">
</dl>
<dl class="moves" id="startingMoves">
</dl>
</div>
</div>
</div>
<div class="classBanner">
<span class="field editable" id="className">Choose class</span>
<div class="classIcon field" id="classIcon"></div>
<div class="whiteBox level editable" id="level"> </div>
<div class="whiteBox xp editable" id="xp"> </div>
</div>
</div>
<div class="page">
<div class="section">
<div class="heading">Gear
<span id="loadLabel">Load: <span id="loadField"></span></span>
</div>
<div class="twoColumn">
<ul class="checklist" id="startingGear">
</ul>
</div>
<ul class="twoColumn editable" id="ongoingGear">
</ul>
</div>
<div class="section" id="movesSection">
<div class="heading">Advanced Moves</div>
<div class="twoColumn" id="advancedMovesTop">
<div class="section">
<dl class="checklist" id="advancedMoves2nd">
</dl>
<div class="moveHeader">When you gain a level from 2–5, choose from these moves.</div>
<dl class="checklist" id="advancedMovesLower">
</dl>
</div>
<div class="section">
<div class="moveHeader">When you gain a level from 6–10, choose from these moves or the level 2–5 moves.</div>
<dl class="checklist" id="advancedMovesHigher">
</dl>
</div>
<div class="section">
<dl class="checklist" id="extraMoves">
</dl>
<div class="unprintable buttonLike hideUnticked" id="addCustomMove">Add extra move</div>
</div>
</div>
</div>
</div>
</body>