From 934fcbd9d7264def41fab64387988c87519336cf Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 4 Dec 2021 09:12:32 -0500 Subject: [PATCH] Add Reika Also update some bird species info --- media/attribution.js | 16 + media/characters/reika/front.svg | 1564 ++++++++++++++++++++++++++++++ presets/characters.js | 47 +- 3 files changed, 1623 insertions(+), 4 deletions(-) create mode 100644 media/characters/reika/front.svg diff --git a/media/attribution.js b/media/attribution.js index 48c9f4d2..61889bda 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19404,6 +19404,18 @@ const attributionData = { "diodemoth" ] }, + { + prefix: "./media/characters/reika/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/44904289/" } + ], + authors: [ + "artemis-haroo" + ], + owners: [ + "artemis-haroo" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26776,6 +26788,10 @@ const attributionData = { "name": "DiodeMoth", "url": "https://www.furaffinity.net/user/diodemoth/" }, + "artemis-haroo": { + "name": "Artemis-Haroo", + "url": "https://www.furaffinity.net/user/artemis-haroo/" + }, } } diff --git a/media/characters/reika/front.svg b/media/characters/reika/front.svg new file mode 100644 index 00000000..89dcbc29 --- /dev/null +++ b/media/characters/reika/front.svg @@ -0,0 +1,1564 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 974a9142..14b266ae 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -164,7 +164,7 @@ const speciesData = { "blue-jay": { name: "Blue Jay", parents: [ - "avian" + "corvid" ] }, wolf: { @@ -311,7 +311,7 @@ const speciesData = { "corvid": { name: "Corvid", parents: [ - "avian" + "passerine" ] }, "pharaoh-hound": { @@ -439,7 +439,7 @@ const speciesData = { }, "eagle": { name: "Eagle", - parents: ["avian"] + parents: ["bird-of-prey"] }, "cow": { name: "Cow", @@ -1771,7 +1771,7 @@ const speciesData = { }, "falcon": { name: "Falcon", - parents: ["avian"] + parents: ["bird-of-prey"] }, "avali": { name: "Avali", @@ -2029,6 +2029,22 @@ const speciesData = { name: "Bald Eagle", parents: ["eagle"] }, + "kestrel": { + name: "Kestrel", + parents: ["falcon"] + }, + "mockingbird": { + name: "Mockingbird", + parents: ["songbird"] + }, + "songbird": { + name: "Songbird", + parents: ["avian"] + }, + "bird-of-prey": { + name: "Bird of Prey", + parents: ["avian"] + }, } //species @@ -53112,6 +53128,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Reika", species: ["kestrel", "mockingbird"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(250, "lb"), + name: "Front", + image: { + source: "./media/characters/reika/front.svg", + extra: 1120/1078, + bottom: 86/1206 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {