diff --git a/media/attribution.js b/media/attribution.js index a5b50bcb..4f27b6e9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5197,6 +5197,7 @@ const attributionData = { files: [ { name: "eevee.svg", source: "https://fidverse.fandom.com/wiki/Malgam" }, { name: "sylveon.svg", source: "https://fidverse.fandom.com/wiki/https://fidverse.fandom.com/wiki/Malgam_Future" }, + { name: "gigantamax.svg", source: "https://www.furaffinity.net/view/33746283/" } ], authors: [ "fidchell" diff --git a/media/characters/malgam/gigantamax.svg b/media/characters/malgam/gigantamax.svg new file mode 100644 index 00000000..4a44300f --- /dev/null +++ b/media/characters/malgam/gigantamax.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6b30deb0..3e790e8b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -13150,7 +13150,7 @@ characterMakers["Malgam"] = () => { eevee: { height: math.unit(2 + 10/12, "feet"), weight: math.unit(86, "lb"), - name: "Eevee", + name: "Malgam", image: { source: "./media/characters/malgam/eevee.svg", extra: 218/180 * (1 / (1 - 0.2)), @@ -13160,13 +13160,22 @@ characterMakers["Malgam"] = () => { sylveon: { height: math.unit(4, "feet"), weight: math.unit(101, "lb"), - name: "Sylveon", + name: "Future Malgam", + rename: true, image: { source: "./media/characters/malgam/sylveon.svg", extra: 371/325 * (1 / (1 - 0.015)), bottom: 0.015 } }, + gigantamax: { + height: math.unit(50, "feet"), + name: "Gigantamax Malgam", + rename: true, + image: { + source: "./media/characters/malgam/gigantamax.svg" + } + }, }, [ {