diff --git a/media/attribution.js b/media/attribution.js
index efbcd77e..db28b0d2 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -4304,8 +4304,10 @@ const attributionData = {
{
prefix: "./media/characters/opal/",
files: [
- { name: "front.svg", source: "https://www.furaffinity.net/view/33375219/" },
- { name: "front-alt.svg", source: "https://www.furaffinity.net/view/32959775/" },
+ { name: "standing.svg", source: "https://www.furaffinity.net/view/41364740/" },
+ { name: "sitting.svg", source: "https://www.furaffinity.net/view/40530617/" },
+ { name: "hand.svg", source: "https://www.furaffinity.net/view/41364740/" },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/41364740/" },
],
authors: [
"enormouse"
diff --git a/media/characters/opal/foot.svg b/media/characters/opal/foot.svg
new file mode 100644
index 00000000..449f2ee2
--- /dev/null
+++ b/media/characters/opal/foot.svg
@@ -0,0 +1,152 @@
+
+
+
diff --git a/media/characters/opal/front-alt.svg b/media/characters/opal/front-alt.svg
deleted file mode 100644
index 03c134a1..00000000
--- a/media/characters/opal/front-alt.svg
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
diff --git a/media/characters/opal/front.svg b/media/characters/opal/front.svg
deleted file mode 100644
index 43b0f2b8..00000000
--- a/media/characters/opal/front.svg
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
diff --git a/media/characters/opal/hand.svg b/media/characters/opal/hand.svg
new file mode 100644
index 00000000..dd60bca9
--- /dev/null
+++ b/media/characters/opal/hand.svg
@@ -0,0 +1,182 @@
+
+
+
diff --git a/media/characters/opal/sitting.svg b/media/characters/opal/sitting.svg
new file mode 100644
index 00000000..ef77615e
--- /dev/null
+++ b/media/characters/opal/sitting.svg
@@ -0,0 +1,2081 @@
+
+
+
diff --git a/media/characters/opal/standing.svg b/media/characters/opal/standing.svg
new file mode 100644
index 00000000..544ec3e4
--- /dev/null
+++ b/media/characters/opal/standing.svg
@@ -0,0 +1,1757 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 58394251..ee4c0358 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -8265,22 +8265,40 @@ characterMakers.push(() => makeCharacter(
))
characterMakers.push(() => makeCharacter(
- { name: "Opal", species: ["rabbit"], tags: ["anthro"] },
+ { name: "Opal", species: ["rabbit", "deity"], tags: ["anthro"] },
{
- front: {
- height: math.unit(4 + 11 / 12, "feet"),
- weight: math.unit(100, "lbs"),
- name: "Front",
+ standing: {
+ height: math.unit(4 + 11/12, "feet"),
+ weight: math.unit(100, "lb"),
+ name: "Standing",
image: {
- source: "./media/characters/opal/front.svg"
+ source: "./media/characters/opal/standing.svg",
+ extra: 1588/1513,
+ bottom: 23/1611
}
},
- frontAlt: {
- height: math.unit(4 + 11 / 12, "feet"),
- weight: math.unit(100, "lbs"),
- name: "Front (Alt)",
+ sitting: {
+ height: math.unit(2.3, "feet"),
+ weight: math.unit(100, "lb"),
+ name: "Sitting",
+ image: {
+ source: "./media/characters/opal/sitting.svg",
+ extra: 1031/892,
+ bottom: 142/1173
+ }
+ },
+ hand: {
+ height: math.unit(0.59, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/opal/hand.svg"
+ }
+ },
+ foot: {
+ height: math.unit(0.61, "feet"),
+ name: "Foot",
image: {
- source: "./media/characters/opal/front-alt.svg"
+ source: "./media/characters/opal/foot.svg"
}
},
},