diff --git a/media/attribution.js b/media/attribution.js
index 00f4fac8..0612b728 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -186,6 +186,31 @@ const attributionData = {
"movler"
]
},
+ {
+ prefix: "./media/characters/gemini/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/31363584/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/31363584/" },
+ ],
+ authors: [
+ "rebonica"
+ ],
+ owners: [
+ "geminimacro"
+ ]
+ },
+ {
+ prefix: "./media/characters/gemini/",
+ files: [
+ { name: "kneeling.svg", source: "https://www.furaffinity.net/view/31295122/" },
+ ],
+ authors: [
+ "furrypur"
+ ],
+ owners: [
+ "geminimacro"
+ ]
+ },
{
prefix: "./media/characters/jaro/",
files: [
@@ -295,7 +320,7 @@ const attributionData = {
{ name: "back.svg", source: "https://www.furaffinity.net/view/34977812/" }
],
authors: [
- "Rebonica"
+ "rebonica"
],
owners: [
"movler"
@@ -397,10 +422,18 @@ const attributionData = {
name: "Flyhar",
url: "https://www.furaffinity.net/user/flyfeline/"
},
+ "furrypur": {
+ name: "FurryPur",
+ url: "https://www.furaffinity.net/user/furrypur/"
+ },
"gaiawolfess": {
name: "Gaiawolfess",
url: "https://www.furaffinity.net/user/gaiawolfess"
},
+ "geminimacro": {
+ name: "geminimacro",
+ url: "https://www.furaffinity.net/user/lajay"
+ },
"jaro-the-dragon": {
name: "Jaro",
url: "https://www.furaffinity.net/user/jarothedragon/"
@@ -453,7 +486,7 @@ const attributionData = {
name: "Quake Yote",
url: "https://www.furaffinity.net/user/rokossovskiy"
},
- "Rebonica": {
+ "rebonica": {
name: "Rebonica",
url: "https://www.furaffinity.net/user/rebonica"
},
diff --git a/media/characters/gemini/back.svg b/media/characters/gemini/back.svg
new file mode 100644
index 00000000..6f299270
--- /dev/null
+++ b/media/characters/gemini/back.svg
@@ -0,0 +1,80 @@
+
+
+
diff --git a/media/characters/gemini/front.svg b/media/characters/gemini/front.svg
new file mode 100644
index 00000000..8bcbf9b1
--- /dev/null
+++ b/media/characters/gemini/front.svg
@@ -0,0 +1,82 @@
+
+
+
diff --git a/media/characters/gemini/kneeling.svg b/media/characters/gemini/kneeling.svg
new file mode 100644
index 00000000..19e1c1f6
--- /dev/null
+++ b/media/characters/gemini/kneeling.svg
@@ -0,0 +1,136 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 953df39a..cc14baa0 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -4249,6 +4249,51 @@ characterMakers["Piper"] = () => {
)
};
+characterMakers["Gemini"] = () => {
+ return makeCharacter(
+ "Gemini",
+ "lajay",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/gemini/front.svg"
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/gemini/back.svg"
+ }
+ },
+ kneeling: {
+ height: math.unit(6/1.5, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Kneeling",
+ image: {
+ source: "./media/characters/gemini/kneeling.svg",
+ bottom: 0.02
+ }
+ },
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(300, "meters"),
+ default: true
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(6900, "meters")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({