diff --git a/media/attribution.js b/media/attribution.js index 25f322a6..5b87b762 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9107,6 +9107,19 @@ const attributionData = { "hexuza" ] }, + { + prefix: "./media/characters/jaipur/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/21282183/", nsfw: true}, + { name: "back.svg", source: "https://www.furaffinity.net/view/21282183/", nsfw: true }, + ], + authors: [ + "gothwolf" + ], + owners: [ + "ich" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12624,7 +12637,7 @@ const attributionData = { "notorious84": { "name": "Notorious84", "url": "https://www.furaffinity.net/user/notorious84", - }, + } } } diff --git a/media/characters/jaipur/back.svg b/media/characters/jaipur/back.svg new file mode 100644 index 00000000..1803cc22 --- /dev/null +++ b/media/characters/jaipur/back.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + diff --git a/media/characters/jaipur/front.svg b/media/characters/jaipur/front.svg new file mode 100644 index 00000000..3879b136 --- /dev/null +++ b/media/characters/jaipur/front.svg @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ec6e4e5b..b8c6fc10 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20791,6 +20791,63 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Jaipur", species: "Black Panther" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/jaipur/front.svg", + extra: 3860/3731, + bottom: 287/4140 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/jaipur/back.svg", + extra: 4060/3930, + bottom: 151/4200 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.85, "meters"), + default: true + }, + { + name: "Macro", + height: math.unit(150, "meters") + }, + { + name: "Macro+", + height: math.unit(0.5, "miles") + }, + { + name: "Macro++", + height: math.unit(2.5, "miles") + }, + { + name: "Macro+++", + height: math.unit(12, "miles") + }, + { + name: "Macro++++", + height: math.unit(120, "miles") + }, + { + name: "Macro+++++", + height: math.unit(1200, "miles") + }, + ] +)) + //characters function makeCharacters() {