diff --git a/media/attribution.js b/media/attribution.js
index 974506fe..132c1665 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9061,6 +9061,21 @@ const attributionData = {
"hexuza"
]
},
+ {
+ prefix: "./media/characters/azula/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35339043/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/35339043/" },
+ ],
+ authors: [
+ "val-q",
+ "eri-yo",
+ "loopysnoopy"
+ ],
+ owners: [
+ "hexuza"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -12559,6 +12574,18 @@ const attributionData = {
"name": "Firaxis",
"url": "https://firaxis.com/",
},
+ "val-q": {
+ "name": "val-q",
+ "url": "https://www.furaffinity.net/user/val-q",
+ },
+ "eri-yo": {
+ "name": "Eri-yo",
+ "url": "https://www.furaffinity.net/user/eri-yo",
+ },
+ "loopysnoopy": {
+ "name": "LoopySnoopy",
+ "url": "https://www.furaffinity.net/user/loopysnoopy",
+ },
}
}
diff --git a/media/characters/azula/back.svg b/media/characters/azula/back.svg
new file mode 100644
index 00000000..a77ef6e9
--- /dev/null
+++ b/media/characters/azula/back.svg
@@ -0,0 +1,417 @@
+
+
+
diff --git a/media/characters/azula/front.svg b/media/characters/azula/front.svg
new file mode 100644
index 00000000..1b69dde5
--- /dev/null
+++ b/media/characters/azula/front.svg
@@ -0,0 +1,492 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 5b356ab2..d63c99eb 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -20632,7 +20632,45 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Macro",
- height: math.unit(1600, "feet")
+ height: math.unit(1600, "feet"),
+ default: true
+ },
+ ]
+))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Azula" },
+ {
+ front: {
+ height: math.unit(7 + 5/12, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/azula/front.svg",
+ extra: 3208/2880,
+ bottom: 80.2/3277
+ }
+ },
+ back: {
+ height: math.unit(7 + 5/12, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/azula/back.svg",
+ extra: 3169/2822,
+ bottom: 150.6/3321
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7 + 5/12, "feet"),
+ default: true
+ },
+ {
+ name: "Big",
+ height: math.unit(20, "feet")
},
]
))