diff --git a/media/attribution.js b/media/attribution.js index d335f0c7..a2eb097e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20888,6 +20888,20 @@ const attributionData = { "rexxwolfe" ] }, + { + prefix: "./media/characters/draco/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38388247/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/38388247/", nsfw: true }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/38388247/", nsfw: true }, + ], + authors: [ + "owligatorstudios" + ], + owners: [ + "dracoofzeradaith" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -29117,6 +29131,10 @@ const attributionData = { "name": "Rexxwolfe", "url": "https://twitter.com/Rexxwolfe" }, + "dracoofzeradaith": { + "name": "Draco", + "url": "https://refsheet.net/DracoOfZeradaith/draco-of-zeradaith" + }, } } diff --git a/media/characters/draco/back.svg b/media/characters/draco/back.svg new file mode 100644 index 00000000..80772fa9 --- /dev/null +++ b/media/characters/draco/back.svg @@ -0,0 +1,1868 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/draco/dick.svg b/media/characters/draco/dick.svg new file mode 100644 index 00000000..5d14a448 --- /dev/null +++ b/media/characters/draco/dick.svg @@ -0,0 +1,585 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/draco/front.svg b/media/characters/draco/front.svg new file mode 100644 index 00000000..2d3e4c47 --- /dev/null +++ b/media/characters/draco/front.svg @@ -0,0 +1,2366 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ab75a24a..5ae07771 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -58530,6 +58530,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Draco", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(18, "feet"), + weight: math.unit(1975, "lb"), + name: "Front", + image: { + source: "./media/characters/draco/front.svg", + extra: 1325/1241, + bottom: 83/1408 + } + }, + back: { + height: math.unit(18, "feet"), + weight: math.unit(1975, "lb"), + name: "Back", + image: { + source: "./media/characters/draco/back.svg", + extra: 1332/1250, + bottom: 43/1375 + } + }, + dick: { + height: math.unit(7.5, "feet"), + name: "Dick", + image: { + source: "./media/characters/draco/dick.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(18, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {