diff --git a/media/attribution.js b/media/attribution.js
index 7dac6c19..303ea4ef 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2105,6 +2105,30 @@ const attributionData = {
"flyhar"
]
},
+ {
+ prefix: "./media/characters/pisces/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34372397/" }
+ ],
+ authors: [
+ "zirc"
+ ],
+ owners: [
+ "pisces-kelp"
+ ]
+ },
+ {
+ prefix: "./media/characters/pisces/",
+ files: [
+ { name: "back.svg", source: "https://www.furaffinity.net/view/26525891/" }
+ ],
+ authors: [
+ "spearfrost"
+ ],
+ owners: [
+ "pisces-kelp"
+ ]
+ },
{
prefix: "./media/characters/prodigy/",
files: [
@@ -3729,6 +3753,18 @@ const attributionData = {
"name": "Shingo",
"url": "https://www.furaffinity.net/user/threes/",
},
+ "pisces-kelp": {
+ "name": "Pisces",
+ "url": "https://www.furaffinity.net/user/pisceskelp/",
+ },
+ "zirc": {
+ "name": "Zirc",
+ "url": "https://www.furaffinity.net/user/zirc/",
+ },
+ "spearfrost": {
+ "name": "spearfrost",
+ "url": "https://www.furaffinity.net/user/spearfrost",
+ },
}
}
diff --git a/media/characters/pisces/back.svg b/media/characters/pisces/back.svg
new file mode 100644
index 00000000..3dae89c0
--- /dev/null
+++ b/media/characters/pisces/back.svg
@@ -0,0 +1,416 @@
+
+
+
diff --git a/media/characters/pisces/front.svg b/media/characters/pisces/front.svg
new file mode 100644
index 00000000..9a09111e
--- /dev/null
+++ b/media/characters/pisces/front.svg
@@ -0,0 +1,385 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 2014ee63..7bf19bc9 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -7175,6 +7175,45 @@ characterMakers["Rook Kitara"] = () => {
)
};
+characterMakers["Pisces"] = () => {
+ return makeCharacter(
+ "Pisces",
+ "Pisces_Kelp",
+ {
+ front: {
+ height: math.unit(7, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/pisces/front.svg",
+ extra: 2255/2115 * (1 / (1 - 0.03)),
+ bottom: 0.03
+ }
+ },
+ back: {
+ height: math.unit(7, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/pisces/back.svg",
+ extra: 2146/2055 * (1 / (1 - 0.04)),
+ bottom: 0.04
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(107, "feet")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({