diff --git a/media/attribution.js b/media/attribution.js
index bd90d9fc..b4fd555e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -7906,6 +7906,19 @@ const attributionData = {
"lemondeer"
]
},
+ {
+ prefix: "./media/characters/lycoa/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/23840575/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/23840575/" },
+ ],
+ authors: [
+ "sidgi"
+ ],
+ owners: [
+ "xrequiem"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -10907,6 +10920,14 @@ const attributionData = {
"name": "LemonDeer",
"url": "https://www.furaffinity.net/user/lemondeer/",
},
+ "xrequiem": {
+ "name": "xRequiem",
+ "url": "https://www.furaffinity.net/user/xrequiem",
+ },
+ "sidgi": {
+ "name": "Sidgi",
+ "url": "https://www.furaffinity.net/user/sidgi/",
+ },
}
}
diff --git a/media/characters/lycoa/back.svg b/media/characters/lycoa/back.svg
new file mode 100644
index 00000000..ba219da7
--- /dev/null
+++ b/media/characters/lycoa/back.svg
@@ -0,0 +1,929 @@
+
+
+
diff --git a/media/characters/lycoa/front.svg b/media/characters/lycoa/front.svg
new file mode 100644
index 00000000..c3f08849
--- /dev/null
+++ b/media/characters/lycoa/front.svg
@@ -0,0 +1,863 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 83c6d7bc..2e8f65b7 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -19245,6 +19245,46 @@ characterMakers["Mort"] = () => {
]
)
};
+
+characterMakers["Lycoa"] = () => {
+ return makeCharacter(
+ "Lycoa",
+ "Varden",
+ {
+ front: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(1, "ton"),
+ name: "Front",
+ image: {
+ source: "./media/characters/lycoa/front.svg",
+ extra: 1875/1789,
+ bottom: 0.015
+ }
+ },
+ back: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(1, "ton"),
+ name: "Back",
+ image: {
+ source: "./media/characters/lycoa/back.svg",
+ extra: 1835/1781,
+ bottom: 0.03
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(8, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(30, "feet")
+ },
+ ]
+ )
+};
//characters
function makeCharacters() {