override
80 | modifierFieldName = modifierfield[1];
81 | end
82 |
83 | modifierFieldNode = window.getDatabaseNode().createChild(modifierFieldName, "number");
84 | if modifierFieldNode then
85 | modifierFieldNode.onUpdate = updateModifier;
86 | addSourceWithOp(modifierFieldName, "+");
87 |
88 | updateModifier(modifierFieldNode);
89 | end
90 |
91 | super.onInit();
92 | end
93 |
94 | function onWheel(notches)
95 | if not OptionsManager.isMouseWheelEditEnabled() then
96 | return false;
97 | end
98 |
99 | setModifier(getModifier() + notches);
100 | return true;
101 | end
102 |
103 | -- NOTE: Removed onDrop feature, since this was accidentally being done and the Control+Wheel option was not obvious
104 | -- function onDrop(x, y, draginfo)
105 | -- if draginfo.getType() == "number" then
106 | -- setModifier(draginfo.getNumberData());
107 | -- return true;
108 | -- end
109 | -- end
110 |
--------------------------------------------------------------------------------
/common/template_common.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | subwindowtitle
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 | 0,0,0,0
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/common/template_records.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | reference-title
17 | 25
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/common/template_windows.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
10 |
11 | 0,0,-1,56
12 |
13 | windowtitle
14 |
15 | 60
16 | 0
17 | 56
18 | 100
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 | window_resize_filled
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 |
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 |
377 |
378 |
379 |
380 |
381 |
382 |
383 |
384 |
385 |
386 |
387 |
388 |
389 |
390 |
391 |
392 |
393 |
394 |
395 |
396 |
397 |
398 |
399 |
400 |
401 |
402 |
403 |
404 |
405 |
406 |
407 |
408 |
409 |
410 |
411 |
412 |
413 |
414 |
415 |
416 |
417 |
418 |
419 |
420 |
421 |
422 |
423 |
424 |
425 |
426 |
427 |
428 |
429 |
430 |
431 |
432 |
433 |
434 |
435 |
436 |
437 |
438 |
439 |
440 |
441 |
442 |
443 |
444 |
445 |
446 |
447 |
448 |
449 |
450 |
451 |
452 |
453 |
454 |
455 |
456 |
457 |
458 |
459 |
460 |
461 |
462 |
463 |
464 |
465 |
466 |
467 |
468 |
469 |
470 |
471 |
472 |
473 |
474 |
475 |
476 |
477 |
478 |
479 |
480 |
481 |
482 |
483 |
484 |
485 |
486 |
487 |
488 |
489 |
--------------------------------------------------------------------------------
/ct/template_ct.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
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 | subwindowtitle
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 | .list
115 | ct_entry
116 |
117 |
118 |
119 |
120 |
121 |
122 | 120,-45,50,26
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 | subwindowtitle
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
201 |
202 |
203 |
204 |
205 |
206 |
207 | sheetlabel
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 | 10
239 |
258 |
259 |
260 |
261 |
262 |
263 |
279 |
280 |
281 |
282 |
283 |
284 |
285 |
286 |
287 |
288 |
289 | ct_power
290 |
291 |
300 |
301 |
302 |
303 |
304 |
305 |
306 |
307 |
308 |
309 |
310 |
311 |
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 |
360 |
361 |
362 |
363 |
364 |
365 |
366 |
367 |
368 | 0000AA
369 |
374 |
375 |
376 |
377 |
378 |
379 |
380 |
381 |
382 |
383 |
388 |
389 |
390 |
391 |
--------------------------------------------------------------------------------
/desktop/desktop_classes.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
10 | chatbox
11 |
12 |
13 |
14 |
15 |
16 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 | tempmodsmall
37 | 25,2,5,4
38 |
39 |
40 | chatfont
41 | 12
42 |
43 |
44 |
45 | button_speak
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
71 |
72 |
73 | 5,5,64,52
74 | modcollector
75 |
76 | modcollector_counter
77 |
78 | 10
79 | 45
80 |
81 | 9
82 | 4
83 |
84 |
85 | dice
86 | number
87 | attack
88 | damage
89 | heal
90 | init
91 | save
92 | check
93 | recovery
94 |
95 |
96 |
97 |
98 | 15,12,42,22
99 |
100 |
101 |
102 |
103 |
104 | modcollector
105 |
106 |
107 | number
108 | dice
109 | attack
110 | fullattack
111 | damage
112 | heal
113 | init
114 | save
115 | check
116 | recovery
117 |
118 |
119 |
120 |
121 | 9,34,54,12
122 | modcollectorlabel
123 |
124 |
125 |
130 |
131 |
132 |
133 |
134 |
135 | 1
136 |
137 |
138 |
139 | 80,8,30,18
140 | ADV
141 |
142 |
143 | 80,35,30,18
144 | DIS
145 |
146 |
147 |
148 | 120,8,30,18
149 | +2
150 |
151 |
152 | 120,35,30,18
153 | -2
154 |
155 |
156 |
157 | 160,8,30,18
158 | +5
159 |
160 |
161 | 160,35,30,18
162 | -5
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 | 0,0,100,100
175 |
176 |
177 |
178 |
179 |
180 |
181 | dice
182 | table
183 |
184 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 | 0,0,180,180
205 |
206 |
207 |
208 |
209 |
210 |
211 |
--------------------------------------------------------------------------------
/desktop/desktop_panels.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
10 | ,0,0,0
11 |
12 |
13 |
14 |
15 | dicetower
16 |
17 |
18 |
19 |
20 |
21 | 0,0,0,0
22 |
23 |
24 |
25 |
26 | ringstain
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/desktop/template_desktop.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | button-white
14 |
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 | 20
65 | chat
66 | chatfont
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 | entry
89 |
90 |
91 |
92 |
93 |
94 | chat_speak
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 | 0000FF
104 |
105 |
106 | dice
107 | number
108 | string
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 | chat
129 |
130 |
131 |
132 |
133 |
134 | chat_wait
135 |
136 |
151 |
152 |
153 |
154 |
155 |
156 | 0,0,47,27
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 | 0,0,100,95
166 |
167 |
168 |
169 |
170 |
171 |
172 |
--------------------------------------------------------------------------------
/extension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | 5E Theme - Notebook paper(v1.2.0)
8 | 1.2.0
9 | Notebook paper theme - 30 August 2020
10 |
11 | 5E
12 |
13 | 60
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 |
--------------------------------------------------------------------------------
/gameelements.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
10 | 5
11 | 1
12 | '
13 |
14 |
15 |
16 | d4icon
17 | 495,-70
18 |
19 |
20 | d6icon
21 | 445,-70
22 |
23 |
24 | d8icon
25 | 395,-70
26 |
27 |
28 | d10icon
29 | 345,-70
30 |
31 |
32 | d12icon
33 | 295,-70
34 |
35 |
36 | d20icon
37 | 245,-70
38 |
39 |
40 |
41 |
42 | d4
43 | d4ricon
44 |
45 |
46 | d6
47 | d6ricon
48 |
49 |
50 | d8
51 | d8ricon
52 |
53 |
54 | d10
55 | d10ricon
56 |
57 |
58 | d12
59 | d12ricon
60 |
61 |
62 | d20
63 | d20ricon
64 |
65 |
66 | d100
67 | d10ricon
68 |
69 |
70 |
71 | d4
72 | d4gicon
73 |
74 |
75 | d6
76 | d6gicon
77 |
78 |
79 | d8
80 | d8gicon
81 |
82 |
83 | d10
84 | d10gicon
85 |
86 |
87 | d12
88 | d12gicon
89 |
90 |
91 | d20
92 | d20gicon
93 |
94 |
95 | d100
96 | d10gicon
97 |
98 |
99 |
100 | d4
101 | d4bicon
102 |
103 |
104 | d6
105 | d6bicon
106 |
107 |
108 | d8
109 | d8bicon
110 |
111 |
112 | d10
113 | d10bicon
114 |
115 |
116 | d12
117 | d12bicon
118 |
119 |
120 | d20
121 | d20bicon
122 |
123 |
124 | d100
125 | d10bicon
126 |
127 |
128 |
129 | d4
130 | d4picon
131 |
132 |
133 | d6
134 | d6picon
135 |
136 |
137 | d8
138 | d8picon
139 |
140 |
141 | d10
142 | d10picon
143 |
144 |
145 | d12
146 | d12picon
147 |
148 |
149 | d20
150 | d20picon
151 |
152 |
153 | d100
154 | d10picon
155 |
156 |
157 |
158 | d6
159 | customdice
160 |
165 |
166 |
167 | d6
168 | customdice
169 |
174 |
175 |
176 | d6
177 | customdice
178 |
183 |
184 |
185 |
186 | d6
187 | d6ricon
188 |
193 |
194 |
195 | d6
196 | d6ricon
197 |
202 |
203 |
204 |
205 | d6
206 | d6gicon
207 |
212 |
213 |
214 | d6
215 | d6gicon
216 |
221 |
222 |
223 |
224 | d6
225 | d6bicon
226 |
231 |
232 |
233 | d6
234 | d6bicon
235 |
240 |
241 |
242 |
243 | d6
244 | d6picon
245 |
250 |
251 |
252 | d6
253 | d6picon
254 |
259 |
260 |
261 |
262 |
263 |
264 |
265 |
266 |
267 |
268 |
--------------------------------------------------------------------------------
/graphics/buttons/button_arrowdown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_arrowdown.png
--------------------------------------------------------------------------------
/graphics/buttons/button_arrowdown_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_arrowdown_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_close.png
--------------------------------------------------------------------------------
/graphics/buttons/button_close_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_close_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_close_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_close_hover.png
--------------------------------------------------------------------------------
/graphics/buttons/button_ctnextactor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_ctnextactor.png
--------------------------------------------------------------------------------
/graphics/buttons/button_ctnextactor_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_ctnextactor_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_dialog_cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_dialog_cancel.png
--------------------------------------------------------------------------------
/graphics/buttons/button_dialog_cancel_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_dialog_cancel_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_dialog_cancel_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_dialog_cancel_hover.png
--------------------------------------------------------------------------------
/graphics/buttons/button_dialog_ok.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_dialog_ok.png
--------------------------------------------------------------------------------
/graphics/buttons/button_dialog_ok_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_dialog_ok_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_dialog_roll.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_dialog_roll.png
--------------------------------------------------------------------------------
/graphics/buttons/button_dialog_roll_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_dialog_roll_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_effect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_effect.png
--------------------------------------------------------------------------------
/graphics/buttons/button_effect_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_effect_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_fist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_fist.png
--------------------------------------------------------------------------------
/graphics/buttons/button_fist_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_fist_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_help.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_help.png
--------------------------------------------------------------------------------
/graphics/buttons/button_help_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_help_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_help_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_help_hover.png
--------------------------------------------------------------------------------
/graphics/buttons/button_link.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_link.png
--------------------------------------------------------------------------------
/graphics/buttons/button_link_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_link_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_link_share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_link_share.png
--------------------------------------------------------------------------------
/graphics/buttons/button_link_share_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_link_share_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_section_targeting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_section_targeting.png
--------------------------------------------------------------------------------
/graphics/buttons/button_section_targeting_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_section_targeting_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_shield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_shield.png
--------------------------------------------------------------------------------
/graphics/buttons/button_shield_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_shield_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_sizedown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_sizedown.png
--------------------------------------------------------------------------------
/graphics/buttons/button_sizedown_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_sizedown_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_sizedown_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_sizedown_hover.png
--------------------------------------------------------------------------------
/graphics/buttons/button_sizeup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_sizeup.png
--------------------------------------------------------------------------------
/graphics/buttons/button_sizeup_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_sizeup_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_sizeup_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_sizeup_hover.png
--------------------------------------------------------------------------------
/graphics/buttons/button_space.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_space.png
--------------------------------------------------------------------------------
/graphics/buttons/button_space_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_space_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_statpointmode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_statpointmode.png
--------------------------------------------------------------------------------
/graphics/buttons/button_statpointmode_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_statpointmode_down.png
--------------------------------------------------------------------------------
/graphics/buttons/button_sword.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_sword.png
--------------------------------------------------------------------------------
/graphics/buttons/button_sword_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/buttons/button_sword_down.png
--------------------------------------------------------------------------------
/graphics/fonts/Celestial.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/fonts/Celestial.ttf
--------------------------------------------------------------------------------
/graphics/fonts/Draconic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/fonts/Draconic.ttf
--------------------------------------------------------------------------------
/graphics/fonts/Dwarven.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/fonts/Dwarven.ttf
--------------------------------------------------------------------------------
/graphics/fonts/Elven.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/fonts/Elven.ttf
--------------------------------------------------------------------------------
/graphics/fonts/Infernal.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/fonts/Infernal.ttf
--------------------------------------------------------------------------------
/graphics/fonts/MrsEavesSmallCaps_Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/fonts/MrsEavesSmallCaps_Regular.ttf
--------------------------------------------------------------------------------
/graphics/fonts/Primordial.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/fonts/Primordial.ttf
--------------------------------------------------------------------------------
/graphics/fonts/bold-14.fgf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/fonts/bold-14.fgf
--------------------------------------------------------------------------------
/graphics/frames/abilityscore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/abilityscore.png
--------------------------------------------------------------------------------
/graphics/frames/acicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/acicon.png
--------------------------------------------------------------------------------
/graphics/frames/bonus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/bonus.png
--------------------------------------------------------------------------------
/graphics/frames/buttondown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/buttondown.png
--------------------------------------------------------------------------------
/graphics/frames/buttonup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/buttonup.png
--------------------------------------------------------------------------------
/graphics/frames/charsheet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/charsheet.png
--------------------------------------------------------------------------------
/graphics/frames/chatbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/chatbox.png
--------------------------------------------------------------------------------
/graphics/frames/collector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/collector.png
--------------------------------------------------------------------------------
/graphics/frames/controlarea.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/controlarea.png
--------------------------------------------------------------------------------
/graphics/frames/ct_groupbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/ct_groupbox.png
--------------------------------------------------------------------------------
/graphics/frames/ct_subgroupbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/ct_subgroupbox.png
--------------------------------------------------------------------------------
/graphics/frames/ctbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/ctbox.png
--------------------------------------------------------------------------------
/graphics/frames/cteffect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/cteffect.png
--------------------------------------------------------------------------------
/graphics/frames/desktop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/desktop.png
--------------------------------------------------------------------------------
/graphics/frames/dicetower_drop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/dicetower_drop.png
--------------------------------------------------------------------------------
/graphics/frames/dicetower_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/dicetower_normal.png
--------------------------------------------------------------------------------
/graphics/frames/durationadjustment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/durationadjustment.png
--------------------------------------------------------------------------------
/graphics/frames/fielddark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/fielddark.png
--------------------------------------------------------------------------------
/graphics/frames/fielddice.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/fielddice.png
--------------------------------------------------------------------------------
/graphics/frames/fieldlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/fieldlight.png
--------------------------------------------------------------------------------
/graphics/frames/groupbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/groupbox.png
--------------------------------------------------------------------------------
/graphics/frames/headerGray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/headerGray.png
--------------------------------------------------------------------------------
/graphics/frames/headerblack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/headerblack.png
--------------------------------------------------------------------------------
/graphics/frames/headerline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/headerline.png
--------------------------------------------------------------------------------
/graphics/frames/headerref.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/headerref.png
--------------------------------------------------------------------------------
/graphics/frames/headersimple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/headersimple.png
--------------------------------------------------------------------------------
/graphics/frames/hotkeybox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/hotkeybox.png
--------------------------------------------------------------------------------
/graphics/frames/hotkeytitlebox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/hotkeytitlebox.png
--------------------------------------------------------------------------------
/graphics/frames/imagebox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/imagebox.png
--------------------------------------------------------------------------------
/graphics/frames/leathertag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/leathertag.png
--------------------------------------------------------------------------------
/graphics/frames/manualroll_entry.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/manualroll_entry.png
--------------------------------------------------------------------------------
/graphics/frames/metalline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/metalline.png
--------------------------------------------------------------------------------
/graphics/frames/modifier.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/modifier.png
--------------------------------------------------------------------------------
/graphics/frames/partysheet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/partysheet.png
--------------------------------------------------------------------------------
/graphics/frames/recordsheet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/recordsheet.png
--------------------------------------------------------------------------------
/graphics/frames/rowshade.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/rowshade.png
--------------------------------------------------------------------------------
/graphics/frames/stain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/stain.png
--------------------------------------------------------------------------------
/graphics/frames/storybox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/storybox.png
--------------------------------------------------------------------------------
/graphics/frames/tabs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/tabs.png
--------------------------------------------------------------------------------
/graphics/frames/utilitybox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/utilitybox.png
--------------------------------------------------------------------------------
/graphics/frames/utilitybox2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/utilitybox2.png
--------------------------------------------------------------------------------
/graphics/frames/utilitybox3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/utilitybox3.png
--------------------------------------------------------------------------------
/graphics/frames/windowtitle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/frames/windowtitle.png
--------------------------------------------------------------------------------
/graphics/graphics_buttons.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
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 |
--------------------------------------------------------------------------------
/graphics/graphics_fonts.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
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 |
--------------------------------------------------------------------------------
/graphics/graphics_frames.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
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 | 7,7,7,7
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 | 7,7,3,3
68 |
69 |
70 |
71 |
72 |
73 | 33,24,83,16
74 | 0,0,7,3
75 |
76 |
77 |
78 | 44,44,83,44
79 | 0,0,7,3
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 | 56,20,54,11
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 | graphics/frames/dicetower_normal.png
113 | 0,0,100,100
114 |
115 |
116 | graphics/frames/dicetower_drop.png
117 | 0,0,100,100
118 |
119 |
120 |
121 |
122 | graphics/frames/stain.png
123 | 0,0,180,180
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 | 11,16,15,16
136 |
137 |
138 |
139 | 11,16,15,16
140 |
141 |
142 |
143 |
144 |
145 | 18,18,17,17
146 |
147 |
148 |
149 | 12,12,12,12
150 |
151 |
152 |
153 | 12,12,12,12
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 | 33,24,35,24
173 |
174 |
175 |
176 |
177 |
178 | 4,5,2,2
179 |
180 |
181 |
182 | 0,0,4,5
183 |
184 |
185 |
186 |
187 |
188 | 68,75,77,51
189 | 0,0,18,16
190 |
191 |
192 |
193 | 12,12,12,12
194 |
195 |
196 |
197 |
198 |
199 | 12,12,12,12
200 |
201 |
202 |
203 |
204 |
205 | 74,75,77,51
206 | 0,0,18,16
207 |
208 |
209 |
210 |
211 |
212 | 50,71,50,50
213 | 10,10,10,10
214 |
215 |
216 |
217 | 92,100,100,110
218 | 0,0,7,8
219 |
220 |
221 |
222 | 50,71,50,50
223 | 10,10,10,10
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 | 0,0,18,28
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 |
247 |
248 |
249 |
250 | 0,0,9,10
251 |
252 |
253 |
254 | 12,11,17,18
255 | 0,0,4,5
256 |
257 |
258 |
259 | 74,75,77,51
260 | 0,0,0,0
261 |
262 |
263 |
264 |
265 |
266 | 74,75,77,51
267 | 0,0,18,16
268 |
269 |
270 |
271 |
272 |
273 | 65,150,65,140
274 | 0,0,15,10
275 |
276 |
277 |
278 | 19,22,20,24
279 |
280 |
281 |
282 | 12,12,12,12
283 |
284 |
285 |
286 | 28,3,5,6
287 |
288 |
289 |
290 | 37,16,14,17
291 |
292 |
293 |
294 | 37,16,14,17
295 |
296 |
297 |
298 | 37,16,14,17
299 |
300 |
301 |
302 | 37,16,14,17
303 |
304 |
305 |
306 | 37,16,14,17
307 |
308 |
309 |
310 | 37,16,14,17
311 |
312 |
313 |
314 | 37,16,14,17
315 |
316 |
317 |
318 | 7,7,7,7
319 |
320 |
321 |
322 |
323 |
324 | 65,80,55,130
325 | 0,0,14,14
326 |
327 |
328 |
329 | 12,12,12,12
330 |
331 |
332 |
333 |
334 |
335 | 6,4,9,7
336 |
337 |
338 |
339 |
340 |
341 | 50,50,45,45
342 | 0,5,12,14
343 |
344 |
345 |
346 | 50,50,45,45
347 | 0,5,12,14
348 |
349 |
350 |
351 |
352 |
353 | 150,135,150,150
354 | 0,0,18,22
355 |
356 |
357 |
358 |
359 |
360 |
361 |
362 |
363 |
364 | 41,172,41,49
365 | 0,0,6,5
366 |
367 |
368 |
369 |
370 |
371 |
372 | 12,11,17,18
373 | 0,0,4,5
374 |
375 |
376 |
--------------------------------------------------------------------------------
/graphics/graphics_icons.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
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 |
--------------------------------------------------------------------------------
/graphics/icons/DD_5E.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/DD_5E.png
--------------------------------------------------------------------------------
/graphics/icons/arrow_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/arrow_left.png
--------------------------------------------------------------------------------
/graphics/icons/arrow_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/arrow_right.png
--------------------------------------------------------------------------------
/graphics/icons/char_weapon_melee.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/char_weapon_melee.png
--------------------------------------------------------------------------------
/graphics/icons/char_weapon_ranged.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/char_weapon_ranged.png
--------------------------------------------------------------------------------
/graphics/icons/char_weapon_thrown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/char_weapon_thrown.png
--------------------------------------------------------------------------------
/graphics/icons/ct_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/ct_active.png
--------------------------------------------------------------------------------
/graphics/icons/ct_passive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/ct_passive.png
--------------------------------------------------------------------------------
/graphics/icons/empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/empty.png
--------------------------------------------------------------------------------
/graphics/icons/local_statrolled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/local_statrolled.png
--------------------------------------------------------------------------------
/graphics/icons/minimized_char.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/minimized_char.png
--------------------------------------------------------------------------------
/graphics/icons/minimized_charability.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/minimized_charability.png
--------------------------------------------------------------------------------
/graphics/icons/minimized_charattacks.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/minimized_charattacks.png
--------------------------------------------------------------------------------
/graphics/icons/minimized_charequipment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/minimized_charequipment.png
--------------------------------------------------------------------------------
/graphics/icons/minimized_charnotes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/minimized_charnotes.png
--------------------------------------------------------------------------------
/graphics/icons/minimized_charpowers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/minimized_charpowers.png
--------------------------------------------------------------------------------
/graphics/icons/modcollector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/modcollector.png
--------------------------------------------------------------------------------
/graphics/icons/question.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/question.png
--------------------------------------------------------------------------------
/graphics/icons/spell_cast.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/icons/spell_cast.png
--------------------------------------------------------------------------------
/graphics/portraits/portrait_gm_token.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/portraits/portrait_gm_token.png
--------------------------------------------------------------------------------
/graphics/sidebar/DEFAULT_BUTTON.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/DEFAULT_BUTTON.png
--------------------------------------------------------------------------------
/graphics/sidebar/DEFAULT_BUTTON_Down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/DEFAULT_BUTTON_Down.png
--------------------------------------------------------------------------------
/graphics/sidebar/DEFAULT_DOWN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/DEFAULT_DOWN.png
--------------------------------------------------------------------------------
/graphics/sidebar/DEFAULT_UP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/DEFAULT_UP.png
--------------------------------------------------------------------------------
/graphics/sidebar/Tiny_Button.xcf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/Tiny_Button.xcf
--------------------------------------------------------------------------------
/graphics/sidebar/Tiny_Button_Down.xcf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/Tiny_Button_Down.xcf
--------------------------------------------------------------------------------
/graphics/sidebar/button_assets.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_assets.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_assets_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_assets_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_backgrounds.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_backgrounds.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_backgrounds_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_backgrounds_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_calendar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_calendar.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_calendar_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_calendar_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_characters.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_characters.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_characters_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_characters_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_classes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_classes.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_classes_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_classes_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_color.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_color.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_color_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_color_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_ct.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_ct.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_ct_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_ct_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_effects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_effects.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_effects_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_effects_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_encounters.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_encounters.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_encounters_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_encounters_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_feats.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_feats.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_feats_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_feats_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_items.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_items.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_items_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_items_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_library.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_library.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_library_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_library_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_light.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_light_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_light_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_maps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_maps.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_maps_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_maps_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_modifiers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_modifiers.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_modifiers_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_modifiers_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_notes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_notes.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_notes_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_notes_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_options.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_options.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_options_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_options_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_options_down_orig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_options_down_orig.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_options_orig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_options_orig.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_parcels.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_parcels.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_parcels_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_parcels_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_partysheet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_partysheet.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_partysheet_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_partysheet_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_people.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_people.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_people_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_people_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_quests.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_quests.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_quests_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_quests_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_races.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_races.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_races_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_races_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_skills.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_skills.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_skills_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_skills_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_spells.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_spells.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_spells_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_spells_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_story.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_story.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_story_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_story_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_tables.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_tables.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_tables_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_tables_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_tokencase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_tokencase.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_tokencase_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_tokencase_down.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_vehicles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_vehicles.png
--------------------------------------------------------------------------------
/graphics/sidebar/button_vehicles_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/sidebar/button_vehicles_down.png
--------------------------------------------------------------------------------
/graphics/tabs/tabhorizontal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/tabs/tabhorizontal.png
--------------------------------------------------------------------------------
/graphics/tabs/tabtop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/graphics/tabs/tabtop.png
--------------------------------------------------------------------------------
/license.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | 5E RULESET LICENSE
4 |
10 |
11 |
12 |
13 |
14 | 'Fantasy Grounds' is a trademark of SmiteWorks USA, LLC.
15 | 'Fantasy Grounds' is Copyright 2004-2014 SmiteWorks USA LLC.
16 |
17 |
18 |
19 | The 5E ruleset and all included files are copyright 2004-2013, Smiteworks USA LLC.
20 |
21 |
22 |
23 | Any copyright or licensing of data modules distributed by
24 | Smiteworks for use with this ruleset are addressed within the data
25 | modules themselves.
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lambersond/NotebookTheme/dbeab9a6ec10f791abb7ac33b49f0a917815492d/logo.png
--------------------------------------------------------------------------------
/ps/template_ps.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
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 | .partyinformation
53 | ps_mainitem
54 | name
55 |
56 |
57 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 | .partyinformation
92 | ps_xp_partyentry
93 | name
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 | .encounters
109 | ps_xp_encounterentry
110 |
111 |
112 |
113 |
114 | 1A40301E
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 | .quests
132 | ps_xp_questentry
133 |
134 |
135 |
136 |
137 | 1A40301E
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 | tableheader
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 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 | 0,0,0,0
247 | 0F0B0B
248 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
256 |
257 |
258 | charlist_base
259 |
273 |
274 |
275 |
276 |
277 |
278 |
293 |
294 |
295 |
296 |
--------------------------------------------------------------------------------
/utility/template_utility.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
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 | modifiersmall
71 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 | options_group
99 |
100 |
101 | sort
102 | label
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 | tableheader
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 | tableheader
128 |
129 |
130 |
131 |
132 |
--------------------------------------------------------------------------------
/utility/utility_modifiers.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
9 |
10 |
11 |
12 | utilitybox3
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 | library_recordtype_label_modifier
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 | tableheader
42 |
43 |
44 |
45 |
46 | modifier_label_atkopp
47 |
48 |
49 |
50 | modifier_label_atkcover
51 |
60 |
61 |
62 |
63 | modifier_label_atkscover
64 |
73 |
74 |
75 |
76 |
77 |
78 |
79 | tableheader
80 |
81 |
82 |
83 |
84 | modifier_label_dmgcrit
85 |
86 |
87 |
88 | modifier_label_dmgmax
89 |
90 |
91 |
92 | modifier_label_dmghalf
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
--------------------------------------------------------------------------------