diff --git a/media/attribution.js b/media/attribution.js
index 0657d66e..36dfdb59 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -13707,6 +13707,20 @@ const attributionData = {
"egkangaroo"
]
},
+ {
+ prefix: "./media/characters/joey-mcdonald/",
+ files: [
+ { name: "front-kobold.svg", source: "https://twitter.com/JoeyBuckaroo/status/1414624181011066888" },
+ { name: "back-kobold.svg", source: "https://twitter.com/JoeyBuckaroo/status/1414624181011066888" },
+ ],
+ authors: [
+ "klotzzilla",
+ "egkangaroo"
+ ],
+ owners: [
+ "egkangaroo"
+ ]
+ },
{
prefix: "./media/characters/kass-lockheed/",
files: [
@@ -22814,6 +22828,10 @@ const attributionData = {
"name": "blizzyfox",
"url": "https://www.furaffinity.net/user/blizzyfox"
},
+ "klotzzilla": {
+ "name": "Klotzzilla",
+ "url": "https://www.patreon.com/Klotzzilla"
+ },
}
}
diff --git a/media/characters/joey-mcdonald/back-kobold.svg b/media/characters/joey-mcdonald/back-kobold.svg
new file mode 100644
index 00000000..e038c467
--- /dev/null
+++ b/media/characters/joey-mcdonald/back-kobold.svg
@@ -0,0 +1,712 @@
+
+
+
diff --git a/media/characters/joey-mcdonald/front-kobold.svg b/media/characters/joey-mcdonald/front-kobold.svg
new file mode 100644
index 00000000..3784b358
--- /dev/null
+++ b/media/characters/joey-mcdonald/front-kobold.svg
@@ -0,0 +1,848 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 09b7933e..83b48e79 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -35415,7 +35415,7 @@ characterMakers.push(() => makeCharacter(
))
characterMakers.push(() => makeCharacter(
- { name: "Joey McDonald", species: ["rabbit"], tags: ["anthro"] },
+ { name: "Joey McDonald", species: ["rabbit", "kobold"], tags: ["anthro"] },
{
front: {
height: math.unit(4, "feet"),
@@ -35437,6 +35437,26 @@ characterMakers.push(() => makeCharacter(
bottom: 5/1082
}
},
+ frontKobold: {
+ height: math.unit(4, "feet"),
+ weight: math.unit(100, "lb"),
+ name: "Front-kobold",
+ image: {
+ source: "./media/characters/joey-mcdonald/front-kobold.svg",
+ extra: 1480/1367,
+ bottom: 0/1480
+ }
+ },
+ backKobold: {
+ height: math.unit(4, "feet"),
+ weight: math.unit(100, "lb"),
+ name: "Back-kobold",
+ image: {
+ source: "./media/characters/joey-mcdonald/back-kobold.svg",
+ extra: 1449/1361,
+ bottom: 0/1449
+ }
+ },
},
[
{