diff --git a/media/attribution.js b/media/attribution.js index 9dee4cb5..80ee4b12 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20228,6 +20228,18 @@ const attributionData = { "myriad" ] }, + { + prefix: "./media/characters/silas/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/45627897/" } + ], + authors: [ + "edmiester" + ], + owners: [ + "jtp1717" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28213,6 +28225,10 @@ const attributionData = { "name": "celesteaeon", "url": "https://twitter.com/celesteaeon" }, + "jtp1717": { + "name": "JTP1717", + "url": "https://www.furaffinity.net/user/jtp1717/" + }, } } diff --git a/media/characters/silas/side.svg b/media/characters/silas/side.svg new file mode 100644 index 00000000..0635f832 --- /dev/null +++ b/media/characters/silas/side.svg @@ -0,0 +1,1082 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f8f60178..75805582 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -55780,6 +55780,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Silas", species: ["skaven"], tags: ["anthro"] }, + { + side: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(225, "lb"), + name: "Side", + image: { + source: "./media/characters/silas/side.svg", + extra: 703/653, + bottom: 23/726 + }, + extraAttributes: { + "pawLength": { + name: "Paw Length", + power: 1, + type: "length", + base: math.unit(12, "inches") + }, + "pawWidth": { + name: "Paw Width", + power: 1, + type: "length", + base: math.unit(4.5, "inches") + }, + "pawArea": { + name: "Paw Area", + power: 2, + type: "area", + base: math.unit(12 * 4.5, "inches^2") + }, + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {