diff --git a/media/attribution.js b/media/attribution.js
index 8e9c948c..7b097b78 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -8047,6 +8047,8 @@ const attributionData = {
prefix: "./media/characters/gin/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/34278152/" },
+ { name: "mouth.svg", source: "https://www.furaffinity.net/view/34278152/" },
+ { name: "hand.svg", source: "https://www.furaffinity.net/view/34278152/" },
{ name: "foot.svg", source: "https://www.furaffinity.net/view/34278152/" },
{ name: "sole.svg", source: "https://www.furaffinity.net/view/34794072/" },
],
diff --git a/media/characters/gin/foot.svg b/media/characters/gin/foot.svg
index fed0bac8..cfe0123b 100644
--- a/media/characters/gin/foot.svg
+++ b/media/characters/gin/foot.svg
@@ -1,23 +1,96 @@
-
+
diff --git a/media/characters/gin/front.svg b/media/characters/gin/front.svg
index 867a1aa7..a134ac5f 100644
--- a/media/characters/gin/front.svg
+++ b/media/characters/gin/front.svg
@@ -1,75 +1,534 @@
-
+
diff --git a/media/characters/gin/hand.svg b/media/characters/gin/hand.svg
new file mode 100644
index 00000000..fab7a459
--- /dev/null
+++ b/media/characters/gin/hand.svg
@@ -0,0 +1,147 @@
+
+
+
diff --git a/media/characters/gin/mouth.svg b/media/characters/gin/mouth.svg
new file mode 100644
index 00000000..d58fb72f
--- /dev/null
+++ b/media/characters/gin/mouth.svg
@@ -0,0 +1,304 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index fd4462c7..ee1decf7 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -5695,24 +5695,38 @@ characterMakers.push(() => makeCharacter(
{ name: "Gin", species: ["dragon"], tags: ["anthro"] },
{
front: {
- height: math.unit(6, "feet"),
- weight: math.unit(170, "lbs"),
+ height: math.unit(13 + 2/12, "feet"),
+ weight: math.unit(800, "kg"),
name: "Front",
image: {
source: "./media/characters/gin/front.svg",
- extra: 1.053,
- bottom: 0.025
+ extra: 1312/1191,
+ bottom: 45/1357
+ }
+ },
+ mouth: {
+ height: math.unit(2.39 * 1.8, "feet"),
+ name: "Mouth",
+ image: {
+ source: "./media/characters/gin/mouth.svg"
+ }
+ },
+ hand: {
+ height: math.unit(1.57 * 2.19, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/gin/hand.svg"
}
},
foot: {
- height: math.unit(6 / 4.25, "feet"),
+ height: math.unit(6 / 4.25 * 2.19, "feet"),
name: "Foot",
image: {
source: "./media/characters/gin/foot.svg"
}
},
sole: {
- height: math.unit(6 / 4.40, "feet"),
+ height: math.unit(6 / 4.40 * 2.19, "feet"),
name: "Sole",
image: {
source: "./media/characters/gin/sole.svg"
@@ -5721,26 +5735,30 @@ characterMakers.push(() => makeCharacter(
},
[
{
- name: "Normal",
+ name: "Very Small",
height: math.unit(13 + 2 / 12, "feet")
},
{
- name: "Macro",
- height: math.unit(1500, "feet")
+ name: "Micro",
+ height: math.unit(600, "miles")
},
{
- name: "Megamacro",
- height: math.unit(200, "miles"),
+ name: "Regular",
+ height: math.unit(20, "earths"),
default: true
},
{
- name: "Gigamacro",
- height: math.unit(500, "megameters")
+ name: "Macro",
+ height: math.unit(2.2, "solarradii")
},
{
name: "Teramacro",
- height: math.unit(15, "lightyears")
- }
+ height: math.unit(1.2, "galaxies")
+ },
+ {
+ name: "Omegamacro",
+ height: math.unit(200, "universes")
+ },
]
))