diff --git a/media/attribution.js b/media/attribution.js
index e07b2cdb..2f23773b 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21634,6 +21634,19 @@ const attributionData = {
"va0027"
]
},
+ {
+ prefix: "./media/characters/proxy/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/23110813/" },
+ { name: "paw.svg", source: null },
+ ],
+ authors: [
+ "proximiter"
+ ],
+ owners: [
+ "proximiter"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/proxy/front.svg b/media/characters/proxy/front.svg
new file mode 100644
index 00000000..3df41635
--- /dev/null
+++ b/media/characters/proxy/front.svg
@@ -0,0 +1,1675 @@
+
+
+
diff --git a/media/characters/proxy/paw.svg b/media/characters/proxy/paw.svg
new file mode 100644
index 00000000..e102fb8a
--- /dev/null
+++ b/media/characters/proxy/paw.svg
@@ -0,0 +1,1386 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6b0bf217..e5a65953 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2280,6 +2280,10 @@ const speciesData = {
name: "Spidox",
parents: ["spider", "fox"]
},
+ "kodiak-bear": {
+ name: "Kodiak Bear",
+ parents: ["bear"]
+ },
}
//species
@@ -61864,6 +61868,36 @@ characterMakers.push(() => makeCharacter(
}
))
+characterMakers.push(() => makeCharacter(
+ { name: "Proxy", species: ["kodiak-bear"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(7 + 4/12, "feet"),
+ weight: math.unit(400, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/proxy/front.svg",
+ extra: 1605/1542,
+ bottom: 55/1660
+ }
+ },
+ paw: {
+ height: math.unit(1.53, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/proxy/paw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7 + 4/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {