From eea8d95d9e99dc7b429e75e9bdd68148bd3957eb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 15 May 2022 03:17:38 +0100 Subject: [PATCH] dice: d8 wip Signed-off-by: Ian Jackson --- library/edited.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/library/edited.toml b/library/edited.toml index 7d1b12d7..9439b8e4 100644 --- a/library/edited.toml +++ b/library/edited.toml @@ -46,3 +46,19 @@ occult.ilk = "d6-${colour}" [group.dice.colours.blue] abbrev = "blue" + +[group.dice-d8] +inherit = "dice" +size = [14] +files = """ +d8-_c - a ${colour} die image +""" +magic.item_prefix = "die-" +magic.template = """ +image = ${image} +type = "Die" +labels = 8 +desc = "a ${colour} die" +occult.label = "?" +occult.ilk = "d8-${colour}" +""" -- 2.30.2