diff --git a/media/attribution.js b/media/attribution.js
index cc468961..46944fb4 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -7387,6 +7387,20 @@ const attributionData = {
"ijzer"
]
},
+ {
+ prefix: "./media/characters/luca-cervicum/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/27176530/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/27176530/" },
+ { name: "front-gear.svg", source: "https://www.furaffinity.net/view/27176530/" },
+ ],
+ authors: [
+ "purplelove"
+ ],
+ owners: [
+ "luca-cervicum"
+ ]
+ },
//characters
{
prefix: "./media/food/animals/",
@@ -10253,6 +10267,14 @@ const attributionData = {
"name": "Ijzer",
"url": "https://twitter.com/PurpleDerg",
},
+ "purplelove": {
+ "name": "purplelove",
+ "url": "https://www.furaffinity.net/user/purplelove",
+ },
+ "luca-cervicum": {
+ "name": "Luca Cervicum",
+ "url": "https://www.furaffinity.net/user/lucacervicum/",
+ },
}
}
diff --git a/media/characters/luca-cervicum/back.svg b/media/characters/luca-cervicum/back.svg
new file mode 100644
index 00000000..7e0048c3
--- /dev/null
+++ b/media/characters/luca-cervicum/back.svg
@@ -0,0 +1,160 @@
+
+
+
diff --git a/media/characters/luca-cervicum/front-gear.svg b/media/characters/luca-cervicum/front-gear.svg
new file mode 100644
index 00000000..a648da31
--- /dev/null
+++ b/media/characters/luca-cervicum/front-gear.svg
@@ -0,0 +1,591 @@
+
+
+
diff --git a/media/characters/luca-cervicum/front.svg b/media/characters/luca-cervicum/front.svg
new file mode 100644
index 00000000..d012ff08
--- /dev/null
+++ b/media/characters/luca-cervicum/front.svg
@@ -0,0 +1,226 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 44cbec03..bc8eb325 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -18354,6 +18354,52 @@ characterMakers["Ijzer"] = () => {
)
};
+characterMakers["Luca Cervicum"] = () => {
+ return makeCharacter(
+ "Luca Cervicum",
+ "Luca Cervicum",
+ {
+ front: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(153, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/luca-cervicum/front.svg",
+ extra: 370/327,
+ bottom: 0.015
+ }
+ },
+ back: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(153, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/luca-cervicum/back.svg",
+ extra: 367/333,
+ bottom: 0.005
+ }
+ },
+ frontGear: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(173, "lb"),
+ name: "Front (Gear)",
+ image: {
+ source: "./media/characters/luca-cervicum/front-gear.svg",
+ extra: 377/333,
+ bottom: 0.006
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 2/12, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {