diff --git a/media/attribution.js b/media/attribution.js index ceb898fe..c0d30c54 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8387,6 +8387,18 @@ const attributionData = { "nirvah" ] }, + { + prefix: "./media/characters/fixerdragon/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/12423723/" } + ], + authors: [ + "endium" + ], + owners: [ + "fixerdragon" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11593,6 +11605,14 @@ const attributionData = { "name": "JonesyDearest", "url": "https://twitter.com/JonesyDearest", }, + "endium": { + "name": "Endium", + "url": "https://www.furaffinity.net/user/endium/", + }, + "fixerdragon": { + "name": "fixerdragon", + "url": "https://www.furaffinity.net/user/fixerdragon/", + }, } } diff --git a/media/characters/fixerdragon/side.svg b/media/characters/fixerdragon/side.svg new file mode 100644 index 00000000..6f831c99 --- /dev/null +++ b/media/characters/fixerdragon/side.svg @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d60af911..615002a5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18807,6 +18807,49 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Fixerdragon" }, + { + side: { + height: math.unit(30, "meters"), + weight: math.unit(700, "tonnes"), + name: "Side", + image: { + source: "./media/characters/fixerdragon/side.svg", + extra: (1293.0514-116.03)/1106.86, + bottom: 116.03/1293.0514 + } + }, + }, + [ + { + name: "Planck", + height: math.unit(1.6e-35, "meters") + }, + { + name: "Micro", + height: math.unit(0.4, "meters") + }, + { + name: "Normal", + height: math.unit(30, "meters"), + default: true + }, + { + name: "Megamacro", + height: math.unit(1.2, "megameters") + }, + { + name: "Teramacro", + height: math.unit(130, "terameters") + }, + { + name: "Yottamacro", + height: math.unit(6200, "yottameters") + }, + ] +)) //characters function makeCharacters() {