diff --git a/media/attribution.js b/media/attribution.js
index ea09a67e..6cf52453 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21949,6 +21949,21 @@ const attributionData = {
"dekisystem"
]
},
+ {
+ prefix: "./media/characters/corra-tourmaline/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/geckonori/status/1483127476100423682" },
+ { name: "back.svg", source: "https://twitter.com/geckonori/status/1483127476100423682" },
+ { name: "dressed.svg", source: "https://twitter.com/geckonori/status/1483127476100423682" },
+ { name: "beans.svg", source: "https://twitter.com/geckonori/status/1483127476100423682" },
+ ],
+ authors: [
+ "cattinypaws"
+ ],
+ owners: [
+ "geckonori"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/corra-tourmaline/back.svg b/media/characters/corra-tourmaline/back.svg
new file mode 100644
index 00000000..c5c896a1
--- /dev/null
+++ b/media/characters/corra-tourmaline/back.svg
@@ -0,0 +1,527 @@
+
+
+
diff --git a/media/characters/corra-tourmaline/beans.svg b/media/characters/corra-tourmaline/beans.svg
new file mode 100644
index 00000000..b13c63e0
--- /dev/null
+++ b/media/characters/corra-tourmaline/beans.svg
@@ -0,0 +1,48 @@
+
+
+
diff --git a/media/characters/corra-tourmaline/dressed.svg b/media/characters/corra-tourmaline/dressed.svg
new file mode 100644
index 00000000..e6ad512d
--- /dev/null
+++ b/media/characters/corra-tourmaline/dressed.svg
@@ -0,0 +1,1666 @@
+
+
+
diff --git a/media/characters/corra-tourmaline/front.svg b/media/characters/corra-tourmaline/front.svg
new file mode 100644
index 00000000..033abbfb
--- /dev/null
+++ b/media/characters/corra-tourmaline/front.svg
@@ -0,0 +1,1282 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index fcd994b6..5758b967 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -63194,6 +63194,60 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Corra Tourmaline", species: ["vaporeon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(3 + 3/12, "feet"),
+ weight: math.unit(75, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/corra-tourmaline/front.svg",
+ extra: 1037/864,
+ bottom: 39/1076
+ }
+ },
+ back: {
+ height: math.unit(3 + 3/12, "feet"),
+ weight: math.unit(75, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/corra-tourmaline/back.svg",
+ extra: 1022/849,
+ bottom: 26/1048
+ }
+ },
+ dressed: {
+ height: math.unit(3 + 3/12, "feet"),
+ weight: math.unit(75, "lb"),
+ name: "Dressed",
+ image: {
+ source: "./media/characters/corra-tourmaline/dressed.svg",
+ extra: 1037/864,
+ bottom: 39/1076
+ }
+ },
+ beans: {
+ height: math.unit(1, "feet"),
+ name: "Beans",
+ image: {
+ source: "./media/characters/corra-tourmaline/beans.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(3 + 3/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(32, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {