From 9df1902a9daafaf96bed360b666053b3b320ceb7 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 31 Mar 2022 19:22:10 -0400 Subject: [PATCH] Add Airamis --- media/attribution.js | 20 + media/characters/airamis/front.svg | 1746 ++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1789 insertions(+) create mode 100644 media/characters/airamis/front.svg diff --git a/media/attribution.js b/media/attribution.js index a4389ebf..cc4f937b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21933,6 +21933,18 @@ const attributionData = { "zeanlain" ] }, + { + prefix: "./media/characters/airamis/", + files: [ + { name: "front.svg", source: "https://www.weasyl.com/~dekisystem/submissions/2115139/airamis" } + ], + authors: [ + "oreocakes" + ], + owners: [ + "dekisystem" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30367,6 +30379,14 @@ const attributionData = { "name": "ZeanLain", "url": "https://www.furaffinity.net/user/zeanlain/" }, + "dekisystem": { + "name": "Deki System", + "url": "https://www.weasyl.com/~dekisystem" + }, + "oreocakes": { + "name": "OreoCakes", + "url": "https://www.furaffinity.net/user/oreocakes" + }, } } diff --git a/media/characters/airamis/front.svg b/media/characters/airamis/front.svg new file mode 100644 index 00000000..59708c1b --- /dev/null +++ b/media/characters/airamis/front.svg @@ -0,0 +1,1746 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 061e1476..11c3db83 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -63141,6 +63141,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Airamis", species: ["aeromorph", "dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(10, "meters"), + weight: math.unit(250000, "kg"), + name: "Front", + image: { + source: "./media/characters/airamis/front.svg", + extra: 865/835, + bottom: 13/878 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {