Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
226 changes: 226 additions & 0 deletions src/sheets/dice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,232 @@ sheet.glyphs.set("d6-12", (canvas: SVGContainer) => {
return group;
});

sheet.glyphs.set("d6-13", (canvas: SVGContainer) => {
const group = canvas.symbol();
group.rect(48, 48)
.radius(10, 10)
.fill("none")
.stroke({width: 1, color: "#000"})
.attr("data-context-border", true)
.attr("data-playerfill", true)
.center(25, 25);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(25, 10);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 40);
group.viewbox(0, 0, 50, 50);
return group;
});

sheet.glyphs.set("d6-14", (canvas: SVGContainer) => {
const group = canvas.symbol();
group.rect(48, 48)
.radius(10, 10)
.fill("none")
.stroke({width: 1, color: "#000"})
.attr("data-context-border", true)
.attr("data-playerfill", true)
.center(25, 25);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(15, 10);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(35, 10);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 40);
group.viewbox(0, 0, 50, 50);
return group;
});

sheet.glyphs.set("d6-15", (canvas: SVGContainer) => {
const group = canvas.symbol();
group.rect(48, 48)
.radius(10, 10)
.fill("none")
.stroke({width: 1, color: "#000"})
.attr("data-context-border", true)
.attr("data-playerfill", true)
.center(25, 25);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(15, 10);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(25, 10);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(35, 10);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 40);
group.viewbox(0, 0, 50, 50);
return group;
});

sheet.glyphs.set("d6-16", (canvas: SVGContainer) => {
const group = canvas.symbol();
group.rect(48, 48)
.radius(10, 10)
.fill("none")
.stroke({width: 1, color: "#000"})
.attr("data-context-border", true)
.attr("data-playerfill", true)
.center(25, 25);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 10);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(10, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 10);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(20, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 10);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(30, 40);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 10);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 20);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 30);
group.circle(8).fill("#000")
.attr("data-context-fill", true)
.center(40, 40);
group.viewbox(0, 0, 50, 50);
return group;
});

sheet.glyphs.set("d6-2", (canvas: SVGContainer) => {
const group = canvas.symbol();
group.rect(48, 48)
Expand Down
Loading