From 8e8c09715219e506ca012dd98b062f25482ea625 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 2 May 2020 13:54:01 -0400 Subject: [PATCH] Add Khemri --- media/attribution.js | 20 + media/characters/khemri/front.svg | 799 ++++++++++++++++++++++++++++++ presets/characters.js | 27 + 3 files changed, 846 insertions(+) create mode 100644 media/characters/khemri/front.svg diff --git a/media/attribution.js b/media/attribution.js index 17a5d314..b96ae686 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9306,6 +9306,18 @@ const attributionData = { "briantheliongod" ] }, + { + prefix: "./media/characters/khemri/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "fiyawerks" + ], + owners: [ + "necrobuddy" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12941,6 +12953,14 @@ const attributionData = { "name": "gepredators", "url": "https://www.furaffinity.net/user/gepredators", }, + "fiyawerks": { + "name": "Fiyawerks", + "url": "https://www.deviantart.com/fiyawerks", + }, + "necrobuddy": { + "name": "Necrobuddy", + "url": "https://www.furaffinity.net/user/necrobuddy", + }, } } diff --git a/media/characters/khemri/front.svg b/media/characters/khemri/front.svg new file mode 100644 index 00000000..e95ece0b --- /dev/null +++ b/media/characters/khemri/front.svg @@ -0,0 +1,799 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3e880b1f..42fa9a03 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21510,6 +21510,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Khemri", species: "Jackal" }, + { + front: { + height: math.unit(5 + 8/12, "feet"), + weight: math.unit(140, "lb"), + name: "Front", + image: { + source: "./media/characters/khemri/front.svg", + extra: 4780/4059, + bottom: 80.1/4859.25 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(6, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 8/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {