From 052120559c1ce86dabbc84aa0565c8174b3869fb Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 11 Mar 2022 10:57:31 -0500 Subject: [PATCH] Add Xie Ling --- media/attribution.js | 20 +- media/characters/xie-ling/side.svg | 1460 ++++++++++++++++++++++++++++ presets/characters.js | 67 ++ 3 files changed, 1543 insertions(+), 4 deletions(-) create mode 100644 media/characters/xie-ling/side.svg diff --git a/media/attribution.js b/media/attribution.js index cf747d42..2d48b2c5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21023,6 +21023,18 @@ const attributionData = { "kurrikage" ] }, + { + prefix: "./media/characters/xie-ling/", + files: [ + { name: "side.svg", source: null } + ], + authors: [ + "eddy-boy" + ], + owners: [ + "xie-ling" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28033,10 +28045,6 @@ const attributionData = { "name": "railjunkey", "url": "https://www.furaffinity.net/user/railjunkey/" }, - "eddy-boy": { - "name": "eddy-boy", - "url": "https://www.furaffinity.net/user/eddy-boy/" - }, "waywardlycan": { "name": "WaywardLycan", "url": "https://www.furaffinity.net/user/waywardlycan" @@ -29325,6 +29333,10 @@ const attributionData = { "name": "ten", "url": "https://twitter.com/kitsuneten" }, + "xie-ling": { + "name": "Xie-Ling", + "url": "https://www.furaffinity.net/user/xie-ling/" + }, } } diff --git a/media/characters/xie-ling/side.svg b/media/characters/xie-ling/side.svg new file mode 100644 index 00000000..2464f92b --- /dev/null +++ b/media/characters/xie-ling/side.svg @@ -0,0 +1,1460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f29dc62b..297c1895 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2216,6 +2216,10 @@ const speciesData = { name: "Kulve Taroth", parents: ["monster-hunter", "dragon"] }, + "irthos": { + name: "Irthos", + parents: ["dragon"] + }, } //species @@ -58979,6 +58983,69 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Xie Ling", species: ["irthos"], tags: ["anthro"] }, + { + side: { + height: math.unit(1.8, "meters"), + weight: math.unit(120, "kg"), + name: "Side", + image: { + source: "./media/characters/xie-ling/side.svg", + extra: 646/574, + bottom: 44/690 + } + }, + }, + [ + { + name: "Tiny", + height: math.unit(1.80, "meters") + }, + { + name: "Small", + height: math.unit(6, "meters") + }, + { + name: "Medium", + height: math.unit(15, "meters") + }, + { + name: "Normal", + height: math.unit(30, "meters"), + default: true + }, + { + name: "Above Normal", + height: math.unit(60, "meters") + }, + { + name: "Big", + height: math.unit(220, "meters") + }, + { + name: "Giant", + height: math.unit(2.2, "km") + }, + { + name: "Macro", + height: math.unit(25, "km") + }, + { + name: "Mega Macro", + height: math.unit(350, "km") + }, + { + name: "Mega Macro+", + height: math.unit(5000, "km") + }, + { + name: "Goddess", + height: math.unit(3, "multiverses") + }, + ] +)) + //characters function makeCharacters() {