diff --git a/media/attribution.js b/media/attribution.js index 70c118a5..52eab2a9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6550,6 +6550,18 @@ const attributionData = { "bishop-bun" ] }, + { + prefix: "./media/characters/nita/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34630244/" } + ], + authors: [ + "diaminerre" + ], + owners: [ + "ich" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9018,6 +9030,10 @@ const attributionData = { "name": "Bishop", "url": "https://twitter.com/Bishop_Bun", }, + "diaminerre": { + "name": "Diaminerre", + "url": "https://www.furaffinity.net/user/diaminerre/", + }, } } diff --git a/media/characters/nita/front.svg b/media/characters/nita/front.svg new file mode 100644 index 00000000..0838b8b7 --- /dev/null +++ b/media/characters/nita/front.svg @@ -0,0 +1,593 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 36e402bb..39046fba 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -15872,6 +15872,48 @@ characterMakers["Hasani"] = () => { ) }; +characterMakers["Nita"] = () => { + return makeCharacter( + "Nita", + "Ich", + { + front: { + height: math.unit(1.82, "meters"), + weight: math.unit(140, "lb"), + name: "Front", + image: { + source: "./media/characters/nita/front.svg", + extra: 2473/2363, + bottom: 0.01 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.82, "m") + }, + { + name: "Macro", + height: math.unit(300, "m") + }, + { + name: "Mistake Canon", + height: math.unit(0.5, "miles"), + default: true + }, + { + name: "Big Mistake", + height: math.unit(13, "miles") + }, + { + name: "Playing God", + height: math.unit(2450, "miles") + }, + ] + ) +}; + //characters function makeCharacters() {