diff --git a/media/attribution.js b/media/attribution.js
index e35f5d65..047f171a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19135,6 +19135,19 @@ const attributionData = {
"remmyzilla"
]
},
+ {
+ prefix: "./media/characters/sukebe/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/25180321/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/25180321/" },
+ ],
+ authors: [
+ "sukebepanda"
+ ],
+ owners: [
+ "sukebepanda"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/sukebe/back.svg b/media/characters/sukebe/back.svg
new file mode 100644
index 00000000..bdaa65e6
--- /dev/null
+++ b/media/characters/sukebe/back.svg
@@ -0,0 +1,510 @@
+
+
+
diff --git a/media/characters/sukebe/front.svg b/media/characters/sukebe/front.svg
new file mode 100644
index 00000000..3e715840
--- /dev/null
+++ b/media/characters/sukebe/front.svg
@@ -0,0 +1,1641 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e797b8e2..3274b221 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -52198,6 +52198,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Sukebe", species: ["panda"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 4/12, "feet"),
+ weight: math.unit(230, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/sukebe/front.svg",
+ extra: 2130/2038,
+ bottom: 90/2220
+ }
+ },
+ back: {
+ height: math.unit(3.48, "feet"),
+ weight: math.unit(230, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/sukebe/back.svg",
+ extra: 1670/1604,
+ bottom: 0/1670
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 4/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {