diff --git a/media/attribution.js b/media/attribution.js index 26959a3e..dc1d094a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20505,6 +20505,19 @@ const attributionData = { "devos" ] }, + { + prefix: "./media/characters/hiveheart/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/41739502" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/41739502" }, + ], + authors: [ + "lokinneart" + ], + owners: [ + "devos" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28600,6 +28613,10 @@ const attributionData = { "name": "Devos", "url": "https://twitter.com/thatgreydragon" }, + "lokinneart": { + "name": "Lokinne", + "url": "https://twitter.com/LokinneArt" + }, } } diff --git a/media/characters/hiveheart/back.svg b/media/characters/hiveheart/back.svg new file mode 100644 index 00000000..f9534bb8 --- /dev/null +++ b/media/characters/hiveheart/back.svg @@ -0,0 +1,533 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/hiveheart/front.svg b/media/characters/hiveheart/front.svg new file mode 100644 index 00000000..e3c990c0 --- /dev/null +++ b/media/characters/hiveheart/front.svg @@ -0,0 +1,864 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 97c9478d..54245d2d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2142,6 +2142,10 @@ const speciesData = { name: "Red Fox", parents: ["fox"] }, + "sliver": { + name: "Sliver", + parents: ["alien"] + }, } //species @@ -56824,6 +56828,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Hiveheart", species: ["sliver"], tags: ["anthro"] }, + { + front: { + height: math.unit(9 + 2/12, "feet"), + name: "Front", + image: { + source: "./media/characters/hiveheart/front.svg", + extra: 394/364, + bottom: 65/459 + } + }, + back: { + height: math.unit(9 + 2/12, "feet"), + name: "Back", + image: { + source: "./media/characters/hiveheart/back.svg", + extra: 374/357, + bottom: 63/437 + } + }, + }, + [ + { + name: "Base", + height: math.unit(9 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {