diff --git a/media/attribution.js b/media/attribution.js index 42db1f3f..ec7ca071 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19784,6 +19784,19 @@ const attributionData = { "michael-berretta" ] }, + { + prefix: "./media/characters/stella-edgecomb/", + files: [ + { name: "front.svg", source: "https://twitter.com/StellaEdgecomb/status/1442333490352214021" }, + { name: "pen.svg", source: "https://twitter.com/StellaEdgecomb/status/1442333490352214021" }, + ], + authors: [ + "misterdod" + ], + owners: [ + "natedgecomb" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/stella-edgecomb/front.svg b/media/characters/stella-edgecomb/front.svg new file mode 100644 index 00000000..995af8de --- /dev/null +++ b/media/characters/stella-edgecomb/front.svg @@ -0,0 +1,1816 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/stella-edgecomb/pen.svg b/media/characters/stella-edgecomb/pen.svg new file mode 100644 index 00000000..f2f20675 --- /dev/null +++ b/media/characters/stella-edgecomb/pen.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f8fa15ab..7606067d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -54153,6 +54153,56 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Stella Edgecomb", species: ["bear"], tags: ["anthro"] }, + { + front: { + height: math.unit(9 + 9/12, "feet"), + weight: math.unit(1244, "lb"), + name: "Front", + image: { + source: "./media/characters/stella-edgecomb/front.svg", + extra: 1835/1706, + bottom: 49/1884 + } + }, + pen: { + height: math.unit(0.95, "feet"), + name: "Pen", + image: { + source: "./media/characters/stella-edgecomb/pen.svg" + } + }, + }, + [ + { + name: "Cozy Bear", + height: math.unit(0.5, "inches") + }, + { + name: "Normal", + height: math.unit(9 + 9/12, "feet"), + default: true + }, + { + name: "Giga Bear", + height: math.unit(1, "mile") + }, + { + name: "Great Bear", + height: math.unit(53, "miles") + }, + { + name: "Goddess Bear", + height: math.unit(40000, "miles") + }, + { + name: "Sun Bear", + height: math.unit(900000, "miles") + }, + ] +)) + //characters function makeCharacters() {