Bläddra i källkod

Add Wireshark

master
Fen Dweller 3 år sedan
förälder
incheckning
cbcd0ed522
3 ändrade filer med 1873 tillägg och 0 borttagningar
  1. +20
    -0
      media/attribution.js
  2. +1826
    -0
      media/characters/wireshark/front.svg
  3. +27
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js Visa fil

@@ -20640,6 +20640,18 @@ const attributionData = {
"geckonori" "geckonori"
] ]
}, },
{
prefix: "./media/characters/wireshark/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"narcoticsprinkles"
],
owners: [
"fffwankie"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -28789,6 +28801,14 @@ const attributionData = {
"name": "StylusKnight", "name": "StylusKnight",
"url": "https://twitter.com/StylusKnight" "url": "https://twitter.com/StylusKnight"
}, },
"narcoticsprinkles": {
"name": "Narcotic-Sprinkles",
"url": "https://www.weasyl.com/~narcoticsprinkles"
},
"fffwankie": {
"name": "Frankie",
"url": "https://twitter.com/fffwankie"
},
} }
} }




+ 1826
- 0
media/characters/wireshark/front.svg
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 27
- 0
presets/characters.js Visa fil

@@ -2172,6 +2172,10 @@ const speciesData = {
name: "Eastern Cottontail Rabbit", name: "Eastern Cottontail Rabbit",
parents: ["rabbit"] parents: ["rabbit"]
}, },
"thresher-shark": {
name: "Thresher Shark",
parents: ["shark"]
},
} }


//species //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 //characters


function makeCharacters() { function makeCharacters() {


Laddar…
Avbryt
Spara