diff --git a/media/attribution.js b/media/attribution.js
index 41a99b0a..05272d4e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11013,6 +11013,23 @@ const attributionData = {
"maru-ark"
]
},
+ {
+ prefix: "./media/characters/lira/",
+ files: [
+ { name: "back.svg", source: null, nsfw: false },
+ { name: "front.svg", source: null, nsfw: true },
+ { name: "hand.svg", source: null, nsfw: false },
+ { name: "maw.svg", source: null, nsfw: false },
+ { name: "paw-digi.svg", source: null, nsfw: false },
+ { name: "paw-planti.svg", source: null, nsfw: false },
+ ],
+ authors: [
+ "kerneldecoy"
+ ],
+ owners: [
+ "lirakitsune"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -15197,6 +15214,10 @@ const attributionData = {
"name": "FurLs",
"url": "https://www.furaffinity.net/user/furls"
},
+ "lirakitsune": {
+ "name": "Lira",
+ "url": "https://twitter.com/LiraKitsune"
+ },
}
}
diff --git a/media/characters/lira/back.svg b/media/characters/lira/back.svg
new file mode 100644
index 00000000..3845966a
--- /dev/null
+++ b/media/characters/lira/back.svg
@@ -0,0 +1,427 @@
+
+
+
diff --git a/media/characters/lira/front.svg b/media/characters/lira/front.svg
new file mode 100644
index 00000000..0b9616b1
--- /dev/null
+++ b/media/characters/lira/front.svg
@@ -0,0 +1,844 @@
+
+
+
diff --git a/media/characters/lira/hand.svg b/media/characters/lira/hand.svg
new file mode 100644
index 00000000..c61f7db9
--- /dev/null
+++ b/media/characters/lira/hand.svg
@@ -0,0 +1,103 @@
+
+
+
diff --git a/media/characters/lira/maw.svg b/media/characters/lira/maw.svg
new file mode 100644
index 00000000..120ae53a
--- /dev/null
+++ b/media/characters/lira/maw.svg
@@ -0,0 +1,133 @@
+
+
+
diff --git a/media/characters/lira/paw-digi.svg b/media/characters/lira/paw-digi.svg
new file mode 100644
index 00000000..30961a68
--- /dev/null
+++ b/media/characters/lira/paw-digi.svg
@@ -0,0 +1,79 @@
+
+
+
diff --git a/media/characters/lira/paw-planti.svg b/media/characters/lira/paw-planti.svg
new file mode 100644
index 00000000..3e378176
--- /dev/null
+++ b/media/characters/lira/paw-planti.svg
@@ -0,0 +1,82 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 5e740da4..328dad5f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -27760,6 +27760,71 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Lira", species: ["kitsune"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/lira/front.svg",
+ extra: 1727/1605,
+ bottom: 26/1753
+ }
+ },
+ back: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/lira/back.svg",
+ extra: 1713/1599,
+ bottom: 20/1733
+ }
+ },
+ hand: {
+ height: math.unit(0.75, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/lira/hand.svg"
+ }
+ },
+ maw: {
+ height: math.unit(0.65, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/lira/maw.svg"
+ }
+ },
+ pawDigi: {
+ height: math.unit(1.6, "feet"),
+ name: "Paw Digi",
+ image: {
+ source: "./media/characters/lira/paw-digi.svg"
+ }
+ },
+ pawPlanti: {
+ height: math.unit(1.4, "feet"),
+ name: "Paw Planti",
+ image: {
+ source: "./media/characters/lira/paw-planti.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 2/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(100, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {