diff --git a/media/attribution.js b/media/attribution.js index dc2c99ba..a30cdadb 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10276,6 +10276,18 @@ const attributionData = { "fox3087" ] }, + { + prefix: "./media/characters/fang/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/33032560/" } + ], + authors: [ + "bluefiremarkii" + ], + owners: [ + "bluefiremarkii" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14176,10 +14188,6 @@ const attributionData = { "name": "breakfastzone", "url": "https://www.furaffinity.net/user/breakfastzone", }, - "bluefiremarkii": { - "name": "BluefiremarkII", - "url": "https://www.furaffinity.net/user/bluefiremarkii/", - }, "fox3087": { "name": "fox3087", "url": "https://www.furaffinity.net/user/fox3087/", diff --git a/media/characters/fang/side.svg b/media/characters/fang/side.svg new file mode 100644 index 00000000..b6011d59 --- /dev/null +++ b/media/characters/fang/side.svg @@ -0,0 +1,491 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 33270205..e3adbf7c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -25563,6 +25563,36 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Fang", species: ["monster"], tags: ["feral"] }, + { + side: { + height: math.unit(9, "feet"), + weight: math.unit(1500, "kg"), + name: "Side", + image: { + source: "./media/characters/fang/side.svg", + extra: 924/866, + bottom: 47.5/972.3 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(75 + 6/12, "feet") + }, + { + name: "Teramacro", + height: math.unit(50000, "miles") + }, + ] +)) //characters