diff --git a/media/attribution.js b/media/attribution.js index adf91845..edbd3125 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14411,6 +14411,18 @@ const attributionData = { "sam-ehcac" ] }, + { + prefix: "./media/characters/namori-kurogawa/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40765400/" } + ], + authors: [ + "mr-gretto" + ], + owners: [ + "twofox" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19778,6 +19790,14 @@ const attributionData = { "name": "Sam_Ehcac", "url": "https://www.furaffinity.net/user/samehcac" }, + "mr-gretto": { + "name": "Mr-Gretto", + "url": "https://www.furaffinity.net/user/mr-gretto/" + }, + "twofox": { + "name": "TwoFox", + "url": "https://www.furaffinity.net/user/twofox" + }, } } diff --git a/media/characters/namori-kurogawa/front.svg b/media/characters/namori-kurogawa/front.svg new file mode 100644 index 00000000..2fcd39bd --- /dev/null +++ b/media/characters/namori-kurogawa/front.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 63453beb..59a62bd5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -37654,6 +37654,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Namori Kurogawa", species: ["fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(8 + 4/12, "feet"), + weight: math.unit(122, "kg"), + name: "Front", + image: { + source: "./media/characters/namori-kurogawa/front.svg", + extra: 1894/1576, + bottom: 34/1928 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8 + 4/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {