diff --git a/media/attribution.js b/media/attribution.js
index 02c24b63..2c67e387 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16052,6 +16052,21 @@ const attributionData = {
"ichiinu"
]
},
+ {
+ prefix: "./media/characters/zolgar/",
+ files: [
+ { name: "regular.svg", source: "https://www.furaffinity.net/view/41478326/" },
+ { name: "boxers.svg", source: "https://www.furaffinity.net/view/41478326/" },
+ { name: "armored.svg", source: "https://www.furaffinity.net/view/41478326/" },
+ { name: "goth.svg", source: "https://www.furaffinity.net/view/41478326/" },
+ ],
+ authors: [
+ "bigblueghost"
+ ],
+ owners: [
+ "bigblueghost"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -22123,6 +22138,10 @@ const attributionData = {
"name": "Umbreeunix",
"url": "https://www.furaffinity.net/user/umbreeunix"
},
+ "bigblueghost": {
+ "name": "bigblueghost",
+ "url": "https://www.furaffinity.net/user/bigblueghost/"
+ },
}
}
diff --git a/media/characters/zolgar/armored.svg b/media/characters/zolgar/armored.svg
new file mode 100644
index 00000000..7cb237c6
--- /dev/null
+++ b/media/characters/zolgar/armored.svg
@@ -0,0 +1,2058 @@
+
+
+
diff --git a/media/characters/zolgar/boxers.svg b/media/characters/zolgar/boxers.svg
new file mode 100644
index 00000000..249780e0
--- /dev/null
+++ b/media/characters/zolgar/boxers.svg
@@ -0,0 +1,1382 @@
+
+
+
diff --git a/media/characters/zolgar/goth.svg b/media/characters/zolgar/goth.svg
new file mode 100644
index 00000000..96aba769
--- /dev/null
+++ b/media/characters/zolgar/goth.svg
@@ -0,0 +1,1464 @@
+
+
+
diff --git a/media/characters/zolgar/regular.svg b/media/characters/zolgar/regular.svg
new file mode 100644
index 00000000..527737de
--- /dev/null
+++ b/media/characters/zolgar/regular.svg
@@ -0,0 +1,887 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6347b403..005ae96c 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -42123,7 +42123,68 @@ characterMakers.push(() => makeCharacter(
},
},
[
-
+ {
+ name: "Normal",
+ height: math.unit(9, "feet"),
+ default: true
+ },
+ ]
+))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Zolgar", species: ["alien", "opossum", "bear"], tags: ["anthro"] },
+ {
+ regular: {
+ height: math.unit(16 + 2/12, "feet"),
+ weight: math.unit(2300, "lb"),
+ name: "Regular",
+ image: {
+ source: "./media/characters/zolgar/regular.svg",
+ extra: 1246/1004,
+ bottom: 124/1370
+ }
+ },
+ boxers: {
+ height: math.unit(16 + 2/12, "feet"),
+ weight: math.unit(2300, "lb"),
+ name: "Boxers",
+ image: {
+ source: "./media/characters/zolgar/boxers.svg",
+ extra: 1246/1004,
+ bottom: 124/1370
+ }
+ },
+ armored: {
+ height: math.unit(16 + 2/12, "feet"),
+ weight: math.unit(2300, "lb"),
+ name: "Armored",
+ image: {
+ source: "./media/characters/zolgar/armored.svg",
+ extra: 1246/1004,
+ bottom: 124/1370
+ }
+ },
+ goth: {
+ height: math.unit(16 + 2/12, "feet"),
+ weight: math.unit(2300, "lb"),
+ name: "Goth",
+ image: {
+ source: "./media/characters/zolgar/goth.svg",
+ extra: 1246/1004,
+ bottom: 124/1370
+ }
+ },
+ },
+ [
+ {
+ name: "Shrunken Down",
+ height: math.unit(9 + 2/12, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(16 + 2/12, "feet"),
+ default: true
+ },
]
))