diff --git a/media/attribution.js b/media/attribution.js index 708ea40e..29462c28 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14503,6 +14503,20 @@ const attributionData = { "foxdemonmukiro" ] }, + { + prefix: "./media/characters/adelonda/", + files: [ + { name: "front.svg", source: "https://twitter.com/adelonda2/status/1352456860767555584", nsfw: true }, + { name: "back.svg", source: "https://twitter.com/adelonda2/status/1352456860767555584", nsfw: true }, + { name: "bust.svg", source: "https://twitter.com/adelonda2/status/1352456860767555584", nsfw: true }, + ], + authors: [ + "sylviajo" + ], + owners: [ + "adelonda2" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19866,6 +19880,14 @@ const attributionData = { "name": "Zeph", "url": null }, + "sylviajo": { + "name": "SylviaJo", + "url": "https://www.furaffinity.net/user/sylviajo" + }, + "adelonda2": { + "name": "adelonda", + "url": "https://twitter.com/adelonda2" + }, } } diff --git a/media/characters/adelonda/back.svg b/media/characters/adelonda/back.svg new file mode 100644 index 00000000..f858696d --- /dev/null +++ b/media/characters/adelonda/back.svg @@ -0,0 +1,884 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/adelonda/bust.svg b/media/characters/adelonda/bust.svg new file mode 100644 index 00000000..ccab8d72 --- /dev/null +++ b/media/characters/adelonda/bust.svg @@ -0,0 +1,586 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/adelonda/front.svg b/media/characters/adelonda/front.svg new file mode 100644 index 00000000..8b12ec36 --- /dev/null +++ b/media/characters/adelonda/front.svg @@ -0,0 +1,1209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 283c32df..161a9667 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -37970,6 +37970,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Adelonda", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "meters"), + name: "Front", + image: { + source: "./media/characters/adelonda/front.svg", + extra: 1942/1775, + bottom: 33/1975 + } + }, + back: { + height: math.unit(4, "meters"), + name: "Back", + image: { + source: "./media/characters/adelonda/back.svg", + extra: 1932/1780, + bottom: 42/1974 + } + }, + bust: { + height: math.unit(1.8, "meter"), + name: "Bust", + image: { + source: "./media/characters/adelonda/bust.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {