From bdda714972efd16cb1ce6e32bf238d6aef963a73 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 8 Jun 2022 08:42:04 -0400 Subject: [PATCH] Add Trouble --- media/attribution.js | 20 + media/characters/trouble/front.svg | 4732 ++++++++++++++++++++++++++++ presets/characters.js | 31 + 3 files changed, 4783 insertions(+) create mode 100644 media/characters/trouble/front.svg diff --git a/media/attribution.js b/media/attribution.js index 6584191e..61d7521a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22977,6 +22977,18 @@ const attributionData = { "dhaeleena" ] }, + { + prefix: "./media/characters/trouble/", + files: [ + { name: "front.svg", source: "https://twitter.com/phenokage/status/1534205024594579456/photo/1" } + ], + authors: [ + "knucklebone" + ], + owners: [ + "phenokage" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -31761,6 +31773,14 @@ const attributionData = { "name": "Dhaeleena", "url": "https://www.furaffinity.net/user/dhaeleena/" }, + "knucklebone": { + "name": "_knucklebone", + "url": "https://twitter.com/_knucklebone" + }, + "phenokage": { + "name": "Clover Arizona", + "url": "https://twitter.com/phenokage" + }, } } diff --git a/media/characters/trouble/front.svg b/media/characters/trouble/front.svg new file mode 100644 index 00000000..1932d394 --- /dev/null +++ b/media/characters/trouble/front.svg @@ -0,0 +1,4732 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e538bd32..a2bcdfff 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -67049,6 +67049,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Trouble", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(80, "feet"), + weight: math.unit(410000, "lb"), + name: "Front", + image: { + source: "./media/characters/trouble/front.svg", + extra: 780/723, + bottom: 11/791 + }, + extraAttributes: { + "pawArea": { + name: "Paw Area", + power: 2, + type: "area", + base: math.unit(49, "feet^2") + }, + } + }, + }, + [ + { + name: "Normal", + height: math.unit(80, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {