diff --git a/media/attribution.js b/media/attribution.js
index 2f1c7bf8..711fc850 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -7967,6 +7967,21 @@ const attributionData = {
"xrequiem"
]
},
+ {
+ prefix: "./media/characters/kira/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/23740762/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/23740762/" },
+ { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/23740762/" },
+ { name: "beans.svg", source: "https://www.furaffinity.net/view/23740762/" },
+ ],
+ authors: [
+ "meep"
+ ],
+ owners: [
+ "meep"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/kira/back.svg b/media/characters/kira/back.svg
new file mode 100644
index 00000000..a2de327f
--- /dev/null
+++ b/media/characters/kira/back.svg
@@ -0,0 +1,141 @@
+
+
+
diff --git a/media/characters/kira/beans.svg b/media/characters/kira/beans.svg
new file mode 100644
index 00000000..b012089e
--- /dev/null
+++ b/media/characters/kira/beans.svg
@@ -0,0 +1,44 @@
+
+
+
diff --git a/media/characters/kira/front-dressed.svg b/media/characters/kira/front-dressed.svg
new file mode 100644
index 00000000..c02aa0e3
--- /dev/null
+++ b/media/characters/kira/front-dressed.svg
@@ -0,0 +1,228 @@
+
+
+
diff --git a/media/characters/kira/front.svg b/media/characters/kira/front.svg
new file mode 100644
index 00000000..6122b69c
--- /dev/null
+++ b/media/characters/kira/front.svg
@@ -0,0 +1,147 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 661224ef..f19ed29c 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -19392,6 +19392,59 @@ characterMakers["Artemis"] = () => {
)
};
+characterMakers["Kira"] = () => {
+ return makeCharacter(
+ "Kira",
+ "meep",
+ {
+ front: {
+ height: math.unit(5 + 3/12, "feet"),
+ weight: math.unit(160, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kira/front.svg",
+ extra: 906/786,
+ bottom: 0.01
+ }
+ },
+ back: {
+ height: math.unit(5 + 3/12, "feet"),
+ weight: math.unit(160, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/kira/back.svg",
+ extra: 882/757,
+ bottom: 0.005
+ }
+ },
+ frontDressed: {
+ height: math.unit(5 + 3/12, "feet"),
+ weight: math.unit(160, "lb"),
+ name: "Front (Dressed)",
+ image: {
+ source: "./media/characters/kira/front-dressed.svg",
+ extra: 906/786,
+ bottom: 0.01
+ }
+ },
+ beans: {
+ height: math.unit(0.92, "feet"),
+ name: "Beans",
+ image: {
+ source: "./media/characters/kira/beans.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 3/12, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {