From 27553c0481e5d2acc6c917c2b3b4d7dd43f0fab1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 2 Mar 2021 12:12:14 -0500 Subject: [PATCH] Add Sayko --- media/attribution.js | 19 + media/characters/sayko/forepaw.svg | 149 +++ media/characters/sayko/head.svg | 381 ++++++++ media/characters/sayko/hindpaw.svg | 160 +++ media/characters/sayko/side.svg | 1464 ++++++++++++++++++++++++++++ presets/characters.js | 55 ++ 6 files changed, 2228 insertions(+) create mode 100644 media/characters/sayko/forepaw.svg create mode 100644 media/characters/sayko/head.svg create mode 100644 media/characters/sayko/hindpaw.svg create mode 100644 media/characters/sayko/side.svg diff --git a/media/attribution.js b/media/attribution.js index 2e85eb2a..3c11d2fc 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14451,6 +14451,21 @@ const attributionData = { "mouseimilian" ] }, + { + prefix: "./media/characters/sayko/", + files: [ + { name: "side.svg", source: "https://twitter.com/catarazzo/status/1364619324858638337" }, + { name: "head.svg", source: "https://twitter.com/catarazzo/status/1364619324858638337" }, + { name: "forepaw.svg", source: "https://twitter.com/catarazzo/status/1364619324858638337" }, + { name: "hindpaw.svg", source: "https://twitter.com/catarazzo/status/1364619324858638337" }, + ], + authors: [ + "catarazzo" + ], + owners: [ + "argentvz" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19842,6 +19857,10 @@ const attributionData = { "name": "Licos", "url": "https://twitter.com/WizLicos" }, + "catarazzo": { + "name": "Kat", + "url": "https://twitter.com/catarazzo/" + }, } } diff --git a/media/characters/sayko/forepaw.svg b/media/characters/sayko/forepaw.svg new file mode 100644 index 00000000..c05ba62f --- /dev/null +++ b/media/characters/sayko/forepaw.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sayko/head.svg b/media/characters/sayko/head.svg new file mode 100644 index 00000000..93258ebf --- /dev/null +++ b/media/characters/sayko/head.svg @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sayko/hindpaw.svg b/media/characters/sayko/hindpaw.svg new file mode 100644 index 00000000..17f2ccb5 --- /dev/null +++ b/media/characters/sayko/hindpaw.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sayko/side.svg b/media/characters/sayko/side.svg new file mode 100644 index 00000000..9a62f566 --- /dev/null +++ b/media/characters/sayko/side.svg @@ -0,0 +1,1464 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3b5793cb..1f8d206b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -37816,6 +37816,61 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sayko", species: ["dragon"], tags: ["feral"] }, + { + side: { + height: math.unit(35, "feet"), + name: "Side", + image: { + source: "./media/characters/sayko/side.svg", + extra: 1697/1021, + bottom: 82/1779 + } + }, + head: { + height: math.unit(16, "feet"), + name: "Head", + image: { + source: "./media/characters/sayko/head.svg" + } + }, + forepaw: { + height: math.unit(7.85, "feet"), + name: "Forepaw", + image: { + source: "./media/characters/sayko/forepaw.svg" + } + }, + hindpaw: { + height: math.unit(8.8, "feet"), + name: "Hindpaw", + image: { + source: "./media/characters/sayko/hindpaw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(35, "feet"), + default: true + }, + { + name: "Colossus", + height: math.unit(100, "meters") + }, + { + name: "\"Small\" Deity", + height: math.unit(1, "km") + }, + { + name: "\"Large\" Deity", + height: math.unit(15, "km") + }, + ] +)) + //characters function makeCharacters() {