diff --git a/media/attribution.js b/media/attribution.js index d0265136..cd5e2837 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12211,6 +12211,18 @@ const attributionData = { "moonlightumbry" ] }, + { + prefix: "./media/characters/sylen/", + files: [ + { name: "back.svg", source: "https://www.furaffinity.net/view/32222637/", nsfw: true } + ], + authors: [ + "gigatiger" + ], + owners: [ + "sylox" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16833,6 +16845,14 @@ const attributionData = { "name": "Sheela", "url": "https://www.furaffinity.net/user/sheela" }, + "gigatiger": { + "name": "GigaTiger", + "url": "https://www.furaffinity.net/user/gigatiger" + }, + "sylox": { + "name": "SyLoX", + "url": "https://www.furaffinity.net/user/sylox/" + }, } } diff --git a/media/characters/sylen/back.svg b/media/characters/sylen/back.svg new file mode 100644 index 00000000..e0c4536b --- /dev/null +++ b/media/characters/sylen/back.svg @@ -0,0 +1,673 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index df06d43a..7ecef834 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31498,6 +31498,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sylen", species: ["wolf"], tags: ["anthro"] }, + { + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/sylen/back.svg", + extra: 1335/1273, + bottom: 107/1442 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 5/12, "feet") + }, + { + name: "Megamacro", + height: math.unit(3, "miles"), + default: true + }, + ] +)) + //characters function makeCharacters() {