diff --git a/media/attribution.js b/media/attribution.js index 9440ceeb..8949ebcc 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12408,6 +12408,19 @@ const attributionData = { "nipa101" ] }, + { + prefix: "./media/characters/icey/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37124384/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/37124384/" }, + ], + authors: [ + "icey" + ], + owners: [ + "icey" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17111,6 +17124,10 @@ const attributionData = { "name": "BruhBrannon", "url": "https://www.furaffinity.net/user/bruhbrannon" }, + "icey": { + "name": "Icey", + "url": "https://twitter.com/iceyDudeAftrDrk" + }, } } diff --git a/media/characters/icey/back.svg b/media/characters/icey/back.svg new file mode 100644 index 00000000..9fae957e --- /dev/null +++ b/media/characters/icey/back.svg @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/icey/front.svg b/media/characters/icey/front.svg new file mode 100644 index 00000000..793e4871 --- /dev/null +++ b/media/characters/icey/front.svg @@ -0,0 +1,540 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 69fca63d..46c39765 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -32050,6 +32050,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Icey", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(4 + 11/12, "feet"), + weight: math.unit(132, "lb"), + name: "Front", + image: { + source: "./media/characters/icey/front.svg", + extra: 2750/2550, + bottom: 33/2783 + } + }, + back: { + height: math.unit(4 + 11/12, "feet"), + weight: math.unit(132, "lb"), + name: "Back", + image: { + source: "./media/characters/icey/back.svg", + extra: 2624/2481, + bottom: 35/2659 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 11/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {