From 3cced0f10cb8be9cf4ea4ffab645679bd6644865 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 2 Oct 2020 20:39:40 -0400 Subject: [PATCH] Add Arimphae --- media/attribution.js | 21 + media/characters/arimphae/dragon.svg | 1403 ++++++++++++++++++++++++++ media/characters/arimphae/drake.svg | 1266 +++++++++++++++++++++++ presets/characters.js | 37 + 4 files changed, 2727 insertions(+) create mode 100644 media/characters/arimphae/dragon.svg create mode 100644 media/characters/arimphae/drake.svg diff --git a/media/attribution.js b/media/attribution.js index ed1d96c0..ceefd68d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12449,6 +12449,19 @@ const attributionData = { "ghostskunk" ] }, + { + prefix: "./media/characters/arimphae/", + files: [ + { name: "dragon.svg", source: "https://www.furaffinity.net/view/38148664/" }, + { name: "drake.svg", source: "https://www.furaffinity.net/view/38148664/" }, + ], + authors: [ + "obligatecannibal" + ], + owners: [ + "eldritchheart" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17168,6 +17181,14 @@ const attributionData = { "name": "Chub-United", "url": "https://www.furaffinity.net/user/chub-united/" }, + "eldritchheart": { + "name": "EldritchHeart", + "url": "https://www.furaffinity.net/user/eldritchheart/" + }, + "obligatecannibal": { + "name": "ObligateCannibal", + "url": "https://www.furaffinity.net/user/obligatecannibal" + }, } } diff --git a/media/characters/arimphae/dragon.svg b/media/characters/arimphae/dragon.svg new file mode 100644 index 00000000..00bee415 --- /dev/null +++ b/media/characters/arimphae/dragon.svg @@ -0,0 +1,1403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/arimphae/drake.svg b/media/characters/arimphae/drake.svg new file mode 100644 index 00000000..25add545 --- /dev/null +++ b/media/characters/arimphae/drake.svg @@ -0,0 +1,1266 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6f66105a..eaf05140 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -32153,6 +32153,43 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Arimphae", species: ["dragon"], tags: ["feral"] }, + { + dragon: { + height: math.unit(26, "feet"), + weight: math.unit(36, "tons"), + name: "Dragon", + image: { + source: "./media/characters/arimphae/dragon.svg", + extra: 1574/983, + bottom: 357/1931 + } + }, + drake: { + height: math.unit(9, "feet"), + weight: math.unit(1.5, "tons"), + name: "Drake", + image: { + source: "./media/characters/arimphae/drake.svg", + extra: 1120/925, + bottom: 435/1555 + } + }, + }, + [ + { + name: "Small", + height: math.unit(26*5/9, "feet") + }, + { + name: "Normal", + height: math.unit(26, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {