From 1f8f8136c82112dccaf7f13b580ea57882a0a205 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 1 May 2022 10:17:56 -0400 Subject: [PATCH] Add Yamato --- media/attribution.js | 20 + media/characters/yamato/front.svg | 1279 +++++++++++++++++++++++++++++ presets/characters.js | 27 + 3 files changed, 1326 insertions(+) create mode 100644 media/characters/yamato/front.svg diff --git a/media/attribution.js b/media/attribution.js index 715d80d6..a2c5509d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22367,6 +22367,18 @@ const attributionData = { "deadlykid27" ] }, + { + prefix: "./media/characters/yamato/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/46468247/" } + ], + authors: [ + "lazbee6" + ], + owners: [ + "yamatokuhabara" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30933,6 +30945,14 @@ const attributionData = { "name": "Deadlykid27", "url": "https://www.furaffinity.net/user/deadlykid27/" }, + "lazbee6": { + "name": "Lazlo", + "url": "https://twitter.com/LazBee6" + }, + "yamatokuhabara": { + "name": "YamatoKuhabara", + "url": "https://www.furaffinity.net/user/yamatokuhabara/" + }, } } diff --git a/media/characters/yamato/front.svg b/media/characters/yamato/front.svg new file mode 100644 index 00000000..ff21cd59 --- /dev/null +++ b/media/characters/yamato/front.svg @@ -0,0 +1,1279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 431c60bb..5705d9f0 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -64402,6 +64402,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Yamato", species: ["kobold"], tags: ["anthro"] }, + { + front: { + height: math.unit(60, "cm"), + weight: math.unit(18, "kg"), + name: "Front", + image: { + source: "./media/characters/yamato/front.svg", + extra: 733/688, + bottom: 29/762 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(6, "cm") + }, + { + name: "Normal", + height: math.unit(60, "cm"), + default: true + }, + ] +)) + //characters function makeCharacters() {