diff --git a/media/attribution.js b/media/attribution.js index 7a557786..9440ceeb 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12396,6 +12396,18 @@ const attributionData = { "necrolance" ] }, + { + prefix: "./media/characters/tyler/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "eagleclaw6089" + ], + owners: [ + "nipa101" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/tyler/front.svg b/media/characters/tyler/front.svg new file mode 100644 index 00000000..e4042dc1 --- /dev/null +++ b/media/characters/tyler/front.svg @@ -0,0 +1,798 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 393c8acb..629615c8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -32027,6 +32027,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tyler", species: ["naga"], tags: ["naga"] }, + { + front: { + height: math.unit(76, "meters"), + weight: math.unit(30000, "tons"), + name: "Front", + image: { + source: "./media/characters/tyler/front.svg", + extra: 1640/1640, + bottom: 114/1754 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(81, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {