diff --git a/media/attribution.js b/media/attribution.js
index d37787f8..16944fdb 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -1685,6 +1685,18 @@ const attributionData = {
"chemicalcrux"
]
},
+ {
+ prefix: "./media/characters/fleta/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/28202280/" }
+ ],
+ authors: [
+ "emiechii"
+ ],
+ owners: [
+ "thefleta"
+ ]
+ },
{
prefix: "./media/characters/fliss/",
files: [
@@ -3829,6 +3841,14 @@ const attributionData = {
"name": "Fliss",
"url": "https://twitter.com/SwychBun",
},
+ "thefleta": {
+ "name": "TheFleta",
+ "url": "https://www.furaffinity.net/user/thefleta/",
+ },
+ "emiechii": {
+ "name": "EmieChii",
+ "url": "https://www.furaffinity.net/user/emiechii/",
+ },
}
}
diff --git a/media/characters/fleta/back.svg b/media/characters/fleta/back.svg
new file mode 100644
index 00000000..a3ce8a9b
--- /dev/null
+++ b/media/characters/fleta/back.svg
@@ -0,0 +1,206 @@
+
+
+
diff --git a/media/characters/fleta/front.svg b/media/characters/fleta/front.svg
new file mode 100644
index 00000000..3959deb1
--- /dev/null
+++ b/media/characters/fleta/front.svg
@@ -0,0 +1,178 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9acbfbe4..1b17e965 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -7351,6 +7351,40 @@ characterMakers["Fliss"] = () => {
)
};
+characterMakers["Fleta"] = () => {
+ return makeCharacter(
+ "Fleta",
+ "TheFleta",
+ {
+ front: {
+ height: math.unit(5, "cm"),
+ weight: math.unit(1.94, "g"),
+ name: "Front",
+ image: {
+ source: "./media/characters/fleta/front.svg",
+ extra: 835/803
+ }
+ },
+ back: {
+ height: math.unit(5, "cm"),
+ weight: math.unit(1.94, "g"),
+ name: "Back",
+ image: {
+ source: "./media/characters/fleta/back.svg",
+ extra: 835/803
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(5, "cm"),
+ default: true
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({