diff --git a/media/attribution.js b/media/attribution.js
index f7e92ca0..47ed164f 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -4231,7 +4231,19 @@ const attributionData = {
{
prefix: "./media/characters/piper/",
files: [
- { name: "front.svg", source: "https://twitter.com/Brit_Bork/status/1104474356040765440" }
+ { name: "standing.svg", source: "https://twitter.com/FlyFeline/status/1447013278362832896" }
+ ],
+ authors: [
+ "otherbol"
+ ],
+ owners: [
+ "flyhar"
+ ]
+ },
+ {
+ prefix: "./media/characters/piper/",
+ files: [
+ { name: "running.svg", source: "https://twitter.com/Brit_Bork/status/1104474356040765440" }
],
authors: [
"brit-bork"
@@ -4240,6 +4252,18 @@ const attributionData = {
"flyhar"
]
},
+ {
+ prefix: "./media/characters/piper/",
+ files: [
+ { name: "nipple.svg", source: null, nsfw: true}
+ ],
+ authors: [
+ "thespacespeck"
+ ],
+ owners: [
+ "flyhar"
+ ]
+ },
{
prefix: "./media/characters/piper/",
files: [
@@ -25517,6 +25541,14 @@ const attributionData = {
"name": "Loki-Bear",
"url": "https://www.furaffinity.net/user/loki-bear/"
},
+ "otherbol": {
+ "name": "otherbol",
+ "url": "https://twitter.com/otherbol"
+ },
+ "thespacespeck": {
+ "name": "TheSpaceSpeck",
+ "url": "https://twitter.com/TheSpaceSpeck"
+ },
}
}
diff --git a/media/characters/piper/nipple.svg b/media/characters/piper/nipple.svg
new file mode 100644
index 00000000..bf5eeacc
--- /dev/null
+++ b/media/characters/piper/nipple.svg
@@ -0,0 +1,78 @@
+
+
+
diff --git a/media/characters/piper/front.svg b/media/characters/piper/running.svg
similarity index 100%
rename from media/characters/piper/front.svg
rename to media/characters/piper/running.svg
diff --git a/media/characters/piper/standing.svg b/media/characters/piper/standing.svg
new file mode 100644
index 00000000..63613e7c
--- /dev/null
+++ b/media/characters/piper/standing.svg
@@ -0,0 +1,1215 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 0f6dc168..cc19f2ac 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -6619,12 +6619,22 @@ characterMakers.push(() => makeCharacter(
characterMakers.push(() => makeCharacter(
{ name: "Piper", species: ["deer"], tags: ["anthro"] },
{
- front: {
+ standing: {
height: math.unit(5 + 8 / 12, "feet"),
weight: math.unit(140, "lb"),
- name: "Front",
+ name: "Standing",
+ image: {
+ source: "./media/characters/piper/standing.svg",
+ extra: 1440/1284,
+ bottom: 66/1506
+ }
+ },
+ running: {
+ height: math.unit(5 + 8 / 12, "feet"),
+ weight: math.unit(140, "lb"),
+ name: "Running",
image: {
- source: "./media/characters/piper/front.svg",
+ source: "./media/characters/piper/running.svg",
extra: 3948/3655,
bottom: 0/3948
}
@@ -6637,6 +6647,14 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/piper/sole.svg"
}
},
+ nipple: {
+ height: math.unit(0.25, "feet"),
+ weight: math.unit(1.5, "lb"),
+ name: "Nipple",
+ image: {
+ source: "./media/characters/piper/nipple.svg"
+ }
+ },
},
[
{