diff --git a/media/attribution.js b/media/attribution.js
index db6875c7..738907a3 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16397,6 +16397,20 @@ const attributionData = {
"pyrophile"
]
},
+ {
+ prefix: "./media/characters/cobalt-charizard/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/41656899/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/41656899/" },
+ { name: "g-max.svg", source: "https://www.furaffinity.net/view/41656899/" },
+ ],
+ authors: [
+ "derfisch"
+ ],
+ owners: [
+ "corvidraven"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -22592,6 +22606,14 @@ const attributionData = {
"name": "Pyrophile",
"url": "https://www.furaffinity.net/user/pyrophile/"
},
+ "derfisch": {
+ "name": "derFisch",
+ "url": "https://www.furaffinity.net/user/derfisch/"
+ },
+ "corvidraven": {
+ "name": "CorvidRaven",
+ "url": "https://twitter.com/CorvidRaven/"
+ },
}
}
diff --git a/media/characters/cobalt-charizard/front.svg b/media/characters/cobalt-charizard/front.svg
new file mode 100644
index 00000000..f85c0af7
--- /dev/null
+++ b/media/characters/cobalt-charizard/front.svg
@@ -0,0 +1,934 @@
+
+
+
diff --git a/media/characters/cobalt-charizard/g-max.svg b/media/characters/cobalt-charizard/g-max.svg
new file mode 100644
index 00000000..33123f99
--- /dev/null
+++ b/media/characters/cobalt-charizard/g-max.svg
@@ -0,0 +1,1865 @@
+
+
+
diff --git a/media/characters/cobalt-charizard/side.svg b/media/characters/cobalt-charizard/side.svg
new file mode 100644
index 00000000..c740b78a
--- /dev/null
+++ b/media/characters/cobalt-charizard/side.svg
@@ -0,0 +1,892 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index d6e3937c..8943e66b 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -43097,6 +43097,48 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Cobalt (Charizard)", species: ["charizard"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(8 + 5/12, "feet"),
+ weight: math.unit(825, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/cobalt-charizard/front.svg",
+ extra: 1268/1155,
+ bottom: 122/1390
+ }
+ },
+ side: {
+ height: math.unit(8 + 5/12, "feet"),
+ weight: math.unit(825, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/cobalt-charizard/side.svg",
+ extra: 1348/1257,
+ bottom: 58/1406
+ }
+ },
+ gMax: {
+ height: math.unit(134 + 11/12, "feet"),
+ name: "G-Max",
+ image: {
+ source: "./media/characters/cobalt-charizard/g-max.svg",
+ extra: 1835/1541,
+ bottom: 151/1986
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(8 + 5/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {