diff --git a/media/attribution.js b/media/attribution.js index 37f8746a..991a61cc 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19744,6 +19744,18 @@ const attributionData = { "airless" ] }, + { + prefix: "./media/characters/trance/", + files: [ + { name: "hyena-side.svg", source: null } + ], + authors: [ + "zombchomp" + ], + owners: [ + "trance-sortfolf" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27511,6 +27523,14 @@ const attributionData = { "name": "AirlessDragon", "url": "https://twitter.com/airlessdragon" }, + "trance-sortfolf": { + "name": "Trance-Sortfolf", + "url": "https://www.furaffinity.net/user/trance-sortfolf" + }, + "zombchomp": { + "name": "Zomb", + "url": "https://twitter.com/zombchomp" + }, } } diff --git a/media/characters/trance/hyena-side.svg b/media/characters/trance/hyena-side.svg new file mode 100644 index 00000000..cf454f1f --- /dev/null +++ b/media/characters/trance/hyena-side.svg @@ -0,0 +1,1500 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 479e7a22..93a10baf 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -54066,6 +54066,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Trance", species: ["hyena"], tags: ["anthro"] }, + { + hyenaSide: { + height: math.unit(80, "cm"), + weight: math.unit(110, "lb"), + name: "Side", + image: { + source: "./media/characters/trance/hyena-side.svg", + extra: 998/904, + bottom: 76/1074 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(37, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {