diff --git a/media/attribution.js b/media/attribution.js
index 0ec85a55..b219229e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2518,6 +2518,8 @@ const attributionData = {
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/43753330/" },
{ name: "diving.svg", source: "https://www.furaffinity.net/view/43753330/" },
+ { name: "goo.svg", source: "https://www.furaffinity.net/view/43970537/" },
+ { name: "goo-ceiling.svg", source: "https://www.furaffinity.net/view/43970537/" },
{ name: "maw.svg", source: "https://www.furaffinity.net/view/43753330/" },
],
authors: [
@@ -2554,7 +2556,7 @@ const attributionData = {
{
prefix: "./media/characters/fen/",
files: [
- { name: "goo.svg", source: "https://www.furaffinity.net/view/17898553/" }
+ { name: "goo-lounging.svg", source: "https://www.furaffinity.net/view/17898553/" }
],
authors: [
"maplecookies"
diff --git a/media/characters/fen/goo-ceiling.svg b/media/characters/fen/goo-ceiling.svg
new file mode 100644
index 00000000..c70ba608
--- /dev/null
+++ b/media/characters/fen/goo-ceiling.svg
@@ -0,0 +1,3297 @@
+
+
+
diff --git a/media/characters/fen/goo-lounging.svg b/media/characters/fen/goo-lounging.svg
new file mode 100644
index 00000000..0a1e2b7d
--- /dev/null
+++ b/media/characters/fen/goo-lounging.svg
@@ -0,0 +1,708 @@
+
+
+
diff --git a/media/characters/fen/goo.svg b/media/characters/fen/goo.svg
index 0a1e2b7d..2c3b9ff9 100644
--- a/media/characters/fen/goo.svg
+++ b/media/characters/fen/goo.svg
@@ -1,708 +1,3829 @@
-
+
diff --git a/presets/characters.js b/presets/characters.js
index 27ae3012..b72613f4 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1877,6 +1877,17 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/fen/diving.svg"
}
},
+ goo: {
+ height: math.unit(12, "feet"),
+ weight: math.unit(1600, "lb"),
+ capacity: math.unit(6, "people"),
+ name: "Goo",
+ image: {
+ source: "./media/characters/fen/goo.svg",
+ extra: 1307/1071,
+ bottom: 134/1441
+ }
+ },
maw: {
height: math.unit(5.03, "feet"),
name: "Maw",
@@ -1884,6 +1895,15 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/fen/maw.svg"
}
},
+ gooCeiling: {
+ height: math.unit(6.6, "feet"),
+ weight: math.unit(1600, "lb"),
+ capacity: math.unit(6, "people"),
+ name: "Goo (Ceiling)",
+ image: {
+ source: "./media/characters/fen/goo-ceiling.svg"
+ }
+ },
back: {
height: math.unit(12, "feet"),
weight: math.unit(1600, "lb"),
@@ -1914,11 +1934,11 @@ characterMakers.push(() => makeCharacter(
}
}
},
- goo: {
+ gooLounging: {
height: math.unit(4.53, "feet"),
weight: math.unit(1600, "lb"),
capacity: math.unit(6, "people"),
- name: "Goo",
+ name: "Goo (Lounging)",
image: {
source: "./media/characters/fen/goo.svg",
bottom: 116 / 613