diff --git a/media/attribution.js b/media/attribution.js
index b6133b59..a0c95a45 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -10250,6 +10250,19 @@ const attributionData = {
"stonerabbit"
]
},
+ {
+ prefix: "./media/characters/azura/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35613710/" },
+ { name: "front-clothed.svg", source: "https://www.furaffinity.net/view/35613710/" },
+ ],
+ authors: [
+ "breakfastzone"
+ ],
+ owners: [
+ "bluefiremarkii"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -14146,6 +14159,14 @@ const attributionData = {
"name": "nandix",
"url": "https://www.furaffinity.net/user/nandix/",
},
+ "breakfastzone": {
+ "name": "breakfastzone",
+ "url": "https://www.furaffinity.net/user/breakfastzone",
+ },
+ "bluefiremarkii": {
+ "name": "BluefiremarkII",
+ "url": "https://www.furaffinity.net/user/bluefiremarkii/",
+ },
}
}
diff --git a/media/characters/azura/front-clothed.svg b/media/characters/azura/front-clothed.svg
new file mode 100644
index 00000000..84d5af43
--- /dev/null
+++ b/media/characters/azura/front-clothed.svg
@@ -0,0 +1,619 @@
+
+
+
diff --git a/media/characters/azura/front.svg b/media/characters/azura/front.svg
new file mode 100644
index 00000000..7839af27
--- /dev/null
+++ b/media/characters/azura/front.svg
@@ -0,0 +1,350 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6b373d40..012e2d0b 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -25455,6 +25455,55 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Azura", species: ["phoenix"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6 + 3/12, "feet"),
+ weight: math.unit(120, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/azura/front.svg",
+ extra: 1149/1135,
+ bottom: 45/1194
+ }
+ },
+ frontClothed: {
+ height: math.unit(6 + 3/12, "feet"),
+ weight: math.unit(120, "lb"),
+ name: "Front (Clothed)",
+ image: {
+ source: "./media/characters/azura/front-clothed.svg",
+ extra: 1149/1135,
+ bottom: 45/1194
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 3/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(20 + 6/12, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(12, "miles")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(10000, "miles")
+ },
+ {
+ name: "Teramacro",
+ height: math.unit(900000, "miles")
+ },
+ ]
+))
+