diff --git a/media/attribution.js b/media/attribution.js
index 1a1b03b1..326a7a67 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -3023,6 +3023,20 @@ const attributionData = {
"shingo"
]
},
+ {
+ prefix: "./media/characters/snow-gabumon/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/28018794/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/28018794/" },
+ { name: "front-undressed.svg", source: "https://www.furaffinity.net/view/28018794/" },
+ ],
+ authors: [
+ "watchout-4-dragon"
+ ],
+ owners: [
+ "snowgabumon"
+ ]
+ },
{
prefix: "./media/characters/splinter/",
files: [
@@ -5058,6 +5072,10 @@ const attributionData = {
"name": "SirSplinter",
"url": "https://www.furaffinity.net/user/sirsplinter/",
},
+ "snowgabumon": {
+ "name": "SnowGabumon",
+ "url": "https://www.furaffinity.net/user/wonderingfox/",
+ },
}
}
diff --git a/media/characters/snow-gabumon/back.svg b/media/characters/snow-gabumon/back.svg
new file mode 100644
index 00000000..87e07977
--- /dev/null
+++ b/media/characters/snow-gabumon/back.svg
@@ -0,0 +1,294 @@
+
+
+
diff --git a/media/characters/snow-gabumon/front-undressed.svg b/media/characters/snow-gabumon/front-undressed.svg
new file mode 100644
index 00000000..61ff3d80
--- /dev/null
+++ b/media/characters/snow-gabumon/front-undressed.svg
@@ -0,0 +1,156 @@
+
+
+
diff --git a/media/characters/snow-gabumon/front.svg b/media/characters/snow-gabumon/front.svg
new file mode 100644
index 00000000..98994736
--- /dev/null
+++ b/media/characters/snow-gabumon/front.svg
@@ -0,0 +1,298 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 1a1291db..ed4ee4fc 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -8197,6 +8197,69 @@ characterMakers["Splinter"] = () => {
]
)
};
+
+characterMakers["SnowGabumon"] = () => {
+ return makeCharacter(
+ "SnowGabumon",
+ "SnowGabumon",
+ {
+ front: {
+ height: math.unit(4 + 10/12, "feet"),
+ weight: math.unit(480, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/snow-gabumon/front.svg",
+ extra: 1140/963 * (1 / (1 - 0.058)),
+ bottom: 0.058
+ }
+ },
+ back: {
+ height: math.unit(4 + 10/12, "feet"),
+ weight: math.unit(480, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/snow-gabumon/back.svg",
+ extra: 1115/962 * (1 / (1 - 0.041)),
+ bottom: 0.041
+ }
+ },
+ frontUndresed: {
+ height: math.unit(4 + 10/12, "feet"),
+ weight: math.unit(480, "lb"),
+ name: "Front (Undressed)",
+ image: {
+ source: "./media/characters/snow-gabumon/front-undressed.svg",
+ extra: 1061/960 * (1 / (1 - 0.045)),
+ bottom: 0.045
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(1, "inch")
+ },
+ {
+ name: "Normal",
+ height: math.unit(4 + 10/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(200, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(120, "miles")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(9800, "miles")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({