From 08c35cf2f286ccd2c6ac9b0efa3ae6b6a9cb7e5c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 22 Jun 2022 15:23:14 -0400 Subject: [PATCH] Add Adelaide (the Spireborn) --- media/attribution.js | 14 + media/characters/adelaide-spireborn/front.svg | 3477 +++++++++++++++++ media/characters/adelaide-spireborn/maw.svg | 740 ++++ media/characters/adelaide-spireborn/sword.svg | 481 +++ presets/characters.js | 40 + 5 files changed, 4752 insertions(+) create mode 100644 media/characters/adelaide-spireborn/front.svg create mode 100644 media/characters/adelaide-spireborn/maw.svg create mode 100644 media/characters/adelaide-spireborn/sword.svg 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() {