diff --git a/media/attribution.js b/media/attribution.js
index 8204fe48..e92f4366 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2509,6 +2509,19 @@ const attributionData = {
"konadh"
]
},
+ {
+ prefix: "./media/characters/koragos/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34688533/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/34688533/" }
+ ],
+ authors: [
+ "koragos"
+ ],
+ owners: [
+ "koragos"
+ ]
+ },
{
prefix: "./media/characters/kuro-shi-uchū/",
files: [
@@ -5765,6 +5778,10 @@ const attributionData = {
"name": "Public Domain",
"url": "https://en.wikipedia.org/wiki/Public_domain",
},
+ "koragos": {
+ "name": "Koragos",
+ "url": "https://www.furaffinity.net/user/koragos/",
+ },
}
}
diff --git a/media/characters/koragos/back.svg b/media/characters/koragos/back.svg
new file mode 100644
index 00000000..f3fef3ac
--- /dev/null
+++ b/media/characters/koragos/back.svg
@@ -0,0 +1,92 @@
+
+
+
diff --git a/media/characters/koragos/front.svg b/media/characters/koragos/front.svg
new file mode 100644
index 00000000..45009d52
--- /dev/null
+++ b/media/characters/koragos/front.svg
@@ -0,0 +1,115 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 8610bf0c..e3cd462e 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -9807,6 +9807,53 @@ characterMakers["Scales"] = () => {
)
};
+characterMakers["Koragos"] = () => {
+ return makeCharacter(
+ "Koragos",
+ "Koragos",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/koragos/front.svg",
+ extra: 841/794 * (1 / (1 - 0.035)),
+ bottom: 0.035
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/koragos/back.svg",
+ extra: 841/810 * (1 / (1 - 0.022)),
+ bottom: 0.022
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 11/12, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(490, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(10, "miles")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(50, "miles")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({