From 829d037ec2eac42cf6edd0bf1c3b3eb1d094b374 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 29 May 2022 14:08:17 -0400 Subject: [PATCH] Add Sifray --- media/attribution.js | 20 + media/characters/sifray/front.svg | 2268 +++++++++++++++++++++++++++++ presets/characters.js | 26 + 3 files changed, 2314 insertions(+) create mode 100644 media/characters/sifray/front.svg diff --git a/media/attribution.js b/media/attribution.js index 81cc640c..22c0291f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22653,6 +22653,18 @@ const attributionData = { "va0027" ] }, + { + prefix: "./media/characters/sifray/", + files: [ + { name: "front.svg", source: "https://twitter.com/GirlYlbs/status/1530523470206889984/photo/2" } + ], + authors: [ + "icymasamune" + ], + owners: [ + "girlylbs" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -31348,6 +31360,14 @@ const attributionData = { "name": "royalty", "url": "https://www.furaffinity.net/user/royalty" }, + "girlylbs": { + "name": "YLBSGirl", + "url": "https://twitter.com/GirlYlbs/" + }, + "icymasamune": { + "name": "icymasamune", + "url": "https://twitter.com/icymasamune" + }, } } diff --git a/media/characters/sifray/front.svg b/media/characters/sifray/front.svg new file mode 100644 index 00000000..ea897fb4 --- /dev/null +++ b/media/characters/sifray/front.svg @@ -0,0 +1,2268 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 25126a88..d3479066 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2417,6 +2417,10 @@ const speciesData = { name: "Driger", parents: ["dragon", "tiger"] }, + "homestuck-troll": { + name: "Troll (Homestuck)", + parents: ["humanoid"] + }, } //species @@ -65655,6 +65659,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sifray", species: ["homestuck-troll"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 6/12, "feet"), + name: "Front", + image: { + source: "./media/characters/sifray/front.svg", + extra: 722/691, + bottom: 64/786 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {