diff --git a/media/attribution.js b/media/attribution.js index d59bcb0b..0c88aa65 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20640,6 +20640,18 @@ const attributionData = { "geckonori" ] }, + { + prefix: "./media/characters/wireshark/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "narcoticsprinkles" + ], + owners: [ + "fffwankie" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28789,6 +28801,14 @@ const attributionData = { "name": "StylusKnight", "url": "https://twitter.com/StylusKnight" }, + "narcoticsprinkles": { + "name": "Narcotic-Sprinkles", + "url": "https://www.weasyl.com/~narcoticsprinkles" + }, + "fffwankie": { + "name": "Frankie", + "url": "https://twitter.com/fffwankie" + }, } } diff --git a/media/characters/wireshark/front.svg b/media/characters/wireshark/front.svg new file mode 100644 index 00000000..ce4d585a --- /dev/null +++ b/media/characters/wireshark/front.svg @@ -0,0 +1,1826 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3e9db16a..7a759788 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2172,6 +2172,10 @@ const speciesData = { name: "Eastern Cottontail Rabbit", parents: ["rabbit"] }, + "thresher-shark": { + name: "Thresher Shark", + parents: ["shark"] + }, } //species @@ -57301,6 +57305,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Wireshark", species: ["thresher-shark"], tags: ["anthro"] }, + { + front: { + height: math.unit(1.58, "meters"), + weight: math.unit(47, "kg"), + name: "Front", + image: { + source: "./media/characters/wireshark/front.svg", + extra: 883/838, + bottom: 66/949 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.58, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {