From ac92201a12c7e027bc1ddf9dbb4fd98fe329800e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 27 Sep 2020 19:54:54 -0400 Subject: [PATCH] Add Gawain --- media/attribution.js | 21 + media/characters/gawain/back.svg | 476 +++++++++++++++++++++++ media/characters/gawain/front.svg | 626 ++++++++++++++++++++++++++++++ presets/characters.js | 33 ++ 4 files changed, 1156 insertions(+) create mode 100644 media/characters/gawain/back.svg create mode 100644 media/characters/gawain/front.svg diff --git a/media/attribution.js b/media/attribution.js index 71dc88d9..ae7e0874 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12065,6 +12065,19 @@ const attributionData = { "cilenomon" ] }, + { + prefix: "./media/characters/gawain/", + files: [ + { name: "front.svg", source: "https://twitter.com/punkflorist/status/1281189944892030983" }, + { name: "back.svg", source: "https://twitter.com/punkflorist/status/1281189944892030983" }, + ], + authors: [ + "punkflorist" + ], + owners: [ + "theonedayking" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16619,6 +16632,14 @@ const attributionData = { "name": "D0GYELP", "url": "https://www.furaffinity.net/user/d0gyelp" }, + "punkflorist": { + "name": "PunkFlorist", + "url": "https://twitter.com/punkflorist/" + }, + "theonedayking": { + "name": "TheOneDayKing", + "url": "https://twitter.com/TheOneDayKing" + }, } } diff --git a/media/characters/gawain/back.svg b/media/characters/gawain/back.svg new file mode 100644 index 00000000..8979a6e0 --- /dev/null +++ b/media/characters/gawain/back.svg @@ -0,0 +1,476 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/gawain/front.svg b/media/characters/gawain/front.svg new file mode 100644 index 00000000..bdff19cc --- /dev/null +++ b/media/characters/gawain/front.svg @@ -0,0 +1,626 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ee83a4e8..549fbd38 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31129,6 +31129,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Gawain", species: ["arcanine"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(190, "lb"), + name: "Front", + image: { + source: "./media/characters/gawain/front.svg", + extra: 2222/2139, + bottom: 90/2312 + } + }, + back: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(190, "lb"), + name: "Back", + image: { + source: "./media/characters/gawain/back.svg", + extra: 2199/2111, + bottom: 73/2272 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {