diff --git a/media/attribution.js b/media/attribution.js index a414dfe5..e68ede9d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8906,6 +8906,19 @@ const attributionData = { "sprisk" ] }, + { + prefix: "./media/characters/bunsen/", + files: [ + { name: "side.svg", source: null }, + { name: "foot.svg", source: null }, + ], + authors: [ + "lunalei" + ], + owners: [ + "bunsen-dragon" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12320,6 +12333,14 @@ const attributionData = { "name": "Sprisk", "url": "https://twitter.com/Lost_in_Walmart", }, + "lunalei": { + "name": "Lunalei", + "url": "https://www.furaffinity.net/user/lunalei", + }, + "bunsen-dragon": { + "name": "bunsen.dragon", + "url": "https://www.furaffinity.net/user/bunsen.dragon/", + }, } } diff --git a/media/characters/bunsen/foot.svg b/media/characters/bunsen/foot.svg new file mode 100644 index 00000000..66b57808 --- /dev/null +++ b/media/characters/bunsen/foot.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/bunsen/side.svg b/media/characters/bunsen/side.svg new file mode 100644 index 00000000..ad906f73 --- /dev/null +++ b/media/characters/bunsen/side.svg @@ -0,0 +1,513 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 95c6af42..ef2eeb69 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20145,6 +20145,35 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Bunsen" }, + { + side: { + height: math.unit(15.6, "meters"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/bunsen/side.svg", + extra: 1644/358 + } + }, + foot: { + height: math.unit(1.611*1644/358, "meter"), + name: "Foot", + image: { + source: "./media/characters/bunsen/foot.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(15.6, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {