diff --git a/media/attribution.js b/media/attribution.js
index 0bc46b20..cdae786e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -8135,6 +8135,20 @@ const attributionData = {
"chomp-chi"
]
},
+ {
+ prefix: "./media/characters/sen/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/25048028/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/25048028/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/25048028/" },
+ ],
+ authors: [
+ "verysoft"
+ ],
+ owners: [
+ "looneyluna"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -11204,6 +11218,10 @@ const attributionData = {
"name": "chomp-chi",
"url": "https://www.furaffinity.net/user/chomp-chi",
},
+ "looneyluna": {
+ "name": "Looneyluna",
+ "url": "https://www.furaffinity.net/user/looneyluna/",
+ },
}
}
diff --git a/media/characters/sen/back.svg b/media/characters/sen/back.svg
new file mode 100644
index 00000000..b5fa5b70
--- /dev/null
+++ b/media/characters/sen/back.svg
@@ -0,0 +1,106 @@
+
+
+
diff --git a/media/characters/sen/front.svg b/media/characters/sen/front.svg
new file mode 100644
index 00000000..2063b6ce
--- /dev/null
+++ b/media/characters/sen/front.svg
@@ -0,0 +1,204 @@
+
+
+
diff --git a/media/characters/sen/side.svg b/media/characters/sen/side.svg
new file mode 100644
index 00000000..3b80dd8b
--- /dev/null
+++ b/media/characters/sen/side.svg
@@ -0,0 +1,156 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 1b0f8bc7..24d000ce 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -19802,8 +19802,6 @@ characterMakers["Seroko"] = () => {
)
};
-2242
-
characterMakers["Quatzi"] = () => {
return makeCharacter(
"Quatzi",
@@ -19834,6 +19832,51 @@ characterMakers["Quatzi"] = () => {
)
};
+characterMakers["Sen"] = () => {
+ return makeCharacter(
+ "Sen",
+ "Looneyluna",
+ {
+ front: {
+ height: math.unit(5 + 11/12, "feet"),
+ weight: math.unit(180, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/sen/front.svg",
+ extra: 1321/1254,
+ bottom: 0.015
+ }
+ },
+ side: {
+ height: math.unit(5 + 11/12, "feet"),
+ weight: math.unit(180, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/sen/side.svg",
+ extra: 1321/1254,
+ bottom: 0.007
+ }
+ },
+ back: {
+ height: math.unit(5 + 11/12, "feet"),
+ weight: math.unit(180, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/sen/back.svg",
+ extra: 1321/1254
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 11/12, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {