diff --git a/media/attribution.js b/media/attribution.js
index 9784b3c1..9fe567ec 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2747,6 +2747,31 @@ const attributionData = {
"roxas00137"
]
},
+ {
+ prefix: "./media/characters/lyra-von-wulf/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/27017631/" },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/27017631/" }
+ ],
+ authors: [
+ "megan"
+ ],
+ owners: [
+ "wanny131"
+ ]
+ },
+ {
+ prefix: "./media/characters/lyra-von-wulf/",
+ files: [
+ { name: "front-mecha.svg", source: "https://www.furaffinity.net/view/28523811/" }
+ ],
+ authors: [
+ "rhinoking"
+ ],
+ owners: [
+ "wanny131"
+ ]
+ },
{
prefix: "./media/characters/major-colonel/",
files: [
@@ -6180,6 +6205,18 @@ const attributionData = {
"name": "TitanTezwa",
"url": "https://www.furaffinity.net/user/titantezwa/",
},
+ "wanny131": {
+ "name": "Wanny131",
+ "url": "https://www.furaffinity.net/user/wanny131/",
+ },
+ "rhinoking": {
+ "name": "rhinoking",
+ "url": "https://www.furaffinity.net/user/rhinoking",
+ },
+ "megan": {
+ "name": "Megan",
+ "url": "https://www.furaffinity.net/user/megan",
+ },
}
}
diff --git a/media/characters/lyra-von-wulf/front-mecha.svg b/media/characters/lyra-von-wulf/front-mecha.svg
new file mode 100644
index 00000000..c6ad4c60
--- /dev/null
+++ b/media/characters/lyra-von-wulf/front-mecha.svg
@@ -0,0 +1,463 @@
+
+
+
diff --git a/media/characters/lyra-von-wulf/front.svg b/media/characters/lyra-von-wulf/front.svg
new file mode 100644
index 00000000..49eceda2
--- /dev/null
+++ b/media/characters/lyra-von-wulf/front.svg
@@ -0,0 +1,209 @@
+
+
+
diff --git a/media/characters/lyra-von-wulf/maw.svg b/media/characters/lyra-von-wulf/maw.svg
new file mode 100644
index 00000000..b9b73a63
--- /dev/null
+++ b/media/characters/lyra-von-wulf/maw.svg
@@ -0,0 +1,154 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 68d92ac5..51f5a9df 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -10758,6 +10758,77 @@ characterMakers["Typhus"] = () => {
)
};
+characterMakers["Lyra Von Wulf"] = () => {
+ return makeCharacter(
+ "Lyra Von Wulf",
+ "LyraVonWulf",
+ {
+ front: {
+ height: math.unit(12, "feet"),
+ weight: math.unit(6, "tonnes"),
+ name: "Front",
+ image: {
+ source: "./media/characters/lyra-von-wulf/front.svg",
+ extra: (1 / (1 - 0.10)),
+ bottom: 0.10
+ }
+ },
+ frontMecha: {
+ height: math.unit(12, "feet"),
+ weight: math.unit(12, "tonnes"),
+ name: "Front (Mecha)",
+ image: {
+ source: "./media/characters/lyra-von-wulf/front-mecha.svg",
+ extra: (1 / (1 - 0.042)),
+ bottom: 0.042
+ }
+ },
+ maw: {
+ height: math.unit(2.2, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/lyra-von-wulf/maw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(12, "feet"),
+ default: true
+ },
+ {
+ name: "Classic",
+ height: math.unit(50, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(500, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(1, "mile")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(400, "miles")
+ },
+ {
+ name: "Teramacro",
+ height: math.unit(22000, "miles")
+ },
+ {
+ name: "Solarmacro",
+ height: math.unit(8600000, "miles")
+ },
+ {
+ name: "Galactic",
+ height: math.unit(1057000, "lightyears")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({