diff --git a/media/attribution.js b/media/attribution.js
index 72661b2f..dec6226a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21513,6 +21513,22 @@ const attributionData = {
"neopuc"
]
},
+ {
+ prefix: "./media/characters/livnia/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/38506508/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/38506508/", nsfw: true },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/38506508/", nsfw: false },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/38506508/", nsfw: false },
+ { name: "genitals.svg", source: "https://www.furaffinity.net/view/38506508/", nsfw: true },
+ ],
+ authors: [
+ "fsmaverick"
+ ],
+ owners: [
+ "neopuc"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/livnia/back.svg b/media/characters/livnia/back.svg
new file mode 100644
index 00000000..54f15582
--- /dev/null
+++ b/media/characters/livnia/back.svg
@@ -0,0 +1,2145 @@
+
+
+
diff --git a/media/characters/livnia/front.svg b/media/characters/livnia/front.svg
new file mode 100644
index 00000000..e39aea0b
--- /dev/null
+++ b/media/characters/livnia/front.svg
@@ -0,0 +1,2400 @@
+
+
+
diff --git a/media/characters/livnia/genitals.svg b/media/characters/livnia/genitals.svg
new file mode 100644
index 00000000..e8e3e069
--- /dev/null
+++ b/media/characters/livnia/genitals.svg
@@ -0,0 +1,361 @@
+
+
+
diff --git a/media/characters/livnia/head.svg b/media/characters/livnia/head.svg
new file mode 100644
index 00000000..24280f77
--- /dev/null
+++ b/media/characters/livnia/head.svg
@@ -0,0 +1,788 @@
+
+
+
diff --git a/media/characters/livnia/maw.svg b/media/characters/livnia/maw.svg
new file mode 100644
index 00000000..27c10a5a
--- /dev/null
+++ b/media/characters/livnia/maw.svg
@@ -0,0 +1,697 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index ed5ce255..715b0d53 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2268,6 +2268,14 @@ const speciesData = {
name: "Badger",
parents: ["mustelid"]
},
+ "rattlesnake": {
+ name: "Rattlesnake",
+ parents: ["snake"]
+ },
+ "diamondback": {
+ name: "Diamondback",
+ parents: ["snake"]
+ },
}
//species
@@ -61369,6 +61377,62 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Livnia", species: ["rattlesnake", "diamondback"], tags: ["naga"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(1500, "lb"),
+ preyCapacity: math.unit(3, "people"),
+ name: "Front",
+ image: {
+ source: "./media/characters/livnia/front.svg",
+ extra: 934/932,
+ bottom: 83/1017
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(1500, "lb"),
+ preyCapacity: math.unit(3, "people"),
+ name: "Back",
+ image: {
+ source: "./media/characters/livnia/back.svg",
+ extra: 916/915,
+ bottom: 58/974
+ }
+ },
+ head: {
+ height: math.unit(1.53, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/livnia/head.svg"
+ }
+ },
+ maw: {
+ height: math.unit(0.78, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/livnia/maw.svg"
+ }
+ },
+ genitals: {
+ height: math.unit(0.35, "feet"),
+ name: "Genitals",
+ image: {
+ source: "./media/characters/livnia/genitals.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(1000, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {