diff --git a/media/attribution.js b/media/attribution.js index 8bfa087e..12831f26 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17471,6 +17471,18 @@ const attributionData = { "gula" ] }, + { + prefix: "./media/characters/syrup/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/39004388/" } + ], + authors: [ + "kheel" + ], + owners: [ + "druss666uk" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24177,6 +24189,10 @@ const attributionData = { "name": "LustBubbles", "url": "https://www.furaffinity.net/user/lustbubbles" }, + "druss666uk": { + "name": "druss666uk", + "url": "https://www.furaffinity.net/user/druss666uk/" + } } } diff --git a/media/characters/syrup/front.svg b/media/characters/syrup/front.svg new file mode 100644 index 00000000..f83cfce9 --- /dev/null +++ b/media/characters/syrup/front.svg @@ -0,0 +1,972 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 11b98655..91de385e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -46320,6 +46320,41 @@ characterMakers.push(() => makeCharacter( } )) +characterMakers.push(() => makeCharacter( + { name: "Syrup", species: ["rabbit"], tags: ["anthro"] }, + { + front: { + height: math.unit(7 + 5/12, "feet"), + weight: math.unit(510, "lb"), + name: "Front", + image: { + source: "./media/characters/syrup/front.svg", + extra: 932/916, + bottom: 26/958 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7 + 5/12, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(50, "feet") + }, + { + name: "Macro", + height: math.unit(300, "feet") + }, + { + name: "Megamacro", + height: math.unit(1, "mile") + }, + ] +)) + //characters function makeCharacters() {