diff --git a/media/attribution.js b/media/attribution.js index 397f7670..216a6b21 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2827,6 +2827,18 @@ const attributionData = { "march-dragon" ] }, + { + prefix: "./media/characters/nomaxice/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "dracodare" + ], + owners: [ + "nomaxice" + ] + }, { prefix: "./media/characters/north/", files: [ @@ -5359,6 +5371,14 @@ const attributionData = { "name": "Paox", "url": "https://www.furaffinity.net/user/paox", }, + "nomaxice": { + "name": "Nomaxice", + "url": "https://meow.social/@Nomaxice", + }, + "dracodare": { + "name": "Dracodare", + "url": "https://meow.social/@Dracodare", + }, } } diff --git a/media/characters/nomaxice/front.svg b/media/characters/nomaxice/front.svg new file mode 100644 index 00000000..ce7e621f --- /dev/null +++ b/media/characters/nomaxice/front.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7f9e1fa8..8999e93f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -8953,6 +8953,48 @@ characterMakers["Judio"] = () => { ) }; +characterMakers["Nomaxice"] = () => { + return makeCharacter( + "Nomaxice", + "Nomaxice", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(68, "kg"), + name: "Front", + image: { + source: "./media/characters/nomaxice/front.svg", + extra: 1498/1073 * (1 / (1 - 0.075)), + bottom: 0.075 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(8, "cm") + }, + { + name: "Norm", + height: math.unit(1.82, "m") + }, + { + name: "Big", + height: math.unit(8, "meters"), + default: true + }, + { + name: "Macro", + height: math.unit(18, "meters") + }, + { + name: "Macro+", + height: math.unit(88, "meters") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({