From df26d15638014df7754b220968826f123499d763 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 3 Aug 2022 18:10:46 -0400 Subject: [PATCH] Add Thomas Bakes --- media/attribution.js | 20 + media/characters/thomas-bakes/front.svg | 3107 +++++++++++++++++++++++ presets/characters.js | 83 + 3 files changed, 3210 insertions(+) create mode 100644 media/characters/thomas-bakes/front.svg diff --git a/media/attribution.js b/media/attribution.js index 09ecce58..f9b3f21f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -23290,6 +23290,18 @@ const attributionData = { "wulfwaffle" ] }, + { + prefix: "./media/characters/thomas-bakes/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "lilkatzz" + ], + owners: [ + "talcall" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -32154,6 +32166,14 @@ const attributionData = { "name": "Gaijin Entertainment", "url": "https://warthunder.com/" }, + "lilkatzz": { + "name": "Katz", + "url": "https://twitter.com/lilkatzz" + }, + "talcall": { + "name": "Talcall", + "url": "https://www.furaffinity.net/user/talcall/" + }, } } diff --git a/media/characters/thomas-bakes/front.svg b/media/characters/thomas-bakes/front.svg new file mode 100644 index 00000000..81a888fe --- /dev/null +++ b/media/characters/thomas-bakes/front.svg @@ -0,0 +1,3107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 67d0c23c..8f27eb32 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2477,6 +2477,10 @@ const speciesData = { name: "Sea Serpent", parents: ["aquatic", "monster"] }, + "dutch-angel-dragon": { + name: "Dutch Angel Dragon", + parents: ["dragon", "avian"] + }, } //species @@ -68193,6 +68197,85 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Thomas Bakes", species: ["dutch-angel-dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(2.16, "meters"), + weight: math.unit(105, "kg"), + name: "Front", + image: { + source: "./media/characters/thomas-bakes/front.svg", + extra: 333/283, + bottom: 46/379 + }, + extraAttributes: { + "pawLength": { + name: "Paw Length", + power: 1, + type: "length", + base: math.unit(35, "cm") + }, + "pawWidth": { + name: "Paw Width", + power: 1, + type: "length", + base: math.unit(30, "cm") + }, + "handLength": { + name: "Hand Length", + power: 1, + type: "length", + base: math.unit(30, "cm") + }, + "handWidth": { + name: "Hand Width", + power: 1, + type: "length", + base: math.unit(25, "cm") + }, + "preyCapacity": { + name: "Prey Capacity", + power: 3, + type: "volume", + base: math.unit(40*20*20, "cm^3") + }, + "swallowSize": { + name: "Swallow Size", + power: 1, + type: "length", + base: math.unit(13, "cm") + }, + "energyIntake": { + name: "Food Intake", + power: 3, + type: "energy", + base: math.unit(3250, "kcal") + }, + "wingspan": { + name: "Wingspan", + power: 1, + type: "length", + base: math.unit(3.7, "meters") + }, + "wingWidth": { + name: "Wing Width", + power: 1, + type: "length", + base: math.unit(1.7, "meters") + }, + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.16, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {