diff --git a/media/attribution.js b/media/attribution.js index ef480b98..54c7f004 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20570,6 +20570,18 @@ const attributionData = { "tailorderg" ] }, + { + prefix: "./media/characters/sabiki/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/42964949/" } + ], + authors: [ + "khael" + ], + owners: [ + "tailorderg" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/sabiki/front.svg b/media/characters/sabiki/front.svg new file mode 100644 index 00000000..e5556f59 --- /dev/null +++ b/media/characters/sabiki/front.svg @@ -0,0 +1,2955 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3c395146..fccdf0f3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -57015,6 +57015,15 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/velikan/front.svg", extra: 867/744, bottom: 71/938 + }, + extraAttributes: { + "shoeSize": { + name: "Shoe Size", + power: 1, + type: "length", + base: math.unit(135, "ShoeSizeUK"), + defaultUnit: "ShoeSizeUK" + }, } }, }, @@ -57055,6 +57064,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sabiki", species: ["werewolf", "fennec-fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(4 + 3/12, "feet"), + weight: math.unit(90, "lb"), + name: "Front", + image: { + source: "./media/characters/sabiki/front.svg", + extra: 1662/1423, + bottom: 65/1727 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {