diff --git a/media/attribution.js b/media/attribution.js index 8ade6c56..9784b3c1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4084,6 +4084,18 @@ const attributionData = { "totoly-toto" ] }, + { + prefix: "./media/characters/typhus/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "anonymous" + ], + owners: [ + "jasmith" + ] + }, { prefix: "./media/characters/tyrone/", files: [ diff --git a/media/characters/typhus/front.svg b/media/characters/typhus/front.svg new file mode 100644 index 00000000..b8aa53e7 --- /dev/null +++ b/media/characters/typhus/front.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index dd34eead..68d92ac5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -10733,6 +10733,31 @@ characterMakers["Tezwa"] = () => { ) }; +characterMakers["Typhus"] = () => { + return makeCharacter( + "Typhus", + "Jasmith", + { + front: { + height: math.unit(58, "feet"), + weight: math.unit(89000, "lb"), + name: "Front", + image: { + source: "./media/characters/typhus/front.svg", + extra: 816/800 * (1 / (1 - 0.065)), + bottom: 0.065 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(58, "feet") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({