diff --git a/media/attribution.js b/media/attribution.js index 38f56591..9afa9759 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17666,6 +17666,20 @@ const attributionData = { "wubs" ] }, + { + prefix: "./media/characters/blue/", + files: [ + { name: "front.svg", source: null, nsfw: true }, + { name: "back.svg", source: null, nsfw: false }, + { name: "paws.svg", source: null, nsfw: false }, + ], + authors: [ + "diamobster" + ], + owners: [ + "bluethebat" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24431,6 +24445,14 @@ const attributionData = { "name": "Miss Sheepy", "url": "https://twitter.com/MissSheepyart" }, + "diamobster": { + "name": "Diamobster", + "url": "https://twitter.com/Diamobster" + }, + "bluethebat": { + "name": "Blue", + "url": "https://twitter.com/BluetheBat" + }, } } diff --git a/media/characters/blue/back.svg b/media/characters/blue/back.svg new file mode 100644 index 00000000..acd01706 --- /dev/null +++ b/media/characters/blue/back.svg @@ -0,0 +1,615 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/blue/front.svg b/media/characters/blue/front.svg new file mode 100644 index 00000000..af191f92 --- /dev/null +++ b/media/characters/blue/front.svg @@ -0,0 +1,957 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/blue/paws.svg b/media/characters/blue/paws.svg new file mode 100644 index 00000000..0702574d --- /dev/null +++ b/media/characters/blue/paws.svg @@ -0,0 +1,268 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ed87d766..cb0d41be 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -46959,6 +46959,58 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Blue", species: ["deer", "bat"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/blue/front.svg", + extra: 1636/1525, + bottom: 43/1679 + } + }, + back: { + height: math.unit(4, "feet"), + weight: math.unit(120, "lb"), + name: "Back", + image: { + source: "./media/characters/blue/back.svg", + extra: 1660/1560, + bottom: 57/1717 + } + }, + paws: { + height: math.unit(0.826, "feet"), + name: "Paws", + image: { + source: "./media/characters/blue/paws.svg" + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + { + name: "Femenine Form", + height: math.unit(14, "feet") + }, + { + name: "Werebat Form", + height: math.unit(18, "feet") + }, + ] +)) + //characters function makeCharacters() {