diff --git a/media/attribution.js b/media/attribution.js index 9453f7c9..f2b6e686 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5993,6 +5993,18 @@ const attributionData = { "virgo113" ] }, + { + prefix: "./media/characters/nakata/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/24739399/" } + ], + authors: [ + "lezified" + ], + owners: [ + "dalken" + ] + }, //characters { prefix: "./media/landmarks/", @@ -8266,6 +8278,10 @@ const attributionData = { "name": "Riolu4aural", "url": "https://www.deviantart.com/riolu4aural", }, + "lezified": { + "name": "lezified", + "url": "https://www.furaffinity.net/user/lezified", + }, } } diff --git a/media/characters/nakata/front.svg b/media/characters/nakata/front.svg new file mode 100644 index 00000000..a3ccadd9 --- /dev/null +++ b/media/characters/nakata/front.svg @@ -0,0 +1,966 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3d57cd65..d58856bd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14356,6 +14356,41 @@ characterMakers["Verin Raharra"] = () => { ] ) }; + +characterMakers["Nakata"] = () => { + return makeCharacter( + "Nakata", + "Dalken", + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(230, "lb"), + name: "Front", + image: { + source: "./media/characters/nakata/front.svg", + extra: 1.005, + bottom: 0.01 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(14, "feet") + }, + { + name: "Macro", + height: math.unit(400, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {