diff --git a/media/attribution.js b/media/attribution.js index ca8a5897..9b546a4c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22306,6 +22306,18 @@ const attributionData = { "epicoart" ] }, + { + prefix: "./media/characters/tim/", + files: [ + { name: "front.svg", source: "https://twitter.com/CelestialSfm/status/1519777711107067913", nsfw: true } + ], + authors: [ + "colonelgabbo" + ], + owners: [ + "celestialsfm" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30844,6 +30856,14 @@ const attributionData = { "name": "TizThorndike", "url": "https://www.deviantart.com/tizthorndike" }, + "colonelgabbo": { + "name": "Colonel-Gabbo", + "url": "https://twitter.com/ColonelGabbo" + }, + "celestialsfm": { + "name": "Celestial", + "url": "https://twitter.com/CelestialSfm" + }, } } diff --git a/media/characters/tim/front.svg b/media/characters/tim/front.svg new file mode 100644 index 00000000..a47184c6 --- /dev/null +++ b/media/characters/tim/front.svg @@ -0,0 +1,1628 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8f0b394c..4c284967 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -64189,6 +64189,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tim", species: ["rabbit"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/tim/front.svg" + } + }, + }, + [ + { + name: "Macro", + height: math.unit(1000, "feet") + }, + { + name: "Megamacro", + height: math.unit(10000, "feet"), + default: true + }, + { + name: "Megamacro+", + height: math.unit(50000, "feet") + }, + { + name: "Gigamacro", + height: math.unit(150000, "km") + }, + ] +)) + //characters function makeCharacters() {