diff --git a/media/attribution.js b/media/attribution.js index 837fcd2c..af3f1565 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20772,6 +20772,19 @@ const attributionData = { "hedgehoggoddess" ] }, + { + prefix: "./media/characters/sai-bree/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + ], + authors: [ + "itsprobablymars" + ], + owners: [ + "demonlord261" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28953,6 +28966,14 @@ const attributionData = { "name": "RrerrAdmiral", "url": "https://twitter.com/RrerrAdmiral" }, + "itsprobablymars": { + "name": "Mars", + "url": "https://twitter.com/itsprobablymars" + }, + "demonlord261": { + "name": "Sai Bree", + "url": "https://www.furaffinity.net/user/demonlord261/" + }, } } diff --git a/media/characters/sai-bree/back.svg b/media/characters/sai-bree/back.svg new file mode 100644 index 00000000..2cad4a0f --- /dev/null +++ b/media/characters/sai-bree/back.svg @@ -0,0 +1,1339 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sai-bree/front.svg b/media/characters/sai-bree/front.svg new file mode 100644 index 00000000..a2897017 --- /dev/null +++ b/media/characters/sai-bree/front.svg @@ -0,0 +1,1138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9b65026e..12048380 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -58006,6 +58006,43 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sai Bree", species: ["sabertooth-tiger"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 2/12, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/sai-bree/front.svg", + extra: 1843/1702, + bottom: 91/1934 + } + }, + back: { + height: math.unit(5 + 2/12, "feet"), + weight: math.unit(120, "lb"), + name: "Back", + image: { + source: "./media/characters/sai-bree/back.svg", + extra: 1809/1637, + bottom: 56/1865 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 2/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(500, "feet") + }, + ] +)) + //characters function makeCharacters() {