diff --git a/media/attribution.js b/media/attribution.js
index bfaab970..476b690a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -3029,6 +3029,20 @@ const attributionData = {
"enormouse"
]
},
+ {
+ prefix: "./media/characters/pianostrong/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/31674867/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/31674867/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/31674867/" },
+ ],
+ authors: [
+ "janedoe297"
+ ],
+ owners: [
+ "pianostrong"
+ ]
+ },
{
prefix: "./media/characters/piper/",
files: [
@@ -5557,6 +5571,14 @@ const attributionData = {
"name": "Cherry.Paws",
"url": "https://www.furaffinity.net/user/cherry.paws/",
},
+ "janedoe297": {
+ "name": "janedoe297",
+ "url": "t.me/janedoe297",
+ },
+ "pianostrong": {
+ "name": "Pianostrong",
+ "url": "https://www.furaffinity.net/user/pianostrong/",
+ },
}
}
diff --git a/media/characters/pianostrong/back.svg b/media/characters/pianostrong/back.svg
new file mode 100644
index 00000000..2c6705d4
--- /dev/null
+++ b/media/characters/pianostrong/back.svg
@@ -0,0 +1,324 @@
+
+
+
diff --git a/media/characters/pianostrong/front.svg b/media/characters/pianostrong/front.svg
new file mode 100644
index 00000000..427da816
--- /dev/null
+++ b/media/characters/pianostrong/front.svg
@@ -0,0 +1,331 @@
+
+
+
diff --git a/media/characters/pianostrong/side.svg b/media/characters/pianostrong/side.svg
new file mode 100644
index 00000000..67a30336
--- /dev/null
+++ b/media/characters/pianostrong/side.svg
@@ -0,0 +1,269 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c416a23a..411ea40f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -9348,6 +9348,60 @@ characterMakers["Cordite"] = () => {
]
)
};
+
+characterMakers["Pianostrong"] = () => {
+ return makeCharacter(
+ "Pianostrong",
+ "Pianostrong",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/pianostrong/front.svg",
+ extra: 6577/6254 * (1 / (1 - 0.02)),
+ bottom: 0.02
+ }
+ },
+ side: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/pianostrong/side.svg",
+ extra: 6106/5730
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/pianostrong/back.svg",
+ extra: 6085/5733 * (1 / (1 - 0.01)),
+ bottom: 0.01
+ }
+ },
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(100, "feet")
+ },
+ {
+ name: "Macro+",
+ height: math.unit(300, "feet"),
+ default: true
+ },
+ {
+ name: "Macro++",
+ height: math.unit(1000, "feet")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({