diff --git a/media/attribution.js b/media/attribution.js index 64379c21..f256f4d6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -23178,6 +23178,20 @@ const attributionData = { "raps" ] }, + { + prefix: "./media/characters/adelaide-spireborn/", + files: [ + { name: "front.svg", source: null }, + { name: "maw.svg", source: null }, + { name: "sword.svg", source: null }, + ], + authors: [ + "corriezodori" + ], + owners: [ + "geckonite" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/adelaide-spireborn/front.svg b/media/characters/adelaide-spireborn/front.svg new file mode 100644 index 00000000..49ab2f4b --- /dev/null +++ b/media/characters/adelaide-spireborn/front.svg @@ -0,0 +1,3477 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/adelaide-spireborn/maw.svg b/media/characters/adelaide-spireborn/maw.svg new file mode 100644 index 00000000..fb83b9fe --- /dev/null +++ b/media/characters/adelaide-spireborn/maw.svg @@ -0,0 +1,740 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/adelaide-spireborn/sword.svg b/media/characters/adelaide-spireborn/sword.svg new file mode 100644 index 00000000..edb67a75 --- /dev/null +++ b/media/characters/adelaide-spireborn/sword.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 16fe8477..f71c1964 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -67797,6 +67797,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Adelaide (Spireborn)", species: ["spireborn"], tags: ["anthro"] }, + { + front: { + height: math.unit(23, "feet"), + name: "Front", + image: { + source: "./media/characters/adelaide-spireborn/front.svg", + extra: 671/625, + bottom: 18/689 + } + }, + maw: { + height: math.unit(7.8, "feet"), + name: "Maw", + image: { + source: "./media/characters/adelaide-spireborn/maw.svg" + } + }, + sword: { + height: math.unit(13.4, "feet"), + name: "Sword", + image: { + source: "./media/characters/adelaide-spireborn/sword.svg" + } + }, + }, + [ + { + name: "Magically Induced", + height: math.unit(8.5, "feet") + }, + { + name: "Normal", + height: math.unit(23, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {