diff --git a/media/attribution.js b/media/attribution.js index f0692dbb..09437447 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10497,6 +10497,18 @@ const attributionData = { "justicewolf337" ] }, + { + prefix: "./media/characters/adira/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31484762/" } + ], + authors: [ + "kononiko" + ], + owners: [ + "adirashrinks" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14477,6 +14489,10 @@ const attributionData = { "name": "Justicewolf337", "url": "https://twitter.com/Justicewolf337", }, + "adirashrinks": { + "name": "AdiraShrinks", + "url": "https://www.furaffinity.net/user/adirashrinks/", + }, } } diff --git a/media/characters/adira/front.svg b/media/characters/adira/front.svg new file mode 100644 index 00000000..13bd9569 --- /dev/null +++ b/media/characters/adira/front.svg @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 60f61d9c..716b174a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -26265,6 +26265,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Adira", species: ["mouse"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/adira/front.svg", + extra: 1078/1029, + bottom: 87/1166 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(4, "inches"), + default: true + }, + { + name: "Macro", + height: math.unit(50, "feet") + }, + ] +)) + //characters function makeCharacters() {