From c067174918739a30927d258eba2a2d0da9cc60c7 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 5 Jun 2022 15:31:44 -0400 Subject: [PATCH] Update Serpentus Also fixes unwanted changes to the Illustrator script --- media/attribution.js | 20 +- media/characters/serpentus/standing.svg | 3907 +++++++++++++++++++++++ presets/characters.js | 13 +- scripts/illustrator.jsx | 6 +- 4 files changed, 3938 insertions(+), 8 deletions(-) create mode 100644 media/characters/serpentus/standing.svg diff --git a/media/attribution.js b/media/attribution.js index 911b1be6..e5dac7ed 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21066,6 +21066,18 @@ const attributionData = { "myriad" ] }, + { + prefix: "./media/characters/serpentus/", + files: [ + { name: "standing.svg", source: "https://twitter.com/TheRoyalGryphon/status/1512218872077824002" } + ], + authors: [ + "theroyalgryphon" + ], + owners: [ + "serpentus" + ] + }, { prefix: "./media/characters/serpentus/", files: [ @@ -26533,10 +26545,6 @@ const attributionData = { "name": "Algier", "url": "https://www.f-list.net/c/algier/", }, - "serpentus": { - "name": "Serpentus", - "url": "https://www.furaffinity.net/user/serpentus", - }, "echorion": { "name": "Echorion", "url": "https://t.me/Echorion", @@ -31637,6 +31645,10 @@ const attributionData = { "name": "TonySquee", "url": "https://www.furaffinity.net/user/tonysquee" }, + "theroyalgryphon": { + "name": "TheRoyalGryphon", + "url": "https://twitter.com/TheRoyalGryphon" + }, } } diff --git a/media/characters/serpentus/standing.svg b/media/characters/serpentus/standing.svg new file mode 100644 index 00000000..2535d2a0 --- /dev/null +++ b/media/characters/serpentus/standing.svg @@ -0,0 +1,3907 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8c59b58a..7dce7fca 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -59882,8 +59882,19 @@ characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter( { name: "Serpentus", species: ["snake"], tags: ["anthro"] }, { + standing: { + height: math.unit(180, "cm"), + weight: math.unit(185, "lb"), + name: "Standing", + image: { + source: "./media/characters/serpentus/standing.svg", + extra: 882/878, + bottom: 16/898 + } + }, sitting: { height: math.unit(0.8, "meter"), + weight: math.unit(155, "lb"), name: "Sitting", image: { source: "./media/characters/serpentus/sitting.svg", @@ -59895,7 +59906,7 @@ characterMakers.push(() => makeCharacter( [ { name: "Normal", - height: math.unit(0.8, "meter"), + height: math.unit(1.8, "meter"), default: true }, ] diff --git a/scripts/illustrator.jsx b/scripts/illustrator.jsx index deeba3d4..467376e7 100644 --- a/scripts/illustrator.jsx +++ b/scripts/illustrator.jsx @@ -8,17 +8,17 @@ settings = [ { name: "Light", color: 0x4d, - threshold: 64 + threshold: 128 }, { name: "Medium", color: 0x33, - threshold: 32 + threshold: 96 }, { name: "Dark", color: 0x1a, - threshold: 16 + threshold: 64 }, { name: "Black",