diff --git a/media/attribution.js b/media/attribution.js
index ab039385..6cb4b5e4 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22477,6 +22477,19 @@ const attributionData = {
"anotherdangernoodle"
]
},
+ {
+ prefix: "./media/characters/kira-slime/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "front-nsfw.svg", source: null, nsfw: true},
+ ],
+ authors: [
+ "momoechis-art"
+ ],
+ owners: [
+ "sageesys"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31067,6 +31080,10 @@ const attributionData = {
"name": "BURN",
"url": "https://twitter.com/wolfwirles/"
},
+ "momoechis-art": {
+ "name": "Luna",
+ "url": "https://twitter.com/momoechisArt"
+ },
}
}
diff --git a/media/characters/kira-slime/front-nsfw.svg b/media/characters/kira-slime/front-nsfw.svg
new file mode 100644
index 00000000..ebeb5547
--- /dev/null
+++ b/media/characters/kira-slime/front-nsfw.svg
@@ -0,0 +1,2969 @@
+
+
+
diff --git a/media/characters/kira-slime/front.svg b/media/characters/kira-slime/front.svg
new file mode 100644
index 00000000..46b320dd
--- /dev/null
+++ b/media/characters/kira-slime/front.svg
@@ -0,0 +1,3081 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 7ea90b0d..399990d5 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -64994,6 +64994,73 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Kira (Slime)", species: ["slime"], tags: ["goo"] },
+ {
+ front: {
+ height: math.unit(5 + 4/12, "feet"),
+ weight: math.unit(250, "lb"),
+ volume: math.unit(20, "gallons"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kira-slime/front.svg",
+ extra: 442/403,
+ bottom: 18/460
+ }
+ },
+ frontNsfw: {
+ height: math.unit(5 + 4/12, "feet"),
+ weight: math.unit(250, "lb"),
+ volume: math.unit(20, "gallons"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/kira-slime/front-nsfw.svg",
+ extra: 442/403,
+ bottom: 18/460
+ }
+ },
+ },
+ [
+ {
+ name: "Droplet",
+ height: math.unit(0.0464452, "feet")
+ },
+ {
+ name: "Pint",
+ height: math.unit(0.9824, "feet")
+ },
+ {
+ name: "Bucket",
+ height: math.unit(2.83, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(5 + 4/12, "feet"),
+ default: true
+ },
+ {
+ name: "Tub",
+ height: math.unit(8.46614, "feet")
+ },
+ {
+ name: "Pool",
+ height: math.unit(31.1895, "feet")
+ },
+ {
+ name: "Pond",
+ height: math.unit(170.349, "feet")
+ },
+ {
+ name: "Lake",
+ height: math.unit(289334, "feet")
+ },
+ {
+ name: "Bathtub",
+ height: math.unit(1.11940e+7, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {