diff --git a/media/attribution.js b/media/attribution.js index 8ef397e6..ef920d4a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17712,6 +17712,19 @@ const attributionData = { "knockedoutdragon" ] }, + { + prefix: "./media/characters/amy/", + files: [ + { name: "front.svg", source: "https://twitter.com/JustAHugeSnep/status/1418682368638996482" }, + { name: "back.svg", source: "https://twitter.com/JustAHugeSnep/status/1418682368638996482" }, + ], + authors: [ + "worden-brianna" + ], + owners: [ + "justahugesnep" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24507,6 +24520,14 @@ const attributionData = { "name": "KnockedOutDragon", "url": "https://www.furaffinity.net/user/knockedoutdragon/" }, + "justahugesnep": { + "name": "JustAHugeSnep", + "url": "https://twitter.com/JustAHugeSnep/" + }, + "worden-brianna": { + "name": "CrowFlyProductions", + "url": "https://twitter.com/worden_brianna" + }, } } diff --git a/media/characters/amy/back.svg b/media/characters/amy/back.svg new file mode 100644 index 00000000..e6c01cd2 --- /dev/null +++ b/media/characters/amy/back.svg @@ -0,0 +1,1267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/amy/front.svg b/media/characters/amy/front.svg new file mode 100644 index 00000000..82b7641e --- /dev/null +++ b/media/characters/amy/front.svg @@ -0,0 +1,2165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 13d5581f..4ed8401b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -47155,6 +47155,38 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Amy", species: ["snow-leopard"], tags: ["anthro"] }, + { + front: { + height: math.unit(3, "meters"), + name: "Front", + image: { + source: "./media/characters/amy/front.svg", + extra: 1380/1343, + bottom: 70/1450 + } + }, + back: { + height: math.unit(3, "meters"), + name: "Back", + image: { + source: "./media/characters/amy/back.svg", + extra: 1380/1347, + bottom: 66/1446 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {