diff --git a/media/attribution.js b/media/attribution.js index 6c7e7b72..9f4724db 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16220,6 +16220,19 @@ const attributionData = { "gasmaskfox" ] }, + { + prefix: "./media/characters/sam-bat/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36431300" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/36431300" }, + ], + authors: [ + "kresendoe" + ], + owners: [ + "zanzia" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22351,6 +22364,14 @@ const attributionData = { "name": "DevSoftpaw", "url": "https://www.furaffinity.net/user/devsoftpaw/" }, + "kresendoe": { + "name": "Kresendoe", + "url": "https://www.furaffinity.net/user/kresendoe" + }, + "zanzia": { + "name": "Zanzia", + "url": "https://www.furaffinity.net/user/zanzia" + }, } } diff --git a/media/characters/sam-bat/back.svg b/media/characters/sam-bat/back.svg new file mode 100644 index 00000000..e0a47d29 --- /dev/null +++ b/media/characters/sam-bat/back.svg @@ -0,0 +1,993 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sam-bat/front.svg b/media/characters/sam-bat/front.svg new file mode 100644 index 00000000..c4d2f256 --- /dev/null +++ b/media/characters/sam-bat/front.svg @@ -0,0 +1,1452 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 48781a41..8bcf9a63 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42535,6 +42535,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sam (Bat)", species: ["bat", "rat"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(170, "lb"), + name: "Front", + image: { + source: "./media/characters/sam-bat/front.svg", + extra: 1601/1411, + bottom: 125/1726 + } + }, + back: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(170, "lb"), + name: "Back", + image: { + source: "./media/characters/sam-bat/back.svg", + extra: 1577/1405, + bottom: 58/1635 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {