diff --git a/media/attribution.js b/media/attribution.js index 8b94cc22..08e33505 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17124,6 +17124,18 @@ const attributionData = { "argentvz" ] }, + { + prefix: "./media/characters/moka/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31919119/" } + ], + authors: [ + "yasmil" + ], + owners: [ + "mokaa" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23625,6 +23637,14 @@ const attributionData = { "name": "Shimmi", "url": "https://twitter.com/Shimmi_Art" }, + "mokaa": { + "name": "Mokaa", + "url": "https://www.furaffinity.net/user/mokaa/" + }, + "yasmil": { + "name": "Yasmil", + "url": "https://www.furaffinity.net/user/yasmil" + }, } } diff --git a/media/characters/moka/front.svg b/media/characters/moka/front.svg new file mode 100644 index 00000000..98c3d004 --- /dev/null +++ b/media/characters/moka/front.svg @@ -0,0 +1,895 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b77a61b5..f1e3075a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -45184,6 +45184,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Moka", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(2, "meters"), + weight: math.unit(80, "kg"), + name: "Front", + image: { + source: "./media/characters/moka/front.svg", + extra: 1337/1255, + bottom: 58/1395 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(15, "cm") + }, + { + name: "Normal", + height: math.unit(2, "meters"), + default: true + }, + { + name: "Macro", + height: math.unit(20, "meters"), + }, + ] +)) + //characters function makeCharacters() {