diff --git a/media/attribution.js b/media/attribution.js
index 6ffa67b4..67eb8ac5 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9613,6 +9613,18 @@ const attributionData = {
"retroinferno"
]
},
+ {
+ prefix: "./media/characters/luka-bryzant/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/22830826/" }
+ ],
+ authors: [
+ "pulex"
+ ],
+ owners: [
+ "trippster890"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -13329,6 +13341,14 @@ const attributionData = {
"name": "RetroInferno",
"url": "https://www.furaffinity.net/user/retroinferno/",
},
+ "trippster890": {
+ "name": "trippster890",
+ "url": "https://www.furaffinity.net/user/trippster890/",
+ },
+ "pulex": {
+ "name": "Pulex",
+ "url": "https://www.furaffinity.net/user/pulex/",
+ },
}
}
diff --git a/media/characters/luka-bryzant/back.svg b/media/characters/luka-bryzant/back.svg
new file mode 100644
index 00000000..df8ae75c
--- /dev/null
+++ b/media/characters/luka-bryzant/back.svg
@@ -0,0 +1,198 @@
+
+
+
diff --git a/media/characters/luka-bryzant/front.svg b/media/characters/luka-bryzant/front.svg
new file mode 100644
index 00000000..8886075f
--- /dev/null
+++ b/media/characters/luka-bryzant/front.svg
@@ -0,0 +1,251 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 70ef4f9c..47290295 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -22272,6 +22272,47 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Luka Bryzant" },
+ {
+ front: {
+ height: math.unit(6 + 4/12, "feet"),
+ weight: math.unit(175, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/luka-bryzant/front.svg",
+ extra: 311/289,
+ bottom: 4/315
+ }
+ },
+ back: {
+ height: math.unit(6 + 4/12, "feet"),
+ weight: math.unit(175, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/luka-bryzant/back.svg",
+ extra: 311/289,
+ bottom: 3.8/313.7
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(10, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(6 + 4/12, "feet"),
+ default: true
+ },
+ {
+ name: "Large",
+ height: math.unit(12, "feet")
+ },
+ ]
+))
+
//characters