From e4d4ffc142028abecf4e9d55d83e6d572083e512 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 29 Jun 2021 09:26:18 -0400 Subject: [PATCH] Add Mizu --- media/attribution.js | 20 + media/characters/mizu/front.svg | 756 ++++++++++++++++++++++++++++++++ presets/characters.js | 29 +- 3 files changed, 804 insertions(+), 1 deletion(-) create mode 100644 media/characters/mizu/front.svg diff --git a/media/attribution.js b/media/attribution.js index 45e2a1b1..039650d9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15815,6 +15815,18 @@ const attributionData = { "tristanhawthorne" ] }, + { + prefix: "./media/characters/mizu/", + files: [ + { name: "front.svg", source: "https://twitter.com/JPenguini/status/1397514706278096897" } + ], + authors: [ + "blushysnoots" + ], + owners: [ + "jpenguini" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21818,6 +21830,14 @@ const attributionData = { "name": "TristanHawthorne", "url": "https://www.furaffinity.net/user/tristanhawthorne/" }, + "blushysnoots": { + "name": "blushysnoots", + "url": "https://twitter.com/blushysnoots" + }, + "jpenguini": { + "name": "JPenguini", + "url": "https://twitter.com/JPenguini/" + }, } } diff --git a/media/characters/mizu/front.svg b/media/characters/mizu/front.svg new file mode 100644 index 00000000..dcea834a --- /dev/null +++ b/media/characters/mizu/front.svg @@ -0,0 +1,756 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index db453681..bc686d2e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1702,7 +1702,11 @@ const speciesData = { "devil": { name: "Devil", parents: ["supernatural"] - } + }, + "sika-deer": { + name: "Sika Deer", + parents: ["deer"] + }, } //species @@ -41501,6 +41505,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Mizu", species: ["sika-deer"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 11/12, "feet"), + weight: math.unit(190, "lb"), + name: "Front", + image: { + source: "./media/characters/mizu/front.svg", + extra: 1988/1788, + bottom: 14/2002 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 11/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {