diff --git a/media/attribution.js b/media/attribution.js index 6ca24a39..ae58fcc8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9758,6 +9758,18 @@ const attributionData = { "morea-sergal" ] }, + { + prefix: "./media/characters/dylan-skaven/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36251935/" } + ], + authors: [ + "captainzepto" + ], + owners: [ + "dylanstrategie" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -13528,6 +13540,14 @@ const attributionData = { "name": "Morea_Sergal", "url": "https://www.furaffinity.net/user/moreasergal/", }, + "captainzepto": { + "name": "captainzepto", + "url": "https://www.furaffinity.net/user/captainzepto", + }, + "dylanstrategie": { + "name": "dylanstrategie", + "url": "https://www.furaffinity.net/user/dylanstrategie/", + }, } } diff --git a/media/characters/dylan-skaven/front.svg b/media/characters/dylan-skaven/front.svg new file mode 100644 index 00000000..38f72961 --- /dev/null +++ b/media/characters/dylan-skaven/front.svg @@ -0,0 +1,981 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 37966589..4cb33400 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -22711,6 +22711,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Dylan (Skaven)" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/dylan-skaven/front.svg", + extra: 2318/2063, + bottom: 93.4/2410 + } + }, + }, + [ + { + name: "Nano", + height: math.unit(1, "mm") + }, + { + name: "Micro", + height: math.unit(1, "cm") + }, + { + name: "Normal", + height: math.unit(2.1, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {