From 515e7fd9bb304254a1fc05f4ec79f80f9e42e988 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 10 Jan 2022 14:03:52 -0600 Subject: [PATCH] Add Kyan --- media/attribution.js | 16 + media/characters/kyan/front.svg | 1018 +++++++++++++++++++++++++++++++ presets/characters.js | 46 ++ 3 files changed, 1080 insertions(+) create mode 100644 media/characters/kyan/front.svg diff --git a/media/attribution.js b/media/attribution.js index 39299018..e55f1aea 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19904,6 +19904,18 @@ const attributionData = { "myriad" ] }, + { + prefix: "./media/characters/kyan/", + files: [ + { name: "front.svg", source: "https://twitter.com/ArchmageEternal/status/1480618252153896963" } + ], + authors: [ + "fosbat" + ], + owners: [ + "kuipaws" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27757,6 +27769,10 @@ const attributionData = { "name": "SyntaxAero", "url": "https://twitter.com/SyntaxAero" }, + "fosbat": { + "name": "Fosbat", + "url": "https://twitter.com/fosbat" + }, } } diff --git a/media/characters/kyan/front.svg b/media/characters/kyan/front.svg new file mode 100644 index 00000000..4c22b059 --- /dev/null +++ b/media/characters/kyan/front.svg @@ -0,0 +1,1018 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ea357951..8012f0c6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2073,6 +2073,10 @@ const speciesData = { name: "Nargacuga", parents: ["monster-hunter"] }, + "sable": { + name: "Sable", + parents: ["marten"] + }, } //species @@ -54564,6 +54568,48 @@ characterMakers.push(() => makeCharacter( } )) +characterMakers.push(() => makeCharacter( + { name: "Kyan", species: ["sable"], tags: ["anthro"] }, + { + front: { + height: math.unit(2 + 5/12, "feet"), + name: "Front", + image: { + source: "./media/characters/kyan/front.svg", + extra: 460/334, + bottom: 23/483 + }, + extraAttributes: { + "toeLength": { + name: "Toe Length", + power: 1, + type: "length", + base: math.unit(7, "cm") + }, + "toeclawLength": { + name: "Toelaw Length", + power: 1, + type: "length", + base: math.unit(4.7, "cm") + }, + "earHeight": { + name: "Ear Height", + power: 1, + type: "length", + base: math.unit(14.1, "cm") + }, + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2 + 5/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {