diff --git a/media/attribution.js b/media/attribution.js
index af62d321..f6896b89 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -8265,6 +8265,19 @@ const attributionData = {
"ruleroftherainforest"
]
},
+ {
+ prefix: "./media/characters/amethyst/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/21157485/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/21157485/" },
+ ],
+ authors: [
+ "kikimochan"
+ ],
+ owners: [
+ "amethyst-lumisade"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -11410,6 +11423,14 @@ const attributionData = {
"name": "pikisuperstar",
"url": "https://www.freepik.com/pikisuperstar",
},
+ "kikimochan": {
+ "name": "kikimochan",
+ "url": "https://www.furaffinity.net/user/kikimochan",
+ },
+ "amethyst-lumisade": {
+ "name": "Amethyst Lumisade",
+ "url": "https://www.furaffinity.net/user/amethystlumisade/",
+ },
}
}
diff --git a/media/characters/amethyst/back.svg b/media/characters/amethyst/back.svg
new file mode 100644
index 00000000..d4d4fbd6
--- /dev/null
+++ b/media/characters/amethyst/back.svg
@@ -0,0 +1,1543 @@
+
+
+
diff --git a/media/characters/amethyst/front.svg b/media/characters/amethyst/front.svg
new file mode 100644
index 00000000..ff8b8fe3
--- /dev/null
+++ b/media/characters/amethyst/front.svg
@@ -0,0 +1,1238 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index abf5d8e8..85d47325 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -20078,6 +20078,42 @@ characterMakers["2th"] = () => {
)
};
+characterMakers["Amethyst"] = () => {
+ return makeCharacter(
+ "Amethyst",
+ "AmethystSnowmew",
+ {
+ front: {
+ height: math.unit(5 + 6/12, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/amethyst/front.svg",
+ extra: 2078/2040,
+ bottom: 0.045
+ }
+ },
+ back: {
+ height: math.unit(5 + 6/12, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/amethyst/back.svg",
+ extra: 2021/1989,
+ bottom: 0.02
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 6/12, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {