From 4f4f1285967a15f67b87505b916c912729c75eef Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 17 Oct 2021 09:37:07 -0400 Subject: [PATCH] Add a skunk form for Tristan Hawthorne --- media/attribution.js | 19 +- .../tristan-hawthorne/skunk-front.svg | 983 ++++++++++++++++++ presets/characters.js | 36 +- 3 files changed, 1034 insertions(+), 4 deletions(-) create mode 100644 media/characters/tristan-hawthorne/skunk-front.svg diff --git a/media/attribution.js b/media/attribution.js index 541c159d..b76aa1ed 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8526,7 +8526,8 @@ const attributionData = { { prefix: "./media/characters/vanguard/", files: [ - { name: "side.svg", source: null } + { name: "side.svg", source: null }, + { name: "side-alt.svg", source: null }, ], authors: [ "karjin-s-basement" @@ -16001,6 +16002,18 @@ const attributionData = { "tristanhawthorne" ] }, + { + prefix: "./media/characters/tristan-hawthorne/", + files: [ + { name: "skunk-front.svg", source: "https://www.furaffinity.net/view/24943815/" } + ], + authors: [ + "forest-wolf" + ], + owners: [ + "tristanhawthorne" + ] + }, { prefix: "./media/characters/mizu/", files: [ @@ -24856,6 +24869,10 @@ const attributionData = { "name": "HedgehogGoddess", "url": "https://twitter.com/HedgehogGoddess/" }, + "forest-wolf": { + "name": "forest-wolf", + "url": "https://www.furaffinity.net/user/forest-wolf/" + }, } } diff --git a/media/characters/tristan-hawthorne/skunk-front.svg b/media/characters/tristan-hawthorne/skunk-front.svg new file mode 100644 index 00000000..799b1727 --- /dev/null +++ b/media/characters/tristan-hawthorne/skunk-front.svg @@ -0,0 +1,983 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 11125f91..8b22e44f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42742,7 +42742,7 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Tristan Hawthorne", species: ["labrador"], tags: ["anthro"] }, + { name: "Tristan Hawthorne", species: ["labrador", "skunk"], tags: ["anthro"] }, { front: { height: math.unit(6 + 6/12, "feet"), @@ -42752,16 +42752,46 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/tristan-hawthorne/front.svg", extra: 1159/1124, bottom: 37/1196 - } + }, + form: "labrador", + default: true + }, + skunkFront: { + height: math.unit(4 + 6/12, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/tristan-hawthorne/skunk-front.svg", + extra: 1609/1551, + bottom: 169/1778 + }, + form: "skunk", + default: true }, }, [ { name: "Normal", height: math.unit(6 + 6/12, "feet"), + form: "labrador", default: true }, - ] + { + name: "Normal", + height: math.unit(4 + 6/12, "feet"), + form: "skunk", + default: true + }, + ], + { + "labrador": { + name: "Labrador", + default: true + }, + "skunk": { + name: "Skunk" + } + } )) characterMakers.push(() => makeCharacter(