diff --git a/media/attribution.js b/media/attribution.js
index 53bd29a1..d16c8895 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -5349,7 +5349,7 @@ const attributionData = {
{
prefix: "./media/characters/vemus/",
files: [
- { name: "front.svg", source: "https://www.furaffinity.net/view/31833589/" }
+ { name: "crux.svg", source: "https://www.furaffinity.net/view/31833589/" }
],
authors: [
"eda"
@@ -5358,6 +5358,18 @@ const attributionData = {
"vemus"
]
},
+ {
+ prefix: "./media/characters/vemus/",
+ files: [
+ { name: "skunk-tanuki.svg", source: null }
+ ],
+ authors: [
+ "rabidraccoon"
+ ],
+ owners: [
+ "vemus"
+ ]
+ },
{
prefix: "./media/characters/verin/",
files: [
@@ -21786,6 +21798,10 @@ const attributionData = {
"name": "Korbin",
"url": "https://www.furaffinity.net/user/korbin"
},
+ "rabidraccoon": {
+ "name": "RabidRaccoon",
+ "url": "https://twitter.com/RabidRaccoon"
+ },
}
}
diff --git a/media/characters/vemus/crux.svg b/media/characters/vemus/crux.svg
new file mode 100644
index 00000000..d9480664
--- /dev/null
+++ b/media/characters/vemus/crux.svg
@@ -0,0 +1,1800 @@
+
+
+
diff --git a/media/characters/vemus/front.svg b/media/characters/vemus/front.svg
deleted file mode 100644
index 29248928..00000000
--- a/media/characters/vemus/front.svg
+++ /dev/null
@@ -1,1346 +0,0 @@
-
-
-
diff --git a/media/characters/vemus/skunk-tanuki.svg b/media/characters/vemus/skunk-tanuki.svg
new file mode 100644
index 00000000..f1934b90
--- /dev/null
+++ b/media/characters/vemus/skunk-tanuki.svg
@@ -0,0 +1,1021 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 5597ac3b..c9f4e1b7 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -6634,18 +6634,28 @@ characterMakers.push(() => makeCharacter(
))
characterMakers.push(() => makeCharacter(
- { name: "Vemus", species: ["crux"], tags: ["anthro"] },
+ { name: "Vemus", species: ["crux", "skunk", "tanuki"], tags: ["anthro", "goo"] },
{
- front: {
+ crux: {
height: math.unit(2, "meters"),
weight: math.unit(150, "kg"),
- name: "Front",
+ name: "Crux",
image: {
- source: "./media/characters/vemus/front.svg",
+ source: "./media/characters/vemus/crux.svg",
extra: 1074/936,
bottom: 23/1097
}
- }
+ },
+ skunkTanuki: {
+ height: math.unit(2, "meters"),
+ weight: math.unit(150, "kg"),
+ name: "Skunk-Tanuki",
+ image: {
+ source: "./media/characters/vemus/skunk-tanuki.svg",
+ extra: 926/893,
+ bottom: 20/946
+ }
+ },
},
[
{