From b64b4324ea462ee3794f2beafe76482c4e22a311 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 20 Sep 2020 16:32:24 -0400 Subject: [PATCH] Add Glitch Flux --- media/attribution.js | 16 ++ media/characters/glitch-flux/side.svg | 336 ++++++++++++++++++++++++++ presets/characters.js | 23 ++ 3 files changed, 375 insertions(+) create mode 100644 media/characters/glitch-flux/side.svg diff --git a/media/attribution.js b/media/attribution.js index 3cf0e539..e8a40343 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11735,6 +11735,18 @@ const attributionData = { "sapphire-svell" ] }, + { + prefix: "./media/characters/glitch-flux/", + files: [ + { name: "side.svg", source: null } + ], + authors: [ + "glitch-flux" + ], + owners: [ + "glitch-flux" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16158,6 +16170,10 @@ const attributionData = { "name": "Sapphire Svell", "url": "https://twitter.com/Sapphire_Svell" }, + "glitch-flux": { + "name": "Glitch Flux", + "url": "https://www.furaffinity.net/user/glitchfluxthewolf/" + }, } } diff --git a/media/characters/glitch-flux/side.svg b/media/characters/glitch-flux/side.svg new file mode 100644 index 00000000..61a7aee8 --- /dev/null +++ b/media/characters/glitch-flux/side.svg @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9fd3fd6d..4df2efb3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29940,6 +29940,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Glitch Flux", species: ["wolf"], tags: ["feral"] }, + { + side: { + height: math.unit(2 + 3/12, "feet"), + weight: math.unit(110, "lb"), + name: "Side", + image: { + source: "./media/characters/glitch-flux/side.svg", + extra: 997/805, + bottom: 20/1017 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {