diff --git a/media/attribution.js b/media/attribution.js index 7d388939..2f1c7bf8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7955,6 +7955,18 @@ const attributionData = { "xrequiem" ] }, + { + prefix: "./media/characters/artemis/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/29084844/" } + ], + authors: [ + "meep" + ], + owners: [ + "xrequiem" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/artemis/front.svg b/media/characters/artemis/front.svg new file mode 100644 index 00000000..20a34ed7 --- /dev/null +++ b/media/characters/artemis/front.svg @@ -0,0 +1,726 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d257ccb8..a28ac094 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19362,6 +19362,36 @@ characterMakers["Vanguard"] = () => { ) }; +characterMakers["Artemis"] = () => { + return makeCharacter( + "Artemis", + "Varden", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/artemis/front.svg", + extra: 1192/1075, + bottom: 0.07 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7.5, "feet"), + default: true + }, + { + name: "Enlarged", + height: math.unit(12, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {