From 6f4977a84cb0f474545caa2cfc39f3dad4bfac71 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 23 Aug 2021 14:56:29 -0400 Subject: [PATCH] Add Kali; update sizes for Xanthos --- media/attribution.js | 12 + media/characters/kali/front.svg | 1671 +++++++++++++++++++++++++++++++ presets/characters.js | 50 + 3 files changed, 1733 insertions(+) create mode 100644 media/characters/kali/front.svg diff --git a/media/attribution.js b/media/attribution.js index c8b33bf4..e30c3a4a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16468,6 +16468,18 @@ const attributionData = { "zanzia" ] }, + { + prefix: "./media/characters/kali/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/42751795/" } + ], + authors: [ + "clawdore" + ], + owners: [ + "argentvz" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/kali/front.svg b/media/characters/kali/front.svg new file mode 100644 index 00000000..81b6849d --- /dev/null +++ b/media/characters/kali/front.svg @@ -0,0 +1,1671 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a948d732..352e5888 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1759,6 +1759,10 @@ const speciesData = { name: "Falcon", parents: ["avian"] }, + "avali": { + name: "Avali", + parents: ["avian", "alien"] + }, } //species @@ -13020,6 +13024,14 @@ characterMakers.push(() => makeCharacter( name: "Megamacro+", height: math.unit(100, "km") }, + { + name: "Gigamacro", + height: math.unit(200, "megameters") + }, + { + name: "Gigamacro+", + height: math.unit(1.5, "gigameters") + }, ] )) @@ -43318,6 +43330,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kali", species: ["avali"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "feet"), + name: "Front", + image: { + source: "./media/characters/kali/front.svg", + extra: 1921/1357, + bottom: 70/1991 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(32, "meters") + }, + { + name: "Macro+", + height: math.unit(150, "meters") + }, + { + name: "Megamacro", + height: math.unit(7500, "meters") + }, + { + name: "Megamacro+", + height: math.unit(80, "kilometers") + }, + ] +)) + //characters function makeCharacters() {