diff --git a/media/attribution.js b/media/attribution.js
index b16d4401..958b2e87 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9654,6 +9654,23 @@ const attributionData = {
"darkietehjester"
]
},
+ {
+ prefix: "./media/characters/nicky/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34902848", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/34902848", nsfw: true },
+ { name: "front-clothed.svg", source: "https://www.furaffinity.net/view/34902848" },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/34902848" },
+ { name: "feet.svg", source: "https://www.furaffinity.net/view/34902848" },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/34902848" },
+ ],
+ authors: [
+ "holt-odium"
+ ],
+ owners: [
+ "vonadi"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -13404,6 +13421,10 @@ const attributionData = {
"name": "AmanAnon",
"url": "https://www.furaffinity.net/user/amananon/",
},
+ "holt-odium": {
+ "name": "Holt-Odium",
+ "url": "https://www.furaffinity.net/user/holt-odium",
+ },
}
}
diff --git a/media/characters/nicky/back.svg b/media/characters/nicky/back.svg
new file mode 100644
index 00000000..ae745c3c
--- /dev/null
+++ b/media/characters/nicky/back.svg
@@ -0,0 +1,362 @@
+
+
+
diff --git a/media/characters/nicky/feet.svg b/media/characters/nicky/feet.svg
new file mode 100644
index 00000000..ae76c460
--- /dev/null
+++ b/media/characters/nicky/feet.svg
@@ -0,0 +1,200 @@
+
+
+
diff --git a/media/characters/nicky/foot.svg b/media/characters/nicky/foot.svg
new file mode 100644
index 00000000..8ac2c914
--- /dev/null
+++ b/media/characters/nicky/foot.svg
@@ -0,0 +1,167 @@
+
+
+
diff --git a/media/characters/nicky/front-clothed.svg b/media/characters/nicky/front-clothed.svg
new file mode 100644
index 00000000..1a9be5fc
--- /dev/null
+++ b/media/characters/nicky/front-clothed.svg
@@ -0,0 +1,702 @@
+
+
+
diff --git a/media/characters/nicky/front.svg b/media/characters/nicky/front.svg
new file mode 100644
index 00000000..b3917a09
--- /dev/null
+++ b/media/characters/nicky/front.svg
@@ -0,0 +1,533 @@
+
+
+
diff --git a/media/characters/nicky/maw.svg b/media/characters/nicky/maw.svg
new file mode 100644
index 00000000..41dd3260
--- /dev/null
+++ b/media/characters/nicky/maw.svg
@@ -0,0 +1,187 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index d4696d69..3193115f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -22426,6 +22426,78 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Nicky", species: "Shark" },
+ {
+ front: {
+ height: math.unit(5 + 10/12, "feet"),
+ weight: math.unit(165, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/nicky/front.svg",
+ extra: 3144/2886,
+ bottom: 45.6/3192
+ }
+ },
+ back: {
+ height: math.unit(5 + 10/12, "feet"),
+ weight: math.unit(165, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/nicky/back.svg",
+ extra: 3055/2804,
+ bottom: 28.4/3087
+ }
+ },
+ frontclothed: {
+ height: math.unit(5 + 10/12, "feet"),
+ weight: math.unit(165, "lb"),
+ name: "Front-clothed",
+ image: {
+ source: "./media/characters/nicky/front-clothed.svg",
+ extra: 3184.9/2926.9,
+ bottom: 86.5/3239.9
+ }
+ },
+ foot: {
+ height: math.unit(1.16, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/nicky/foot.svg"
+ }
+ },
+ feet: {
+ height: math.unit(1.34, "feet"),
+ name: "Feet",
+ image: {
+ source: "./media/characters/nicky/feet.svg"
+ }
+ },
+ maw: {
+ height: math.unit(0.9, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/nicky/maw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 10/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(60, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(1, "mile")
+ },
+ ]
+))
+
//characters