diff --git a/media/attribution.js b/media/attribution.js
index 30c984e1..6ab941a0 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12006,6 +12006,22 @@ const attributionData = {
"timberpuppers"
]
},
+ {
+ prefix: "./media/characters/nicki/",
+ files: [
+ { name: "front.svg", source: " https://www.furaffinity.net/view/31878796" },
+ { name: "front-alt.svg", source: " https://www.furaffinity.net/view/31878796" },
+ { name: "back.svg", source: " https://www.furaffinity.net/view/31878796" },
+ { name: "head.svg", source: " https://www.furaffinity.net/view/31878796" },
+ { name: "paw.svg", source: " https://www.furaffinity.net/view/31878796" },
+ ],
+ authors: [
+ "pocketopossum"
+ ],
+ owners: [
+ "aquwardly-homosexual"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -16540,6 +16556,10 @@ const attributionData = {
"name": "TimberPuppers",
"url": "https://www.furaffinity.net/user/timberpuppers"
},
+ "aquwardly-homosexual": {
+ "name": "Aquwardly-Homosexual",
+ "url": "https://www.furaffinity.net/user/aquwardly-homosexual/"
+ },
}
}
diff --git a/media/characters/nicki/back.svg b/media/characters/nicki/back.svg
new file mode 100644
index 00000000..9079fe4e
--- /dev/null
+++ b/media/characters/nicki/back.svg
@@ -0,0 +1,277 @@
+
+
+
diff --git a/media/characters/nicki/front-alt.svg b/media/characters/nicki/front-alt.svg
new file mode 100644
index 00000000..3febd17a
--- /dev/null
+++ b/media/characters/nicki/front-alt.svg
@@ -0,0 +1,677 @@
+
+
+
diff --git a/media/characters/nicki/front.svg b/media/characters/nicki/front.svg
new file mode 100644
index 00000000..80d0a463
--- /dev/null
+++ b/media/characters/nicki/front.svg
@@ -0,0 +1,575 @@
+
+
+
diff --git a/media/characters/nicki/head.svg b/media/characters/nicki/head.svg
new file mode 100644
index 00000000..b6760b18
--- /dev/null
+++ b/media/characters/nicki/head.svg
@@ -0,0 +1,296 @@
+
+
+
diff --git a/media/characters/nicki/paw.svg b/media/characters/nicki/paw.svg
new file mode 100644
index 00000000..6c835549
--- /dev/null
+++ b/media/characters/nicki/paw.svg
@@ -0,0 +1,78 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index f6fabd2a..adc3b727 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -30931,6 +30931,63 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Nicki", species: ["goat", "wolf", "rabbit"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 7/12, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/nicki/front.svg",
+ extra: 453/419,
+ bottom: 7/460
+ }
+ },
+ frontAlt: {
+ height: math.unit(5 + 7/12, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Front-alt",
+ image: {
+ source: "./media/characters/nicki/front-alt.svg",
+ extra: 435/411,
+ bottom: 12/447
+ }
+ },
+ back: {
+ height: math.unit(5 + 7/12, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/nicki/back.svg",
+ extra: 440/413,
+ bottom: 19/459
+ }
+ },
+ head: {
+ height: math.unit(2.1, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/nicki/head.svg"
+ }
+ },
+ paw: {
+ height: math.unit(1.88, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/nicki/paw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 7/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {