diff --git a/media/attribution.js b/media/attribution.js index af3089ce..79b9c8d8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11846,6 +11846,18 @@ const attributionData = { "hugo" ] }, + { + prefix: "./media/characters/peri/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "soraawoolf" + ], + owners: [ + "perihusky" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16305,6 +16317,14 @@ const attributionData = { "name": "Hugo", "url": "https://www.furaffinity.net/user/guyinthepurplehat/" }, + "soraawoolf": { + "name": "soraawoolf", + "url": "https://www.furaffinity.net/user/soraawoolf" + }, + "perihusky": { + "name": "Peri_Husky", + "url": "https://www.furaffinity.net/user/perihusky/" + }, } } diff --git a/media/characters/peri/front.svg b/media/characters/peri/front.svg new file mode 100644 index 00000000..b4a25e74 --- /dev/null +++ b/media/characters/peri/front.svg @@ -0,0 +1,657 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 94adfd9c..6c2db0ed 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -30378,6 +30378,45 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Peri", species: ["husky"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/peri/front.svg", + extra: 2354/2233, + bottom: 49/2403 + } + }, + }, + [ + { + name: "Really Small", + height: math.unit(1, "nm") + }, + { + name: "Micro", + height: math.unit(4, "inches") + }, + { + name: "Normal", + height: math.unit(7, "inches"), + default: true + }, + { + name: "Macro", + height: math.unit(400, "feet") + }, + { + name: "Megamacro", + height: math.unit(100, "miles") + }, + ] +)) + //characters function makeCharacters() {