diff --git a/media/attribution.js b/media/attribution.js
index 3e1ca7be..93086cae 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -10466,6 +10466,20 @@ const attributionData = {
"radarn"
]
},
+ {
+ prefix: "./media/characters/purple-flame/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35906196/" },
+ { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/35906196/" },
+ { name: "headphones.svg", source: "https://www.furaffinity.net/view/35906196/" },
+ ],
+ authors: [
+ "purpleflix"
+ ],
+ owners: [
+ "purpleflame"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -14434,6 +14448,14 @@ const attributionData = {
"name": "ziphora",
"url": "https://www.furaffinity.net/user/ziphora",
},
+ "purpleflix": {
+ "name": "purpleflix",
+ "url": "https://twitter.com/purpleflix",
+ },
+ "purpleflame": {
+ "name": "PurpleFlame~",
+ "url": "https://www.furaffinity.net/user/purpleflame~/",
+ },
}
}
diff --git a/media/characters/purple-flame/front-dressed.svg b/media/characters/purple-flame/front-dressed.svg
new file mode 100644
index 00000000..9f654782
--- /dev/null
+++ b/media/characters/purple-flame/front-dressed.svg
@@ -0,0 +1,315 @@
+
+
+
diff --git a/media/characters/purple-flame/front.svg b/media/characters/purple-flame/front.svg
new file mode 100644
index 00000000..2f1d6877
--- /dev/null
+++ b/media/characters/purple-flame/front.svg
@@ -0,0 +1,200 @@
+
+
+
diff --git a/media/characters/purple-flame/headphones.svg b/media/characters/purple-flame/headphones.svg
new file mode 100644
index 00000000..66721e2c
--- /dev/null
+++ b/media/characters/purple-flame/headphones.svg
@@ -0,0 +1,41 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 3c112e33..34d8d274 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -26116,6 +26116,74 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Purple Flame", species: ["pony"], tags: ["feral"] },
+ {
+ front: {
+ height: math.unit(3 + 5/12, "feet"),
+ weight: math.unit(40, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/purple-flame/front.svg",
+ extra: 1577/1412,
+ bottom: 97/1694
+ }
+ },
+ frontDressed: {
+ height: math.unit(3 + 5/12, "feet"),
+ weight: math.unit(40, "kg"),
+ name: "Front (Dressed)",
+ image: {
+ source: "./media/characters/purple-flame/front-dressed.svg",
+ extra: 1577/1412,
+ bottom: 97/1694
+ }
+ },
+ headphones: {
+ height: math.unit(0.85, "feet"),
+ name: "Headphones",
+ image: {
+ source: "./media/characters/purple-flame/headphones.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Really Small",
+ height: math.unit(5, "cm")
+ },
+ {
+ name: "Micro",
+ height: math.unit(1 + 5/12, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(3 + 5/12, "feet"),
+ default: true
+ },
+ {
+ name: "Minimacro",
+ height: math.unit(125, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(0.5, "miles")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(50, "miles")
+ },
+ {
+ name: "Gigantic",
+ height: math.unit(750, "miles")
+ },
+ {
+ name: "Planetary",
+ height: math.unit(15000, "miles")
+ },
+ ]
+))
+
//characters
function makeCharacters() {