From 58a90e2edebbe8b785d94ae30b1dc4788ba4d6bc Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 5 Mar 2021 11:20:01 -0500 Subject: [PATCH] Add Tow --- media/attribution.js | 12 + media/characters/tow/front.svg | 1515 ++++++++++++++++++++++++++++++++ presets/characters.js | 31 + 3 files changed, 1558 insertions(+) create mode 100644 media/characters/tow/front.svg diff --git a/media/attribution.js b/media/attribution.js index 7381822d..71838957 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14734,6 +14734,18 @@ const attributionData = { "estina" ] }, + { + prefix: "./media/characters/tow/", + files: [ + { name: "front.svg", source: "https://twitter.com/Hesitat68037145/status/1367529258801721348" } + ], + authors: [ + "hesitate" + ], + owners: [ + "hesitate" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/tow/front.svg b/media/characters/tow/front.svg new file mode 100644 index 00000000..44cf93e0 --- /dev/null +++ b/media/characters/tow/front.svg @@ -0,0 +1,1515 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3109c4e6..5b347828 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -38868,6 +38868,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tow", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(160, "cm"), + weight: math.unit(55, "kg"), + name: "Front", + image: { + source: "./media/characters/tow/front.svg", + extra: 1751/1722, + bottom: 74/1825 + } + }, + }, + [ + { + name: "Norm", + height: math.unit(160, "cm") + }, + { + name: "Casual", + height: math.unit(3200, "m"), + default: true + }, + { + name: "Show-Off", + height: math.unit(160, "km") + }, + ] +)) + //characters function makeCharacters() {