diff --git a/media/attribution.js b/media/attribution.js
index 0d723ac5..03be08ed 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -3341,6 +3341,20 @@ const attributionData = {
"colwag"
]
},
+ {
+ prefix: "./media/characters/scales/",
+ files: [
+ { name: "taur-front.svg", source: "https://twitter.com/plushderg/status/1119248005557825537" },
+ { name: "taur-back.svg", source: "https://twitter.com/plushderg/status/1119248005557825537" },
+ { name: "anthro.svg", source: "https://twitter.com/plushderg/status/1119248005557825537" },
+ ],
+ authors: [
+ "scales"
+ ],
+ owners: [
+ "scales"
+ ]
+ },
{
prefix: "./media/characters/shingo/",
files: [
@@ -5733,6 +5747,10 @@ const attributionData = {
"name": "Booshie",
"url": "https://www.furaffinity.net/user/booshie/",
},
+ "scales": {
+ "name": "Scales",
+ "url": "https://twitter.com/plushderg",
+ }
}
}
diff --git a/media/characters/scales/anthro.svg b/media/characters/scales/anthro.svg
new file mode 100644
index 00000000..2652f8ec
--- /dev/null
+++ b/media/characters/scales/anthro.svg
@@ -0,0 +1,129 @@
+
+
+
diff --git a/media/characters/scales/taur-back.svg b/media/characters/scales/taur-back.svg
new file mode 100644
index 00000000..70d76a34
--- /dev/null
+++ b/media/characters/scales/taur-back.svg
@@ -0,0 +1,160 @@
+
+
+
diff --git a/media/characters/scales/taur-front.svg b/media/characters/scales/taur-front.svg
new file mode 100644
index 00000000..4528e231
--- /dev/null
+++ b/media/characters/scales/taur-front.svg
@@ -0,0 +1,136 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9c042ca1..a66d9726 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -9761,6 +9761,52 @@ characterMakers["Blü"] = () => {
)
};
+characterMakers["Scales"] = () => {
+ return makeCharacter(
+ "Scales",
+ "Scales",
+ {
+ taurFront: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Taur (Front)",
+ image: {
+ source: "./media/characters/scales/taur-front.svg",
+ extra: 1 / (1 - 0.05),
+ bottom: 0.05
+ }
+ },
+ taurBack: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Taur (Back)",
+ image: {
+ source: "./media/characters/scales/taur-back.svg",
+ extra: 1 / (1 - 0.08),
+ bottom: 0.08
+ }
+ },
+ anthro: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(100, "lb"),
+ name: "Anthro",
+ image: {
+ source: "./media/characters/scales/anthro.svg",
+ extra: 1 / (1 - 0.06),
+ bottom: 0.06
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(12, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({