diff --git a/media/attribution.js b/media/attribution.js
index c6887aca..0d912af0 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -100,6 +100,19 @@ const attributionData = {
"movler"
]
},
+ {
+ prefix: "./media/characters/nibbles/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/22964778/"},
+ { name: "side.svg", source: "https://www.furaffinity.net/view/22964778/"},
+ ],
+ authors: [
+ "dragga"
+ ],
+ owners: [
+ "movler"
+ ]
+ },
{
prefix: "./media/characters/surgo/",
files: [
@@ -155,6 +168,10 @@ const attributionData = {
name: "Dialuca",
url: "https://www.furaffinity.net/user/dialuca01"
},
+ "dragga": {
+ name: "Dragga",
+ url: "https://www.furaffinity.net/user/dragga"
+ },
"gaiawolfess": {
name: "Gaiawolfess",
url: "https://www.furaffinity.net/user/gaiawolfess"
diff --git a/media/characters/nibbles/front.svg b/media/characters/nibbles/front.svg
new file mode 100644
index 00000000..ef541616
--- /dev/null
+++ b/media/characters/nibbles/front.svg
@@ -0,0 +1,104 @@
+
+
+
diff --git a/media/characters/nibbles/side.svg b/media/characters/nibbles/side.svg
new file mode 100644
index 00000000..09f6f85c
--- /dev/null
+++ b/media/characters/nibbles/side.svg
@@ -0,0 +1,76 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 48bb70d1..30d421c2 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -4034,6 +4034,38 @@ characterMakers["Cibus"] = () => {
)
};
+characterMakers["Nibbles"] = () => {
+ return makeCharacter(
+ "Nibbles",
+ "movler",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(240, "lbs"),
+ name: "Front",
+ image: {
+ source: "./media/characters/nibbles/front.svg"
+ }
+ },
+ side: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(240, "lbs"),
+ name: "Side",
+ image: {
+ source: "./media/characters/nibbles/side.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(9, "feet"),
+ default: true
+ }
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({