diff --git a/media/attribution.js b/media/attribution.js
index 5bbff5de..d19d3912 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16140,6 +16140,18 @@ const attributionData = {
"ashgar"
]
},
+ {
+ prefix: "./media/characters/phillip/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/26718218/" }
+ ],
+ authors: [
+ "spyz"
+ ],
+ owners: [
+ "fill783"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -22243,6 +22255,14 @@ const attributionData = {
"name": "MrLynxiee",
"url": "https://twitter.com/MrLynxiee"
},
+ "spyz": {
+ "name": "SpyZ",
+ "url": "https://www.furaffinity.net/user/spyz/"
+ },
+ "fill783": {
+ "name": "Phillip",
+ "url": "https://www.furaffinity.net/user/fill783"
+ },
}
}
diff --git a/media/characters/phillip/dressed.svg b/media/characters/phillip/dressed.svg
new file mode 100644
index 00000000..cd13fee7
--- /dev/null
+++ b/media/characters/phillip/dressed.svg
@@ -0,0 +1,847 @@
+
+
+
diff --git a/media/characters/phillip/paw.svg b/media/characters/phillip/paw.svg
new file mode 100644
index 00000000..556e9ff9
--- /dev/null
+++ b/media/characters/phillip/paw.svg
@@ -0,0 +1,243 @@
+
+
+
diff --git a/media/characters/phillip/regular.svg b/media/characters/phillip/regular.svg
new file mode 100644
index 00000000..fb7fabbb
--- /dev/null
+++ b/media/characters/phillip/regular.svg
@@ -0,0 +1,860 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 812e889f..f98b5da6 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -42317,6 +42317,46 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Phillip", species: ["wolf"], tags: ["anthro"] },
+ {
+ regular: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Regular",
+ image: {
+ source: "./media/characters/phillip/regular.svg",
+ extra: 1373/1277,
+ bottom: 75/1448
+ }
+ },
+ dressed: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Dressed",
+ image: {
+ source: "./media/characters/phillip/dressed.svg",
+ extra: 1373/1277,
+ bottom: 75/1448
+ }
+ },
+ paw: {
+ height: math.unit(1.44, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/phillip/paw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {