diff --git a/media/attribution.js b/media/attribution.js
index 36dfdb59..f2306920 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16589,6 +16589,19 @@ const attributionData = {
"foxudders"
]
},
+ {
+ prefix: "./media/characters/lumi/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/41553454/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/41553454/" },
+ ],
+ authors: [
+ "redband-jackalope"
+ ],
+ owners: [
+ "inukazane"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -22832,6 +22845,10 @@ const attributionData = {
"name": "Klotzzilla",
"url": "https://www.patreon.com/Klotzzilla"
},
+ "redband-jackalope": {
+ "name": "RedBand.Jackalope",
+ "url": "https://www.furaffinity.net/user/redband.jackalope"
+ },
}
}
diff --git a/media/characters/lumi/back.svg b/media/characters/lumi/back.svg
new file mode 100644
index 00000000..60ea4844
--- /dev/null
+++ b/media/characters/lumi/back.svg
@@ -0,0 +1,747 @@
+
+
+
diff --git a/media/characters/lumi/front.svg b/media/characters/lumi/front.svg
new file mode 100644
index 00000000..45cf9feb
--- /dev/null
+++ b/media/characters/lumi/front.svg
@@ -0,0 +1,1060 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 83b48e79..8aaa189f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1767,6 +1767,10 @@ const speciesData = {
name: "Arctic Fox",
parents: ["fox"]
},
+ "snow-tiger": {
+ name: "Snow Tiger",
+ parents: ["tiger"]
+ },
}
//species
@@ -43629,6 +43633,37 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Lumi", species: ["snow-tiger"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 2/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/lumi/front.svg",
+ extra: 1328/1268,
+ bottom: 103/1431
+ }
+ },
+ back: {
+ height: math.unit(5 + 2/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/lumi/back.svg",
+ extra: 1381/1327,
+ bottom: 43/1424
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 2/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {