diff --git a/media/attribution.js b/media/attribution.js index 80eda5d9..6bd99bcc 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11073,6 +11073,18 @@ const attributionData = { "pyxaron" ] }, + { + prefix: "./media/characters/meep/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/13579294/" } + ], + authors: [ + "caitsith511" + ], + owners: [ + "pileofmeeps" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15281,6 +15293,14 @@ const attributionData = { "name": "rah-bop", "url": "https://www.deviantart.com/rah-bop" }, + "pileofmeeps": { + "name": "Meeps", + "url": "https://twitter.com/PileOfMeeps" + }, + "caitsith511": { + "name": "caitsith511", + "url": "https://www.furaffinity.net/user/caitsith511" + }, } } diff --git a/media/characters/meep/front.svg b/media/characters/meep/front.svg new file mode 100644 index 00000000..881465e5 --- /dev/null +++ b/media/characters/meep/front.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 812ce43f..c1c3fc9a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -692,7 +692,7 @@ const speciesData = { }, "candy-orca-dragon": { name: "Candy Orca Dragon", - parents: ["fish", "dragon"] + parents: ["fish", "dragon", "candy"] }, "sabertooth-tiger": { name: "Sabertooth Tiger", @@ -1330,6 +1330,11 @@ const speciesData = { name: "Draptor", parents: ["dragon"] }, + "candy": { + name: "Candy", + parents: [] + }, + } //species @@ -27962,6 +27967,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Meep", species: ["candy", "salamander"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/meep/front.svg", + extra: 88/80, + bottom: 6/94 + } + }, + }, + [ + { + name: "Fun Sized", + height: math.unit(2, "inches"), + default: true + }, + { + name: "Friend Sized", + height: math.unit(8, "inches") + }, + ] +)) + //characters function makeCharacters() {