diff --git a/media/attribution.js b/media/attribution.js
index cdae786e..1e4e2e13 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -8149,6 +8149,19 @@ const attributionData = {
"looneyluna"
]
},
+ {
+ prefix: "./media/characters/fruity/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34341438/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/34341438/" },
+ ],
+ authors: [
+ "moffeen"
+ ],
+ owners: [
+ "fruitofthedoom"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -11222,6 +11235,14 @@ const attributionData = {
"name": "Looneyluna",
"url": "https://www.furaffinity.net/user/looneyluna/",
},
+ "fruitofthedoom": {
+ "name": "FruitOfTheDoom",
+ "url": "https://www.furaffinity.net/user/fruitofthedoom/",
+ },
+ "moffeen": {
+ "name": "moffeen",
+ "url": "https://www.furaffinity.net/user/moffeen",
+ },
}
}
diff --git a/media/characters/fruity/back.svg b/media/characters/fruity/back.svg
new file mode 100644
index 00000000..40275db2
--- /dev/null
+++ b/media/characters/fruity/back.svg
@@ -0,0 +1,388 @@
+
+
+
diff --git a/media/characters/fruity/front.svg b/media/characters/fruity/front.svg
new file mode 100644
index 00000000..53717224
--- /dev/null
+++ b/media/characters/fruity/front.svg
@@ -0,0 +1,445 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 24d000ce..e393b050 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -19877,6 +19877,42 @@ characterMakers["Sen"] = () => {
)
};
+characterMakers["Fruity"] = () => {
+ return makeCharacter(
+ "Fruity",
+ "FruitOfTheDoom",
+ {
+ front: {
+ height: math.unit(166.6, "cm"),
+ weight: math.unit(66.6, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/fruity/front.svg",
+ extra: 1510/1386,
+ bottom: 0.04
+ }
+ },
+ back: {
+ height: math.unit(166.6, "cm"),
+ weight: math.unit(66.6, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/fruity/back.svg",
+ extra: 1563/1435,
+ bottom: 0.005
+ }
+ },
+ },
+ [
+ {
+ name: "Demonic",
+ height: math.unit(166.6, "cm"),
+ default: true
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {