From 32be0fe51a8508cad1ceacd57eb8e1d8daf5e576 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 17 Dec 2021 15:34:43 -0500 Subject: [PATCH] Add Riley --- media/attribution.js | 20 + media/characters/riley/front.svg | 2641 ++++++++++++++++++++++++++++++ presets/characters.js | 22 + 3 files changed, 2683 insertions(+) create mode 100644 media/characters/riley/front.svg diff --git a/media/attribution.js b/media/attribution.js index 937804f5..8caf9cda 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19622,6 +19622,18 @@ const attributionData = { "ophois" ] }, + { + prefix: "./media/characters/riley/", + files: [ + { name: "front.svg", source: "https://twitter.com/Zdarlight1564/status/1471565534709886984" } + ], + authors: [ + "mongrel-mika" + ], + owners: [ + "zdarlight" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27290,6 +27302,14 @@ const attributionData = { "name": "Lucky", "url": "https://aryion.com/g4/user/Lucky" }, + "mongrel-mika": { + "name": "Mika", + "url": "https://twitter.com/mongrel_mika" + }, + "zdarlight": { + "name": "Zdarlight", + "url": "https://twitter.com/Zdarlight1564" + }, } } diff --git a/media/characters/riley/front.svg b/media/characters/riley/front.svg new file mode 100644 index 00000000..70fbe1e2 --- /dev/null +++ b/media/characters/riley/front.svg @@ -0,0 +1,2641 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3ef6e4aa..e6f881db 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -53630,6 +53630,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Riley", species: ["eagle"], tags: ["anthro"] }, + { + front: { + height: math.unit(2, "meters"), + name: "Front", + image: { + source: "./media/characters/riley/front.svg", + extra: 1779/1754, + bottom: 139/1918 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {