diff --git a/media/attribution.js b/media/attribution.js
index e8aa49e4..3c974af4 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11407,6 +11407,19 @@ const attributionData = {
"azteck"
]
},
+ {
+ prefix: "./media/characters/pidge/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "back.svg", source: null },
+ ],
+ authors: [
+ "terratimberwolf"
+ ],
+ owners: [
+ "datastains"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -15722,6 +15735,10 @@ const attributionData = {
"name": "Azteck",
"url": "https://www.furaffinity.net/user/azteck/"
},
+ "terratimberwolf": {
+ "name": "TerraTimberWolf",
+ "url": "https://www.furaffinity.net/user/terrawolfdog/"
+ },
}
}
diff --git a/media/characters/pidge/back.svg b/media/characters/pidge/back.svg
new file mode 100644
index 00000000..dbcfebe4
--- /dev/null
+++ b/media/characters/pidge/back.svg
@@ -0,0 +1,562 @@
+
+
+
diff --git a/media/characters/pidge/front.svg b/media/characters/pidge/front.svg
new file mode 100644
index 00000000..8a923c9f
--- /dev/null
+++ b/media/characters/pidge/front.svg
@@ -0,0 +1,722 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9608239e..c4f75cb6 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -28906,6 +28906,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Pidge", species: ["hellhound"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/pidge/front.svg",
+ extra: 620/588,
+ bottom: 9/629
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/pidge/back.svg",
+ extra: 620/588,
+ bottom: 9/629
+ }
+ },
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(1, "mile"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {