diff --git a/media/attribution.js b/media/attribution.js index 0f939374..10d07f8c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12484,6 +12484,23 @@ const attributionData = { "cattinypaws" ] }, + { + prefix: "./media/characters/rhys-londe/", + files: [ + { name: "back-nsfw.svg", source: "https://www.furaffinity.net/view/30716170/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/30716137/", nsfw: false }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/30716170/", nsfw: true }, + { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/30716170/", nsfw: true }, + { name: "front.svg", source: "https://www.furaffinity.net/view/30716137/", nsfw: false }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/30716137/", nsfw: false }, + ], + authors: [ + "phoenixbat" + ], + owners: [ + "rhyslonde" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17218,6 +17235,14 @@ const attributionData = { "name": "sugaryviolet", "url": "https://www.furaffinity.net/user/sugaryviolet" }, + "rhyslonde": { + "name": "Rhys", + "url": "https://twitter.com/RhysLonde" + }, + "phoenixbat": { + "name": "phoenixbat", + "url": "https://www.furaffinity.net/user/pheonixbat" + }, } } diff --git a/media/characters/rhys-londe/back-nsfw.svg b/media/characters/rhys-londe/back-nsfw.svg new file mode 100644 index 00000000..7efb0a39 --- /dev/null +++ b/media/characters/rhys-londe/back-nsfw.svg @@ -0,0 +1,323 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rhys-londe/back.svg b/media/characters/rhys-londe/back.svg new file mode 100644 index 00000000..fed78f50 --- /dev/null +++ b/media/characters/rhys-londe/back.svg @@ -0,0 +1,310 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rhys-londe/dick.svg b/media/characters/rhys-londe/dick.svg new file mode 100644 index 00000000..04a7f57e --- /dev/null +++ b/media/characters/rhys-londe/dick.svg @@ -0,0 +1,96 @@ + + + + + + + + + + diff --git a/media/characters/rhys-londe/front-nsfw.svg b/media/characters/rhys-londe/front-nsfw.svg new file mode 100644 index 00000000..9f0a227c --- /dev/null +++ b/media/characters/rhys-londe/front-nsfw.svg @@ -0,0 +1,477 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rhys-londe/front.svg b/media/characters/rhys-londe/front.svg new file mode 100644 index 00000000..a080a80b --- /dev/null +++ b/media/characters/rhys-londe/front.svg @@ -0,0 +1,450 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rhys-londe/maw.svg b/media/characters/rhys-londe/maw.svg new file mode 100644 index 00000000..8426e3f2 --- /dev/null +++ b/media/characters/rhys-londe/maw.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8755d2ee..61519732 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -32293,6 +32293,72 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Rhys Londe", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 8/12, "feet"), + weight: math.unit(225, "lb"), + name: "Front", + image: { + source: "./media/characters/rhys-londe/front.svg", + extra: 2258/2141, + bottom: 188/2446 + } + }, + back: { + height: math.unit(6 + 8/12, "feet"), + weight: math.unit(225, "lb"), + name: "Back", + image: { + source: "./media/characters/rhys-londe/back.svg", + extra: 2237/2137, + bottom: 63/2300 + } + }, + frontNsfw: { + height: math.unit(6 + 8/12, "feet"), + weight: math.unit(225, "lb"), + name: "Front-nsfw", + image: { + source: "./media/characters/rhys-londe/front-nsfw.svg", + extra: 2258/2141, + bottom: 188/2446 + } + }, + backNsfw: { + height: math.unit(6 + 8/12, "feet"), + weight: math.unit(225, "lb"), + name: "Back-nsfw", + image: { + source: "./media/characters/rhys-londe/back-nsfw.svg", + extra: 2237/2137, + bottom: 63/2300 + } + }, + dick: { + height: math.unit(30, "inches"), + name: "Dick", + image: { + source: "./media/characters/rhys-londe/dick.svg" + } + }, + maw: { + height: math.unit(1.6, "feet"), + name: "Maw", + image: { + source: "./media/characters/rhys-londe/maw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 8/12, "feet"), + default: true + }, + ] +)) //characters function makeCharacters() {