diff --git a/media/attribution.js b/media/attribution.js index 85e57714..c1c4fa0e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12560,6 +12560,20 @@ const attributionData = { "rhyslonde" ] }, + { + prefix: "./media/characters/julian/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/30632400/" }, + { name: "maw.svg", source: "https://twitter.com/RainbowJulian/status/987136907678232581" }, + { name: "paw.svg", source: "https://twitter.com/RainbowJulian/status/987136907678232581" }, + ], + authors: [ + "blurthefur" + ], + owners: [ + "rainbowjulian" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17314,6 +17328,10 @@ const attributionData = { "name": "Waitress", "url": "https://www.furaffinity.net/user/waitress" }, + "rainbowjulian": { + "name": "RainbowJulian", + "url": "https://twitter.com/RainbowJulian" + }, } } diff --git a/media/characters/julian/front.svg b/media/characters/julian/front.svg new file mode 100644 index 00000000..2aa48080 --- /dev/null +++ b/media/characters/julian/front.svg @@ -0,0 +1,894 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/julian/maw.svg b/media/characters/julian/maw.svg new file mode 100644 index 00000000..431b8277 --- /dev/null +++ b/media/characters/julian/maw.svg @@ -0,0 +1,398 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/julian/paw.svg b/media/characters/julian/paw.svg new file mode 100644 index 00000000..75192345 --- /dev/null +++ b/media/characters/julian/paw.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 144da7e1..f1be0966 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -32557,6 +32557,63 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Julian", species: ["rainbow"], tags: ["anthro"] }, + { + front: { + height: math.unit(12, "feet"), + weight: math.unit(3200, "lb"), + name: "Front", + image: { + source: "./media/characters/julian/front.svg", + extra: 2962/2701, + bottom: 184/3146 + } + }, + maw: { + height: math.unit(5.35, "feet"), + name: "Maw", + image: { + source: "./media/characters/julian/maw.svg" + } + }, + paw: { + height: math.unit(3.07, "feet"), + name: "Paw", + image: { + source: "./media/characters/julian/paw.svg" + } + }, + }, + [ + { + name: "Default", + height: math.unit(12, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(50, "feet") + }, + { + name: "Really Big", + height: math.unit(1, "mile") + }, + { + name: "Extremely Big", + height: math.unit(100, "miles") + }, + { + name: "Planet Hugger", + height: math.unit(200, "megameters") + }, + { + name: "Unreasonably Big", + height: math.unit(1e300, "meters") + }, + ] +)) + //characters function makeCharacters() {