diff --git a/media/attribution.js b/media/attribution.js index e7a6657d..2b8e1637 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7855,6 +7855,18 @@ const attributionData = { "deathywolfi" ] }, + { + prefix: "./media/characters/juniper/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35396495/" } + ], + authors: [ + "fidchell" + ], + owners: [ + "dahwchooa" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -10836,6 +10848,10 @@ const attributionData = { "name": "Frozen-Iceblade", "url": "https://www.furaffinity.net/user/frozen-iceblade/", }, + "dahwchooa": { + "name": "dahwchooa", + "url": "https://www.furaffinity.net/user/dahwchooa/", + }, } } diff --git a/media/characters/juniper/front.svg b/media/characters/juniper/front.svg new file mode 100644 index 00000000..50c179bd --- /dev/null +++ b/media/characters/juniper/front.svg @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index aefbd26a..6e4f84c4 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19092,6 +19092,31 @@ characterMakers["Deathy"] = () => { ) }; +characterMakers["Juniper"] = () => { + return makeCharacter( + "Juniper", + "Dahwchooa", + { + front: { + height: math.unit(16, "feet"), + weight: math.unit(4000, "lb"), + name: "Front", + image: { + source: "./media/characters/juniper/front.svg", + bottom: 0.04 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(16, "feet"), + default: true + }, + ] + ) +}; + //characters