diff --git a/media/attribution.js b/media/attribution.js
index 1a97de9c..7c92a1f6 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -17000,6 +17000,19 @@ const attributionData = {
"galactor"
]
},
+ {
+ prefix: "./media/characters/kiva/",
+ files: [
+ { name: "dressed.svg", source: "https://www.furaffinity.net/view/41414763/" },
+ { name: "nude.svg", source: "https://www.furaffinity.net/view/41414845/", nsfw: true },
+ ],
+ authors: [
+ "bonimenteur"
+ ],
+ owners: [
+ "captaindood122"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -23461,6 +23474,14 @@ const attributionData = {
"name": "Galactor",
"url": "https://www.furaffinity.net/user/galactor/"
},
+ "captaindood122": {
+ "name": "CaptainDood122",
+ "url": "https://www.furaffinity.net/user/captaindood122/"
+ },
+ "bonimenteur": {
+ "name": "Bonimenteur",
+ "url": "https://www.furaffinity.net/user/bonimenteur"
+ },
}
}
diff --git a/media/characters/kiva/dressed.svg b/media/characters/kiva/dressed.svg
new file mode 100644
index 00000000..70e868c2
--- /dev/null
+++ b/media/characters/kiva/dressed.svg
@@ -0,0 +1,1405 @@
+
+
+
diff --git a/media/characters/kiva/nude.svg b/media/characters/kiva/nude.svg
new file mode 100644
index 00000000..401aa419
--- /dev/null
+++ b/media/characters/kiva/nude.svg
@@ -0,0 +1,1488 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9a08a8b1..d20ac6d0 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -44756,6 +44756,47 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Kiva", species: ["dire-wolf"], tags: ["anthro"] },
+ {
+ dressed: {
+ height: math.unit(8 + 5/12, "feet"),
+ weight: math.unit(700, "lb"),
+ name: "Dressed",
+ image: {
+ source: "./media/characters/kiva/dressed.svg",
+ extra: 1102/1055,
+ bottom: 60/1162
+ }
+ },
+ nude: {
+ height: math.unit(8 + 5/12, "feet"),
+ weight: math.unit(700, "lb"),
+ name: "Nude",
+ image: {
+ source: "./media/characters/kiva/nude.svg",
+ extra: 1102/1055,
+ bottom: 60/1162
+ }
+ },
+ },
+ [
+ {
+ name: "Base Height",
+ height: math.unit(8 + 5/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(100, "feet")
+ },
+ {
+ name: "Max",
+ height: math.unit(3280, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {