diff --git a/media/attribution.js b/media/attribution.js index 64e85e1c..557bb24d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15010,6 +15010,32 @@ const attributionData = { "braxia" ] }, + { + prefix: "./media/characters/wulver/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40923696/", nsfw: false }, + { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/40923667", nsfw: true } + ], + authors: [ + "twistedhound", + "teethboyad" + ], + owners: [ + "teethboyad" + ] + }, + { + prefix: "./media/characters/maru/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "anonymous" + ], + owners: [ + "maru-ark" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20553,6 +20579,14 @@ const attributionData = { "name": "Yzmo", "url": "https://commons.wikimedia.org/wiki/User:Yzmo" }, + "teethboyad": { + "name": "Wulver", + "url": "https://twitter.com/teethboyad" + }, + "twistedhound": { + "name": "TwistedHound", + "url": "https://www.furaffinity.net/user/twistedhound" + }, } } diff --git a/media/characters/maru/front.svg b/media/characters/maru/front.svg new file mode 100644 index 00000000..0de1bc8f --- /dev/null +++ b/media/characters/maru/front.svg @@ -0,0 +1,870 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/wulver/front-nsfw.svg b/media/characters/wulver/front-nsfw.svg new file mode 100644 index 00000000..7bd68d0c --- /dev/null +++ b/media/characters/wulver/front-nsfw.svg @@ -0,0 +1,1274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/wulver/front.svg b/media/characters/wulver/front.svg new file mode 100644 index 00000000..504525b3 --- /dev/null +++ b/media/characters/wulver/front.svg @@ -0,0 +1,1258 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3cdac5cb..20cab798 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -39657,6 +39657,77 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Wulver", species: ["werewolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(200, "lb"), + name: "Front", + image: { + source: "./media/characters/wulver/front.svg", + extra: 1724/1632, + bottom: 130/1854 + } + }, + frontNsfw: { + height: math.unit(6, "feet"), + weight: math.unit(200, "lb"), + name: "Front (NSFW)", + image: { + source: "./media/characters/wulver/front-nsfw.svg", + extra: 1724/1632, + bottom: 130/1854 + } + }, + }, + [ + { + name: "Human-Sized", + height: math.unit(6, "feet") + }, + { + name: "Normal", + height: math.unit(4, "meters"), + default: true + }, + { + name: "Large", + height: math.unit(6, "m") + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Maru", species: ["tiger"], tags: ["anthro"] }, + { + front: { + height: math.unit(7, "feet"), + name: "Front", + image: { + source: "./media/characters/maru/front.svg", + extra: 1595/1570, + bottom: 0/1595 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(700, "feet") + }, + { + name: "Mega Macro", + height: math.unit(25, "miles") + }, + ] +)) + //characters function makeCharacters() {