Skip to content

Commit 2cd38ea

Browse files
authored
Merge pull request #28 from mcdemarco/develop
Add d13 through d16
2 parents 9d408ce + 35082ff commit 2cd38ea

File tree

1 file changed

+226
-0
lines changed

1 file changed

+226
-0
lines changed

src/sheets/dice.ts

Lines changed: 226 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,232 @@ sheet.glyphs.set("d6-12", (canvas: SVGContainer) => {
168168
return group;
169169
});
170170

171+
sheet.glyphs.set("d6-13", (canvas: SVGContainer) => {
172+
const group = canvas.symbol();
173+
group.rect(48, 48)
174+
.radius(10, 10)
175+
.fill("none")
176+
.stroke({width: 1, color: "#000"})
177+
.attr("data-context-border", true)
178+
.attr("data-playerfill", true)
179+
.center(25, 25);
180+
group.circle(8).fill("#000")
181+
.attr("data-context-fill", true)
182+
.center(25, 10);
183+
group.circle(8).fill("#000")
184+
.attr("data-context-fill", true)
185+
.center(10, 20);
186+
group.circle(8).fill("#000")
187+
.attr("data-context-fill", true)
188+
.center(10, 30);
189+
group.circle(8).fill("#000")
190+
.attr("data-context-fill", true)
191+
.center(10, 40);
192+
group.circle(8).fill("#000")
193+
.attr("data-context-fill", true)
194+
.center(20, 20);
195+
group.circle(8).fill("#000")
196+
.attr("data-context-fill", true)
197+
.center(20, 30);
198+
group.circle(8).fill("#000")
199+
.attr("data-context-fill", true)
200+
.center(20, 40);
201+
group.circle(8).fill("#000")
202+
.attr("data-context-fill", true)
203+
.center(30, 20);
204+
group.circle(8).fill("#000")
205+
.attr("data-context-fill", true)
206+
.center(30, 30);
207+
group.circle(8).fill("#000")
208+
.attr("data-context-fill", true)
209+
.center(30, 40);
210+
group.circle(8).fill("#000")
211+
.attr("data-context-fill", true)
212+
.center(40, 20);
213+
group.circle(8).fill("#000")
214+
.attr("data-context-fill", true)
215+
.center(40, 30);
216+
group.circle(8).fill("#000")
217+
.attr("data-context-fill", true)
218+
.center(40, 40);
219+
group.viewbox(0, 0, 50, 50);
220+
return group;
221+
});
222+
223+
sheet.glyphs.set("d6-14", (canvas: SVGContainer) => {
224+
const group = canvas.symbol();
225+
group.rect(48, 48)
226+
.radius(10, 10)
227+
.fill("none")
228+
.stroke({width: 1, color: "#000"})
229+
.attr("data-context-border", true)
230+
.attr("data-playerfill", true)
231+
.center(25, 25);
232+
group.circle(8).fill("#000")
233+
.attr("data-context-fill", true)
234+
.center(15, 10);
235+
group.circle(8).fill("#000")
236+
.attr("data-context-fill", true)
237+
.center(35, 10);
238+
group.circle(8).fill("#000")
239+
.attr("data-context-fill", true)
240+
.center(10, 20);
241+
group.circle(8).fill("#000")
242+
.attr("data-context-fill", true)
243+
.center(10, 30);
244+
group.circle(8).fill("#000")
245+
.attr("data-context-fill", true)
246+
.center(10, 40);
247+
group.circle(8).fill("#000")
248+
.attr("data-context-fill", true)
249+
.center(20, 20);
250+
group.circle(8).fill("#000")
251+
.attr("data-context-fill", true)
252+
.center(20, 30);
253+
group.circle(8).fill("#000")
254+
.attr("data-context-fill", true)
255+
.center(20, 40);
256+
group.circle(8).fill("#000")
257+
.attr("data-context-fill", true)
258+
.center(30, 20);
259+
group.circle(8).fill("#000")
260+
.attr("data-context-fill", true)
261+
.center(30, 30);
262+
group.circle(8).fill("#000")
263+
.attr("data-context-fill", true)
264+
.center(30, 40);
265+
group.circle(8).fill("#000")
266+
.attr("data-context-fill", true)
267+
.center(40, 20);
268+
group.circle(8).fill("#000")
269+
.attr("data-context-fill", true)
270+
.center(40, 30);
271+
group.circle(8).fill("#000")
272+
.attr("data-context-fill", true)
273+
.center(40, 40);
274+
group.viewbox(0, 0, 50, 50);
275+
return group;
276+
});
277+
278+
sheet.glyphs.set("d6-15", (canvas: SVGContainer) => {
279+
const group = canvas.symbol();
280+
group.rect(48, 48)
281+
.radius(10, 10)
282+
.fill("none")
283+
.stroke({width: 1, color: "#000"})
284+
.attr("data-context-border", true)
285+
.attr("data-playerfill", true)
286+
.center(25, 25);
287+
group.circle(8).fill("#000")
288+
.attr("data-context-fill", true)
289+
.center(15, 10);
290+
group.circle(8).fill("#000")
291+
.attr("data-context-fill", true)
292+
.center(25, 10);
293+
group.circle(8).fill("#000")
294+
.attr("data-context-fill", true)
295+
.center(35, 10);
296+
group.circle(8).fill("#000")
297+
.attr("data-context-fill", true)
298+
.center(10, 20);
299+
group.circle(8).fill("#000")
300+
.attr("data-context-fill", true)
301+
.center(10, 30);
302+
group.circle(8).fill("#000")
303+
.attr("data-context-fill", true)
304+
.center(10, 40);
305+
group.circle(8).fill("#000")
306+
.attr("data-context-fill", true)
307+
.center(20, 20);
308+
group.circle(8).fill("#000")
309+
.attr("data-context-fill", true)
310+
.center(20, 30);
311+
group.circle(8).fill("#000")
312+
.attr("data-context-fill", true)
313+
.center(20, 40);
314+
group.circle(8).fill("#000")
315+
.attr("data-context-fill", true)
316+
.center(30, 20);
317+
group.circle(8).fill("#000")
318+
.attr("data-context-fill", true)
319+
.center(30, 30);
320+
group.circle(8).fill("#000")
321+
.attr("data-context-fill", true)
322+
.center(30, 40);
323+
group.circle(8).fill("#000")
324+
.attr("data-context-fill", true)
325+
.center(40, 20);
326+
group.circle(8).fill("#000")
327+
.attr("data-context-fill", true)
328+
.center(40, 30);
329+
group.circle(8).fill("#000")
330+
.attr("data-context-fill", true)
331+
.center(40, 40);
332+
group.viewbox(0, 0, 50, 50);
333+
return group;
334+
});
335+
336+
sheet.glyphs.set("d6-16", (canvas: SVGContainer) => {
337+
const group = canvas.symbol();
338+
group.rect(48, 48)
339+
.radius(10, 10)
340+
.fill("none")
341+
.stroke({width: 1, color: "#000"})
342+
.attr("data-context-border", true)
343+
.attr("data-playerfill", true)
344+
.center(25, 25);
345+
group.circle(8).fill("#000")
346+
.attr("data-context-fill", true)
347+
.center(10, 10);
348+
group.circle(8).fill("#000")
349+
.attr("data-context-fill", true)
350+
.center(10, 20);
351+
group.circle(8).fill("#000")
352+
.attr("data-context-fill", true)
353+
.center(10, 30);
354+
group.circle(8).fill("#000")
355+
.attr("data-context-fill", true)
356+
.center(10, 40);
357+
group.circle(8).fill("#000")
358+
.attr("data-context-fill", true)
359+
.center(20, 10);
360+
group.circle(8).fill("#000")
361+
.attr("data-context-fill", true)
362+
.center(20, 20);
363+
group.circle(8).fill("#000")
364+
.attr("data-context-fill", true)
365+
.center(20, 30);
366+
group.circle(8).fill("#000")
367+
.attr("data-context-fill", true)
368+
.center(20, 40);
369+
group.circle(8).fill("#000")
370+
.attr("data-context-fill", true)
371+
.center(30, 10);
372+
group.circle(8).fill("#000")
373+
.attr("data-context-fill", true)
374+
.center(30, 20);
375+
group.circle(8).fill("#000")
376+
.attr("data-context-fill", true)
377+
.center(30, 30);
378+
group.circle(8).fill("#000")
379+
.attr("data-context-fill", true)
380+
.center(30, 40);
381+
group.circle(8).fill("#000")
382+
.attr("data-context-fill", true)
383+
.center(40, 10);
384+
group.circle(8).fill("#000")
385+
.attr("data-context-fill", true)
386+
.center(40, 20);
387+
group.circle(8).fill("#000")
388+
.attr("data-context-fill", true)
389+
.center(40, 30);
390+
group.circle(8).fill("#000")
391+
.attr("data-context-fill", true)
392+
.center(40, 40);
393+
group.viewbox(0, 0, 50, 50);
394+
return group;
395+
});
396+
171397
sheet.glyphs.set("d6-2", (canvas: SVGContainer) => {
172398
const group = canvas.symbol();
173399
group.rect(48, 48)

0 commit comments

Comments
 (0)