diff --git a/media/attribution.js b/media/attribution.js index 7f6a06b4..1a97de9c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16988,6 +16988,18 @@ const attributionData = { "adelonda2" ] }, + { + prefix: "./media/characters/denora/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/34990435/" } + ], + authors: [ + "piratefoxbox" + ], + owners: [ + "galactor" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23441,6 +23453,14 @@ const attributionData = { "name": "WaywardLycan", "url": "https://www.furaffinity.net/user/waywardlycan" }, + "piratefoxbox": { + "name": "piratefoxbox", + "url": "https://www.furaffinity.net/user/piratefoxbox" + }, + "galactor": { + "name": "Galactor", + "url": "https://www.furaffinity.net/user/galactor/" + }, } } diff --git a/media/characters/denora/side.svg b/media/characters/denora/side.svg new file mode 100644 index 00000000..687bb478 --- /dev/null +++ b/media/characters/denora/side.svg @@ -0,0 +1,1016 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 42871ef3..9a08a8b1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -44726,6 +44726,36 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Denora", species: ["husky"], tags: ["anthro"] }, + { + side: { + height: math.unit(100, "feet"), + name: "Side", + image: { + source: "./media/characters/denora/side.svg", + extra: 875/803, + bottom: 9/884 + } + }, + }, + [ + { + name: "Standard", + height: math.unit(100, "feet"), + default: true + }, + { + name: "Grand", + height: math.unit(1000, "feet") + }, + { + name: "Conquering", + height: math.unit(10000, "feet") + }, + ] +)) + //characters function makeCharacters() {