diff --git a/media/attribution.js b/media/attribution.js
index dfd1b65f..0fab837d 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19148,6 +19148,25 @@ const attributionData = {
"sukebepanda"
]
},
+ {
+ prefix: "./media/characters/nylla/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/43713761/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/43713761/" },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/43713761/" },
+ { name: "paws.svg", source: "https://www.furaffinity.net/view/43713761/" },
+ { name: "muzzle.svg", source: "https://www.furaffinity.net/view/43713761/" },
+ { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/43713786/", nsfw: true },
+ { name: "back-nsfw.svg", source: "https://www.furaffinity.net/view/43713786/", nsfw: true },
+ { name: "sheath.svg", source: "https://www.furaffinity.net/view/43713786/", nsfw: true },
+ ],
+ authors: [
+ "ifus"
+ ],
+ owners: [
+ "nylla"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -26415,6 +26434,10 @@ const attributionData = {
"name": "LEGO",
"url": "https://www.lego.com/"
},
+ "nylla": {
+ "name": "Nylla",
+ "url": "https://twitter.com/NyllaSpicy"
+ },
}
}
diff --git a/media/characters/nylla/back-nsfw.svg b/media/characters/nylla/back-nsfw.svg
new file mode 100644
index 00000000..fc7937be
--- /dev/null
+++ b/media/characters/nylla/back-nsfw.svg
@@ -0,0 +1,1158 @@
+
+
+
diff --git a/media/characters/nylla/back.svg b/media/characters/nylla/back.svg
new file mode 100644
index 00000000..b885968e
--- /dev/null
+++ b/media/characters/nylla/back.svg
@@ -0,0 +1,1119 @@
+
+
+
diff --git a/media/characters/nylla/front-nsfw.svg b/media/characters/nylla/front-nsfw.svg
new file mode 100644
index 00000000..8e9dd752
--- /dev/null
+++ b/media/characters/nylla/front-nsfw.svg
@@ -0,0 +1,1081 @@
+
+
+
diff --git a/media/characters/nylla/front.svg b/media/characters/nylla/front.svg
new file mode 100644
index 00000000..a02c619b
--- /dev/null
+++ b/media/characters/nylla/front.svg
@@ -0,0 +1,973 @@
+
+
+
diff --git a/media/characters/nylla/maw.svg b/media/characters/nylla/maw.svg
new file mode 100644
index 00000000..f66c9e4a
--- /dev/null
+++ b/media/characters/nylla/maw.svg
@@ -0,0 +1,946 @@
+
+
+
diff --git a/media/characters/nylla/muzzle.svg b/media/characters/nylla/muzzle.svg
new file mode 100644
index 00000000..a91112a3
--- /dev/null
+++ b/media/characters/nylla/muzzle.svg
@@ -0,0 +1,121 @@
+
+
+
diff --git a/media/characters/nylla/paws.svg b/media/characters/nylla/paws.svg
new file mode 100644
index 00000000..038efb0e
--- /dev/null
+++ b/media/characters/nylla/paws.svg
@@ -0,0 +1,367 @@
+
+
+
diff --git a/media/characters/nylla/sheath.svg b/media/characters/nylla/sheath.svg
new file mode 100644
index 00000000..746b2c8a
--- /dev/null
+++ b/media/characters/nylla/sheath.svg
@@ -0,0 +1,246 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 3274b221..70f10bef 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -52231,6 +52231,103 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Nylla", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/nylla/front.svg",
+ extra: 1868/1699,
+ bottom: 97/1965
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/nylla/back.svg",
+ extra: 1889/1712,
+ bottom: 93/1982
+ }
+ },
+ frontNsfw: {
+ height: math.unit(6, "feet"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/nylla/front-nsfw.svg",
+ extra: 1868/1699,
+ bottom: 97/1965
+ },
+ extraAttributes: {
+ "dickLength": {
+ name: "Dick Length",
+ power: 1,
+ type: "length",
+ base: math.unit(1.4, "feet")
+ },
+ }
+ },
+ backNsfw: {
+ height: math.unit(6, "feet"),
+ name: "Back (NSFW)",
+ image: {
+ source: "./media/characters/nylla/back-nsfw.svg",
+ extra: 1889/1712,
+ bottom: 93/1982
+ }
+ },
+ maw: {
+ height: math.unit(2.10, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/nylla/maw.svg"
+ }
+ },
+ paws: {
+ height: math.unit(2.06, "feet"),
+ name: "Paws",
+ image: {
+ source: "./media/characters/nylla/paws.svg"
+ }
+ },
+ muzzle: {
+ height: math.unit(0.61, "feet"),
+ name: "Muzzle",
+ image: {
+ source: "./media/characters/nylla/muzzle.svg"
+ }
+ },
+ sheath: {
+ height: math.unit(1.305, "feet"),
+ name: "Sheath",
+ image: {
+ source: "./media/characters/nylla/sheath.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(7.5, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(7, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(60, "feet")
+ },
+ {
+ name: "Mega",
+ height: math.unit(200, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {