diff --git a/media/attribution.js b/media/attribution.js
index 717f9dbe..ef51d4fa 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9574,6 +9574,19 @@ const attributionData = {
"retroinferno"
]
},
+ {
+ prefix: "./media/characters/umok/",
+ files: [
+ { name: "female.svg", source: "https://www.furaffinity.net/view/35674883/" },
+ { name: "male.svg", source: "https://www.furaffinity.net/view/35674883/" },
+ ],
+ authors: [
+ "gasmaskfox"
+ ],
+ owners: [
+ "retroinferno"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/umok/female.svg b/media/characters/umok/female.svg
new file mode 100644
index 00000000..8a14720c
--- /dev/null
+++ b/media/characters/umok/female.svg
@@ -0,0 +1,673 @@
+
+
+
diff --git a/media/characters/umok/male.svg b/media/characters/umok/male.svg
new file mode 100644
index 00000000..3d449348
--- /dev/null
+++ b/media/characters/umok/male.svg
@@ -0,0 +1,615 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 5fd3bbf0..c4e1a8a3 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -22172,6 +22172,41 @@ characterMakers.push(() => makeCharacter(
},
]
))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Umok" },
+ {
+ female: {
+ height: math.unit(19.3, "m"),
+ weight: math.unit(Math.pow((19.3/2), 3) * 60, "kg"),
+ name: "Female",
+ image: {
+ source: "./media/characters/umok/female.svg",
+ extra: 2186/2078,
+ bottom: 87/2277
+ }
+ },
+ male: {
+ height: math.unit(19.5, "m"),
+ weight: math.unit(Math.pow((19.5/2), 3) * 60, "kg"),
+ name: "Male",
+ image: {
+ source: "./media/characters/umok/male.svg",
+ extra: 2233/2140,
+ bottom: 24.4/2258
+ }
+ },
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(19.3, "meters"),
+ default: true
+ },
+ ]
+))
+
+
//characters
function makeCharacters() {