From 7b6b995913a1912fbaa986457c6ab95d91a8a3ad Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 6 Mar 2021 09:29:21 -0500 Subject: [PATCH] Add Lotherakon --- media/attribution.js | 12 + media/characters/lotherakon/side.svg | 556 +++++++++++++++++++++++++++ presets/characters.js | 99 ++++- 3 files changed, 665 insertions(+), 2 deletions(-) create mode 100644 media/characters/lotherakon/side.svg diff --git a/media/attribution.js b/media/attribution.js index 68123e60..6b399ef1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14758,6 +14758,18 @@ const attributionData = { "vivian-goodurg" ] }, + { + prefix: "./media/characters/lotherakon/", + files: [ + { name: "side.svg", source: null, nsfw: true } + ], + authors: [ + "mr-iddi" + ], + owners: [ + "estina" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/lotherakon/side.svg b/media/characters/lotherakon/side.svg new file mode 100644 index 00000000..ee06c45b --- /dev/null +++ b/media/characters/lotherakon/side.svg @@ -0,0 +1,556 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6593fe63..55b439cb 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -461,11 +461,11 @@ const speciesData = { }, "veilhound": { name: "Veilhound", - parents: ["hellhound", "demon"] + parents: ["hellhound"] }, "hellhound": { name: "Hellhound", - parents: ["canine"] + parents: ["canine", "demon"] }, "insect": { name: "Insect", @@ -38930,6 +38930,101 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Lotherakon", species: ["hellhound", "deity"], tags: ["anthro"] }, + { + side: { + height: math.unit(10, "feet"), + weight: math.unit(1442, "lb"), + name: "Side", + image: { + source: "./media/characters/lotherakon/side.svg", + extra: 1604/1497, + bottom: 89/1693 + } + }, + }, + [ + { + name: "Mortal Interaction", + height: math.unit(10, "feet") + }, + { + name: "Large", + height: math.unit(30, "feet"), + default: true + }, + { + name: "Giant", + height: math.unit(100, "feet") + }, + { + name: "Kaiju", + height: math.unit(300, "feet") + }, + { + name: "Macro", + height: math.unit(1000, "feet") + }, + { + name: "Macro+", + height: math.unit(3000, "feet") + }, + { + name: "Megamacro", + height: math.unit(10000, "feet") + }, + { + name: "City-Crushing", + height: math.unit(30000, "feet") + }, + { + name: "Continent Cracker", + height: math.unit(30e6, "feet") + }, + { + name: "Earth Eclipsing", + height: math.unit(3e8, "feet") + }, + { + name: "Gas Giant Gulper", + height: math.unit(3e9, "feet") + }, + { + name: "Sol-Swallowing", + height: math.unit(1e11, "feet") + }, + { + name: "System Swallower", + height: math.unit(3e14, "feet") + }, + { + name: "Galaxy Gulper", + height: math.unit(10, "galaxies") + }, + { + name: "Light Universal", + height: math.unit(5, "universes") + }, + { + name: "Universe Palm", + height: math.unit(20, "universes") + }, + { + name: "Light Multiversal", + height: math.unit(5, "multiverses") + }, + { + name: "Multiverse Palm", + height: math.unit(20, "multiverses") + }, + { + name: "Inferno Incarnate", + height: math.unit(1e7, "multiverses") + }, + ] +)) + //characters function makeCharacters() {