diff --git a/media/attribution.js b/media/attribution.js index 85c4b35d..c4369d59 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14625,6 +14625,18 @@ const attributionData = { "cartoonbully" ] }, + { + prefix: "./media/characters/torailla/", + files: [ + { name: "side.svg", source: null, nsfw: true } + ], + authors: [ + "mr-iddi" + ], + owners: [ + "estina" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20028,6 +20040,10 @@ const attributionData = { "name": "CartoonBully", "url": "https://www.furaffinity.net/view/40744030/" }, + "mr-iddi": { + "name": "Mr_Iddi", + "url": "https://aryion.com/g4/user/Mr_Iddi" + }, } } diff --git a/media/characters/torailla/side.svg b/media/characters/torailla/side.svg new file mode 100644 index 00000000..f57f5afb --- /dev/null +++ b/media/characters/torailla/side.svg @@ -0,0 +1,1239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index dad3de8a..6d8cb215 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -38362,6 +38362,113 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Torailla", species: ["cobra", "demon"], tags: ["naga"] }, + { + side: { + height: math.unit(8, "feet"), + weight: math.unit(2630, "lb"), + name: "Side", + image: { + source: "./media/characters/torailla/side.svg", + extra: 2164/2021, + bottom: 371/2535 + } + }, + }, + [ + { + name: "Mortal Interaction", + height: math.unit(8, "feet") + }, + { + name: "Natural", + height: math.unit(24, "feet"), + default: true + }, + { + name: "Giant", + height: math.unit(80, "feet") + }, + { + name: "Kaiju", + height: math.unit(240, "feet") + }, + { + name: "Macro", + height: math.unit(800, "feet") + }, + { + name: "Macro+", + height: math.unit(2400, "feet") + }, + { + name: "Macro++", + height: math.unit(8000, "feet") + }, + { + name: "City-Crushing", + height: math.unit(24000, "feet") + }, + { + name: "Mountain-Mashing", + height: math.unit(80000, "feet") + }, + { + name: "District Demolisher", + height: math.unit(240000, "feet") + }, + { + name: "Tri-County Terror", + height: math.unit(800000, "feet") + }, + { + name: "State Smasher", + height: math.unit(2.4e6, "feet") + }, + { + name: "Nation Nemesis", + height: math.unit(8e6, "feet") + }, + { + name: "Continent Cracker", + height: math.unit(2.4e7, "feet") + }, + { + name: "Planet-Pillaging", + height: math.unit(8e7, "feet") + }, + { + name: "Earth-Eclipsing", + height: math.unit(2.4e8, "feet") + }, + { + name: "Jovian-Jostling", + height: math.unit(8e8, "feet") + }, + { + name: "Gas Giant Gulper", + height: math.unit(2.4e9, "feet") + }, + { + name: "Astral Annihilator", + height: math.unit(8e9, "feet") + }, + { + name: "Celestial Conqueror", + height: math.unit(2.4e10, "feet") + }, + { + name: "Sol-Swallowing", + height: math.unit(8e10, "feet") + }, + { + name: "Hunter of the Heavens", + height: math.unit(2.4e13, "feet") + }, + ] +)) + //characters function makeCharacters() {