diff --git a/media/attribution.js b/media/attribution.js index 166eaf73..717f9dbe 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9561,6 +9561,19 @@ const attributionData = { "retroinferno" ] }, + { + prefix: "./media/characters/mactarian/", + files: [ + { name: "female.svg", source: "https://www.furaffinity.net/view/36150184/" }, + { name: "male.svg", source: "https://www.furaffinity.net/view/36150184/" }, + ], + authors: [ + "gasmaskfox" + ], + owners: [ + "retroinferno" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/mactarian/female.svg b/media/characters/mactarian/female.svg new file mode 100644 index 00000000..2dbc943e --- /dev/null +++ b/media/characters/mactarian/female.svg @@ -0,0 +1,526 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/mactarian/male.svg b/media/characters/mactarian/male.svg new file mode 100644 index 00000000..eb59ff87 --- /dev/null +++ b/media/characters/mactarian/male.svg @@ -0,0 +1,388 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f332eadb..5fd3bbf0 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -22111,8 +22111,8 @@ characterMakers.push(() => makeCharacter( { name: "Zenari" }, { female: { - height: math.unit(29.7, "m"), - weight: math.unit(270000, "kg"), + height: math.unit(29.9, "m"), + weight: math.unit(Math.pow((29.9/2), 3) * 80, "kg"), name: "Female", image: { source: "./media/characters/zenari/female.svg", @@ -22122,7 +22122,7 @@ characterMakers.push(() => makeCharacter( }, male: { height: math.unit(27.7, "m"), - weight: math.unit(212000, "lb"), + weight: math.unit(Math.pow((27.7/2), 3) * 80, "kg"), name: "Male", image: { source: "./media/characters/zenari/male.svg", @@ -22132,7 +22132,44 @@ characterMakers.push(() => makeCharacter( }, }, [ - + { + name: "Macro", + height: math.unit(29.7, "meters"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Mactarian" }, + { + female: { + height: math.unit(23.8, "m"), + weight: math.unit(Math.pow((23.8/2), 3) * 80, "kg"), + name: "Female", + image: { + source: "./media/characters/mactarian/female.svg", + extra: 2662/2569, + bottom: 73/2736 + } + }, + male: { + height: math.unit(23.8, "m"), + weight: math.unit(Math.pow((23.8/2), 3) * 80, "kg"), + name: "Male", + image: { + source: "./media/characters/mactarian/male.svg", + extra: 2673/2600, + bottom: 76/2750 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(23.8, "meters"), + default: true + }, ] )) //characters