diff --git a/media/attribution.js b/media/attribution.js index f7562807..7a557786 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12382,6 +12382,20 @@ const attributionData = { "ryth" ] }, + { + prefix: "./media/characters/necrolance/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38042875/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/38042875/" }, + { name: "wing.svg", source: "https://www.furaffinity.net/view/38042875/" }, + ], + authors: [ + "bruhbrannon" + ], + owners: [ + "necrolance" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17077,6 +17091,14 @@ const attributionData = { "name": "Ryth", "url": "https://www.furaffinity.net/user/ryth" }, + "necrolance": { + "name": "Necrolance", + "url": "https://www.furaffinity.net/user/necrolance/" + }, + "bruhbrannon": { + "name": "BruhBrannon", + "url": "https://www.furaffinity.net/user/bruhbrannon" + }, } } diff --git a/media/characters/necrolance/back.svg b/media/characters/necrolance/back.svg new file mode 100644 index 00000000..2e28105f --- /dev/null +++ b/media/characters/necrolance/back.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/necrolance/front.svg b/media/characters/necrolance/front.svg new file mode 100644 index 00000000..9bdcfb95 --- /dev/null +++ b/media/characters/necrolance/front.svg @@ -0,0 +1,578 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/necrolance/wing.svg b/media/characters/necrolance/wing.svg new file mode 100644 index 00000000..b62b777c --- /dev/null +++ b/media/characters/necrolance/wing.svg @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 222a3ee2..393c8acb 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1434,6 +1434,10 @@ const speciesData = { name: "Gremlin", parents: ["monster"] }, + "dragonsune": { + name: "Dragonsune", + parents: ["dragon", "kitsune"] + }, } //species @@ -31983,6 +31987,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Necrolance", species: ["dragonsune"], tags: ["anthro"] }, + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(180, "lb"), + name: "Front", + image: { + source: "./media/characters/necrolance/front.svg", + extra: 1062/947, + bottom: 41/1103 + } + }, + back: { + height: math.unit(7, "feet"), + weight: math.unit(180, "lb"), + name: "Back", + image: { + source: "./media/characters/necrolance/back.svg", + extra: 1045/984, + bottom: 14/1059 + } + }, + wing: { + height: math.unit(2.67, "feet"), + name: "Wing", + image: { + source: "./media/characters/necrolance/wing.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {