diff --git a/media/attribution.js b/media/attribution.js
index 574eb1e7..1936b535 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19179,6 +19179,20 @@ const attributionData = {
"xaphelm"
]
},
+ {
+ prefix: "./media/characters/cylphis/",
+ files: [
+ { name: "dressed.svg", source: null },
+ { name: "undressed.svg", source: "https://www.furaffinity.net/view/41873187/" },
+ { name: "full.svg", source: "https://www.furaffinity.net/view/41873141/" },
+ ],
+ authors: [
+ "xaphelm"
+ ],
+ owners: [
+ "xaphelm"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/cylphis/dressed.svg b/media/characters/cylphis/dressed.svg
new file mode 100644
index 00000000..beff9204
--- /dev/null
+++ b/media/characters/cylphis/dressed.svg
@@ -0,0 +1,2513 @@
+
+
+
diff --git a/media/characters/cylphis/full.svg b/media/characters/cylphis/full.svg
new file mode 100644
index 00000000..631e0f77
--- /dev/null
+++ b/media/characters/cylphis/full.svg
@@ -0,0 +1,1916 @@
+
+
+
diff --git a/media/characters/cylphis/undressed.svg b/media/characters/cylphis/undressed.svg
new file mode 100644
index 00000000..38614d93
--- /dev/null
+++ b/media/characters/cylphis/undressed.svg
@@ -0,0 +1,2099 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 2f68a7ef..4e4142a4 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -52356,6 +52356,57 @@ characterMakers.push(() => makeCharacter(
},
]
))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Cylphis", species: ["draconi", "deity"], tags: ["anthro"] },
+ {
+ dressed: {
+ height: math.unit(11, "feet"),
+ weight: math.unit(18500, "lb"),
+ preyCapacity: math.unit(9, "people"),
+ name: "Dressed",
+ image: {
+ source: "./media/characters/cylphis/dressed.svg",
+ extra: 1028/1003,
+ bottom: 75/1103
+ },
+ },
+ undressed: {
+ height: math.unit(11, "feet"),
+ weight: math.unit(18500, "lb"),
+ preyCapacity: math.unit(9, "people"),
+ name: "Undressed",
+ image: {
+ source: "./media/characters/cylphis/undressed.svg",
+ extra: 1028/1003,
+ bottom: 75/1103
+ }
+ },
+ full: {
+ height: math.unit(11, "feet"),
+ weight: math.unit(18500 + 150*9, "lb"),
+ preyCapacity: math.unit(9, "people"),
+ name: "Full",
+ image: {
+ source: "./media/characters/cylphis/full.svg",
+ extra: 1028/1003,
+ bottom: 75/1103
+ }
+ },
+ },
+ [
+ {
+ name: "Small",
+ height: math.unit(8, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(11, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {