diff --git a/media/attribution.js b/media/attribution.js
index 82bb60a8..fc20f037 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11719,6 +11719,21 @@ const attributionData = {
"vabad"
]
},
+ {
+ prefix: "./media/characters/sapphire-svell/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/YutSmut/status/1306361190109646848", nsfw: true },
+ { name: "back.svg", source: "https://twitter.com/YutSmut/status/1306361190109646848", nsfw: true },
+ { name: "maw.svg", source: "https://twitter.com/YutSmut/status/1306361190109646848" },
+ { name: "foot.svg", source: "https://twitter.com/YutSmut/status/1306361190109646848" },
+ ],
+ authors: [
+ "yutmutt"
+ ],
+ owners: [
+ "sapphire-svell"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -16138,6 +16153,10 @@ const attributionData = {
"name": "Elbestia",
"url": "https://www.furaffinity.net/user/elbestia"
},
+ "sapphire-svell": {
+ "name": "Sapphire Svell",
+ "url": "https://twitter.com/Sapphire_Svell"
+ },
}
}
diff --git a/media/characters/sapphire-svell/back.svg b/media/characters/sapphire-svell/back.svg
new file mode 100644
index 00000000..b4bed4ea
--- /dev/null
+++ b/media/characters/sapphire-svell/back.svg
@@ -0,0 +1,415 @@
+
+
+
diff --git a/media/characters/sapphire-svell/foot.svg b/media/characters/sapphire-svell/foot.svg
new file mode 100644
index 00000000..d7836850
--- /dev/null
+++ b/media/characters/sapphire-svell/foot.svg
@@ -0,0 +1,152 @@
+
+
+
diff --git a/media/characters/sapphire-svell/front.svg b/media/characters/sapphire-svell/front.svg
new file mode 100644
index 00000000..fef96400
--- /dev/null
+++ b/media/characters/sapphire-svell/front.svg
@@ -0,0 +1,748 @@
+
+
+
diff --git a/media/characters/sapphire-svell/maw.svg b/media/characters/sapphire-svell/maw.svg
new file mode 100644
index 00000000..13350b1d
--- /dev/null
+++ b/media/characters/sapphire-svell/maw.svg
@@ -0,0 +1,351 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 1d6bf90b..5c78a27f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -29862,6 +29862,61 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Sapphire Svell", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(215, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/sapphire-svell/front.svg",
+ extra: 495/455,
+ bottom: 20/515
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(216, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/sapphire-svell/back.svg",
+ extra: 497/477,
+ bottom: 7/504
+ }
+ },
+ maw: {
+ height: math.unit(1.57, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/sapphire-svell/maw.svg"
+ }
+ },
+ foot: {
+ height: math.unit(1.07, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/sapphire-svell/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(300, "feet"),
+ default: true
+ },
+ {
+ name: "Augmented",
+ height: math.unit(1250, "feet")
+ },
+ {
+ name: "Unleashed",
+ height: math.unit(3000, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {