From e29024aaf0e672f4a761dcb8b8500af1f2a4b915 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 27 Sep 2021 21:10:27 -0400 Subject: [PATCH] Add Terry --- media/attribution.js | 20 + media/characters/terry/side.svg | 1453 +++++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1496 insertions(+) create mode 100644 media/characters/terry/side.svg diff --git a/media/attribution.js b/media/attribution.js index 4b171f27..cfc0b778 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17434,6 +17434,18 @@ const attributionData = { "zaina-khalil" ] }, + { + prefix: "./media/characters/terry/", + files: [ + { name: "side.svg", source: "https://twitter.com/UslurpArt/status/1399051426140200961/photo/1" } + ], + authors: [ + "hoosk" + ], + owners: [ + "terry" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24116,6 +24128,14 @@ const attributionData = { "name": "Zaina Khalil", "url": "https://www.f-list.net/c/Zaina%20Khalil" }, + "hoosk": { + "name": "Hoosk", + "url": "https://twitter.com/UslurpArt/" + }, + "terry": { + "name": "Terry", + "url": null + }, } } diff --git a/media/characters/terry/side.svg b/media/characters/terry/side.svg new file mode 100644 index 00000000..8ce071f2 --- /dev/null +++ b/media/characters/terry/side.svg @@ -0,0 +1,1453 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3294c3e6..87f55c25 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -46143,6 +46143,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Terry", species: ["husky"], tags: ["taur"] }, + { + side: { + height: math.unit(12, "feet"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/terry/side.svg", + extra: 1518/1439, + bottom: 149/1667 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {