diff --git a/media/attribution.js b/media/attribution.js index 5c19b97b..da66b1f9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11351,7 +11351,20 @@ const attributionData = { "son2j" ] }, - + { + prefix: "./media/characters/bailey/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/21500004/", nsfw: true } + ], + authors: [ + "sergefennec", + "potionmastercernun", + "qundium" + ], + owners: [ + "inub0i" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15624,6 +15637,22 @@ const attributionData = { "name": "BeaTheBetemoth", "url": "https://www.furaffinity.net/user/beathebehemoth/" }, + "inub0i": { + "name": "Inub0i", + "url": "https://www.furaffinity.net/user/inub0i/" + }, + "sergefennec": { + "name": "sergefennec", + "url": "https://www.furaffinity.net/user/sergefennec" + }, + "potionmastercernun": { + "name": "potionmastercernun", + "url": "https://www.furaffinity.net/user/potionmastercernun" + }, + "qundium": { + "name": "qundium", + "url": "https://www.furaffinity.net/user/qundium" + }, } } diff --git a/media/characters/bailey/front.svg b/media/characters/bailey/front.svg new file mode 100644 index 00000000..07ad189c --- /dev/null +++ b/media/characters/bailey/front.svg @@ -0,0 +1,355 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c2106641..075378b3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -28766,6 +28766,41 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Bailey", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/bailey/front.svg", + extra: 1778/1724, + bottom: 30/1808 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(4, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 5/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(250, "feet") + }, + { + name: "Megamacro", + height: math.unit(100, "miles") + }, + ] +)) + //characters function makeCharacters() {