diff --git a/media/attribution.js b/media/attribution.js
index 2112b780..388879c7 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12516,6 +12516,21 @@ const attributionData = {
"rhyslonde"
]
},
+ {
+ prefix: "./media/characters/byliss/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35028421/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/35028421/" },
+ { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/35028451/", nsfw: true },
+ { name: "back-nsfw.svg", source: "https://www.furaffinity.net/view/35028451/", nsfw: true },
+ ],
+ authors: [
+ "earthboundmother2"
+ ],
+ owners: [
+ "rhyslonde"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/byliss/back-nsfw.svg b/media/characters/byliss/back-nsfw.svg
new file mode 100644
index 00000000..d130bdd1
--- /dev/null
+++ b/media/characters/byliss/back-nsfw.svg
@@ -0,0 +1,610 @@
+
+
+
diff --git a/media/characters/byliss/back.svg b/media/characters/byliss/back.svg
new file mode 100644
index 00000000..8d87863b
--- /dev/null
+++ b/media/characters/byliss/back.svg
@@ -0,0 +1,555 @@
+
+
+
diff --git a/media/characters/byliss/front-nsfw.svg b/media/characters/byliss/front-nsfw.svg
new file mode 100644
index 00000000..b950838e
--- /dev/null
+++ b/media/characters/byliss/front-nsfw.svg
@@ -0,0 +1,802 @@
+
+
+
diff --git a/media/characters/byliss/front.svg b/media/characters/byliss/front.svg
new file mode 100644
index 00000000..774a2c03
--- /dev/null
+++ b/media/characters/byliss/front.svg
@@ -0,0 +1,711 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c44a8150..77723d6d 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1446,6 +1446,10 @@ const speciesData = {
name: "False Vampire Bat",
parents: ["bat"]
},
+ "succubus": {
+ name: "Succubus",
+ parents: ["demon"]
+ },
}
//species
@@ -32413,6 +32417,59 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Byliss", species: ["dragon", "succubus"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(9 + 6/12, "feet"),
+ weight: math.unit(940, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/byliss/front.svg",
+ extra: 1327/1290,
+ bottom: 82/1409
+ }
+ },
+ back: {
+ height: math.unit(9 + 6/12, "feet"),
+ weight: math.unit(940, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/byliss/back.svg",
+ extra: 1376/1349,
+ bottom: 9/1385
+ }
+ },
+ frontNsfw: {
+ height: math.unit(9 + 6/12, "feet"),
+ weight: math.unit(940, "lb"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/byliss/front-nsfw.svg",
+ extra: 1327/1290,
+ bottom: 82/1409
+ }
+ },
+ backNsfw: {
+ height: math.unit(9 + 6/12, "feet"),
+ weight: math.unit(940, "lb"),
+ name: "Back (NSFW)",
+ image: {
+ source: "./media/characters/byliss/back-nsfw.svg",
+ extra: 1376/1349,
+ bottom: 9/1385
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(9 + 6/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {