diff --git a/media/attribution.js b/media/attribution.js index 36c9bc23..ae7b62f9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20939,6 +20939,18 @@ const attributionData = { "serpentus" ] }, + { + prefix: "./media/characters/nova-polecat/", + files: [ + { name: "front.svg", source: "https://twitter.com/BennyTheBoi/status/1497725370853847042" } + ], + authors: [ + "canadaline" + ], + owners: [ + "kurrikage" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -29212,6 +29224,10 @@ const attributionData = { "name": "Tokyoship", "url": "https://commons.wikimedia.org/wiki/User:Tokyoship" }, + "canadaline": { + "name": "CanadaLine", + "url": "https://www.furaffinity.net/user/canadaline" + }, } } diff --git a/media/characters/nova-polecat/front.svg b/media/characters/nova-polecat/front.svg new file mode 100644 index 00000000..54220f14 --- /dev/null +++ b/media/characters/nova-polecat/front.svg @@ -0,0 +1,1315 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 574abe3c..f833fe32 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1806,6 +1806,10 @@ const speciesData = { }, "european-polecat": { name: "European Polecat", + parents: ["polecat"] + }, + "polecat": { + name: "Polecat", parents: ["mustelid"] }, "teshari": { @@ -2196,6 +2200,10 @@ const speciesData = { name: "Nedynvor", parents: ["avian"] }, + "marbled-polecat": { + name: "Marbled Polecat", + parents: ["polecat"] + }, } //species @@ -58637,6 +58645,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Nova (Polecat)", species: ["marbled-polecat"], tags: ["anthro"] }, + { + front: { + height: math.unit(5.7174385736, "feet"), + name: "Front", + image: { + source: "./media/characters/nova-polecat/front.svg", + extra: 1317/1216, + bottom: 92/1409 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5.7174385736, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {