diff --git a/media/attribution.js b/media/attribution.js
index 60476270..174fe18d 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14568,6 +14568,24 @@ const attributionData = {
"sofia"
]
},
+ {
+ prefix: "./media/characters/vera/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "back.svg", source: null },
+ { name: "arcanine.svg", source: null },
+ { name: "maw.svg", source: null },
+ { name: "maw-arcanine.svg", source: null },
+ { name: "paw.svg", source: null },
+ { name: "pawprint.svg", source: null },
+ ],
+ authors: [
+ "rouncible"
+ ],
+ owners: [
+ "vant"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -19955,6 +19973,10 @@ const attributionData = {
"name": "Lotus LaFawn",
"url": "https://twitter.com/alittlefawn"
},
+ "vant": {
+ "name": "Vant",
+ "url": "https://twitter.com/FuzzHusk"
+ },
}
}
diff --git a/media/characters/vera/arcanine.svg b/media/characters/vera/arcanine.svg
new file mode 100644
index 00000000..7537102c
--- /dev/null
+++ b/media/characters/vera/arcanine.svg
@@ -0,0 +1,606 @@
+
+
+
diff --git a/media/characters/vera/back.svg b/media/characters/vera/back.svg
new file mode 100644
index 00000000..bab9041e
--- /dev/null
+++ b/media/characters/vera/back.svg
@@ -0,0 +1,335 @@
+
+
+
diff --git a/media/characters/vera/front.svg b/media/characters/vera/front.svg
new file mode 100644
index 00000000..b999b263
--- /dev/null
+++ b/media/characters/vera/front.svg
@@ -0,0 +1,435 @@
+
+
+
diff --git a/media/characters/vera/maw-arcanine.svg b/media/characters/vera/maw-arcanine.svg
new file mode 100644
index 00000000..4d8e6072
--- /dev/null
+++ b/media/characters/vera/maw-arcanine.svg
@@ -0,0 +1,96 @@
+
+
+
diff --git a/media/characters/vera/maw.svg b/media/characters/vera/maw.svg
new file mode 100644
index 00000000..c196f5c2
--- /dev/null
+++ b/media/characters/vera/maw.svg
@@ -0,0 +1,93 @@
+
+
+
diff --git a/media/characters/vera/paw.svg b/media/characters/vera/paw.svg
new file mode 100644
index 00000000..90357a34
--- /dev/null
+++ b/media/characters/vera/paw.svg
@@ -0,0 +1,111 @@
+
+
+
diff --git a/media/characters/vera/pawprint.svg b/media/characters/vera/pawprint.svg
new file mode 100644
index 00000000..60b1199b
--- /dev/null
+++ b/media/characters/vera/pawprint.svg
@@ -0,0 +1,42 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 91498665..8e1b8b8c 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -38157,6 +38157,78 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Vera", species: ["husky", "arcanine"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 10/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/vera/front.svg",
+ extra: 1680/1575,
+ bottom: 49/1729
+ }
+ },
+ back: {
+ height: math.unit(5 + 10/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/vera/back.svg",
+ extra: 1700/1588,
+ bottom: 18/1718
+ }
+ },
+ arcanine: {
+ height: math.unit(6 + 8/12, "feet"),
+ name: "Arcanine",
+ image: {
+ source: "./media/characters/vera/arcanine.svg",
+ extra: 1590/1511,
+ bottom: 71/1661
+ }
+ },
+ maw: {
+ height: math.unit(0.82, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/vera/maw.svg"
+ }
+ },
+ mawArcanine: {
+ height: math.unit(0.97, "feet"),
+ name: "Maw (Arcanine)",
+ image: {
+ source: "./media/characters/vera/maw-arcanine.svg"
+ }
+ },
+ paw: {
+ height: math.unit(0.75, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/vera/paw.svg"
+ }
+ },
+ pawprint: {
+ height: math.unit(0.52, "feet"),
+ name: "Pawprint",
+ image: {
+ source: "./media/characters/vera/pawprint.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 10/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(75, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {