diff --git a/media/attribution.js b/media/attribution.js
index cc4bdc90..ccdc3285 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11215,6 +11215,19 @@ const attributionData = {
"quakeroc"
]
},
+ {
+ prefix: "./media/characters/victoria/",
+ files: [
+ { name: "side.svg", source: "https://www.furaffinity.net/view/28463698/" },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/28463698/" },
+ ],
+ authors: [
+ "corriezodori"
+ ],
+ owners: [
+ "gyiyga"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/victoria/maw.svg b/media/characters/victoria/maw.svg
new file mode 100644
index 00000000..10d60a77
--- /dev/null
+++ b/media/characters/victoria/maw.svg
@@ -0,0 +1,83 @@
+
+
+
diff --git a/media/characters/victoria/side.svg b/media/characters/victoria/side.svg
new file mode 100644
index 00000000..63772c63
--- /dev/null
+++ b/media/characters/victoria/side.svg
@@ -0,0 +1,318 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 49380756..012c047f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -4161,8 +4161,8 @@ characterMakers.push(() => makeCharacter(
name: "Side",
image: {
source: "./media/characters/vulpes/side.svg",
- extra: 577/549,
- bottom: 11/588
+ extra: 577 / 549,
+ bottom: 11 / 588
}
},
back: {
@@ -4171,8 +4171,8 @@ characterMakers.push(() => makeCharacter(
name: "Back",
image: {
source: "./media/characters/vulpes/back.svg",
- extra: 573/549,
- bottom: 20/593
+ extra: 573 / 549,
+ bottom: 20 / 593
}
},
feet: {
@@ -28232,8 +28232,8 @@ characterMakers.push(() => makeCharacter(
name: "Front",
image: {
source: "./media/characters/lawrence/front.svg",
- extra: 357/335,
- bottom: 30/387
+ extra: 357 / 335,
+ bottom: 30 / 387
}
},
back: {
@@ -28242,8 +28242,8 @@ characterMakers.push(() => makeCharacter(
name: "Back",
image: {
source: "./media/characters/lawrence/back.svg",
- extra: 357/338,
- bottom: 16/373
+ extra: 357 / 338,
+ bottom: 16 / 373
}
},
head: {
@@ -28300,8 +28300,8 @@ characterMakers.push(() => makeCharacter(
name: "Front",
image: {
source: "./media/characters/sydney/front.svg",
- extra: 1323/1277,
- bottom: 111/1434
+ extra: 1323 / 1277,
+ bottom: 111 / 1434
}
},
},
@@ -28321,8 +28321,8 @@ characterMakers.push(() => makeCharacter(
name: "Back",
image: {
source: "./media/characters/jessica/back.svg",
- extra: 273/259,
- bottom: 7/280
+ extra: 273 / 259,
+ bottom: 7 / 280
}
},
},
@@ -28339,6 +28339,34 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Victoria", species: ["zorgoia"], tags: ["feral"] },
+ {
+ side: {
+ height: math.unit(320, "cm"),
+ name: "Side",
+ image: {
+ source: "./media/characters/victoria/side.svg",
+ extra: 778/346,
+ bottom: 56/834
+ }
+ },
+ maw: {
+ height: math.unit(5.9, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/victoria/maw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(320, "cm"),
+ default: true
+ },
+ ]
+))
//characters
function makeCharacters() {