diff --git a/media/attribution.js b/media/attribution.js index e58465d5..60476270 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14555,6 +14555,19 @@ const attributionData = { "alittlefawn" ] }, + { + prefix: "./media/characters/orion/", + files: [ + { name: "front.svg", source: "https://twitter.com/ZakuraTech/status/1362424134219653127" }, + { name: "paw.svg", source: "https://twitter.com/ZakuraTech/status/1362424134219653127" }, + ], + authors: [ + "rouncible" + ], + owners: [ + "sofia" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/orion/front.svg b/media/characters/orion/front.svg new file mode 100644 index 00000000..25da3f6f --- /dev/null +++ b/media/characters/orion/front.svg @@ -0,0 +1,593 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/orion/paw.svg b/media/characters/orion/paw.svg new file mode 100644 index 00000000..e85657a5 --- /dev/null +++ b/media/characters/orion/paw.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d6d489cb..91498665 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -172,7 +172,7 @@ const speciesData = { weasel: { name: "Weasel", parents: [ - "mammal" + "mustelid" ] }, "red-panda": { @@ -725,7 +725,7 @@ const speciesData = { }, "otter": { name: "Otter", - parents: ["mammal"] + parents: ["mustelid"] }, "elemental": { name: "Elemental", @@ -1635,6 +1635,18 @@ const speciesData = { name: "Minccino", parents: ["pokemon", "chinchilla"] }, + "pine-marten": { + name: "Pine Marten", + parents: ["marten"] + }, + "marten": { + name: "Marten", + parents: ["mustelid"] + }, + "mustelid": { + name: "Mustelid", + parents: ["mammal"] + }, } //species @@ -38116,6 +38128,35 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Orion", species: ["pine-marten"], tags: ["anthro"] }, + { + front: { + height: math.unit(2 + 5/12, "feet"), + name: "Front", + image: { + source: "./media/characters/orion/front.svg", + extra: 1366/1304, + bottom: 43/1409 + } + }, + paw: { + height: math.unit(0.52, "feet"), + name: "Paw", + image: { + source: "./media/characters/orion/paw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2 + 5/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {