diff --git a/media/attribution.js b/media/attribution.js index 70ced800..154be5ce 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16745,6 +16745,18 @@ const attributionData = { "someonne" ] }, + { + prefix: "./media/characters/till/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "triangularunion" + ], + owners: [ + "virgolkthekobold" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23040,6 +23052,14 @@ const attributionData = { "name": "Wynnchi", "url": "https://twitter.com/WynnchiArt" }, + "triangularunion": { + "name": "TriangularUnion", + "url": "https://www.furaffinity.net/user/triangularunion" + }, + "virgolkthekobold": { + "name": "Virgolkthekobold", + "url": "https://twitter.com/Virgolkthekobo1" + }, } } diff --git a/media/characters/till/front.svg b/media/characters/till/front.svg new file mode 100644 index 00000000..2897f223 --- /dev/null +++ b/media/characters/till/front.svg @@ -0,0 +1,546 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b0bb910a..be98bed8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -43983,6 +43983,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Till", species: ["kobold"], tags: ["anthro"] }, + { + front: { + height: math.unit(3, "feet"), + weight: math.unit(30, "lb"), + name: "Front", + image: { + source: "./media/characters/till/front.svg", + extra: 892/823, + bottom: 55/947 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {