diff --git a/.vscode/settings.json b/.vscode/settings.json index a46e5391..3fdb2071 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "minify.minifyExistingOnSave": true, "editor.snippetSuggestions": "top", - "python.pythonPath": "C:\\Users\\hausss\\.pyenv\\pyenv-win\\versions\\3.8.2\\python.exe", + "python.pythonPath": "c:\\Users\\hausss\\.pyenv\\pyenv-win\\versions\\3.7.7\\python.exe", "python.formatting.provider": "black" } \ No newline at end of file diff --git a/media/attribution.js b/media/attribution.js index 68c3aff1..763ea03b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13565,6 +13565,18 @@ const attributionData = { "starstruck-studios" ] }, + { + prefix: "./media/characters/jai/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/13757871/" } + ], + authors: [ + "skepsisfox" + ], + owners: [ + "jaitsu" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18688,6 +18700,14 @@ const attributionData = { "name": "Kassc", "url": "https://kassc.newgrounds.com/" }, + "jaitsu": { + "name": "Jaitsu", + "url": "https://www.furaffinity.net/user/jaitsu/" + }, + "skepsisfox": { + "name": "skepsisfox", + "url": "https://www.furaffinity.net/user/skepsisfox" + }, } } diff --git a/media/characters/jai/front.svg b/media/characters/jai/front.svg new file mode 100644 index 00000000..0feba556 --- /dev/null +++ b/media/characters/jai/front.svg @@ -0,0 +1,751 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2b131f36..df722619 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -35452,6 +35452,27 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Jai", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 6/12, "feet"), + name: "Front", + image: { + source: "./media/characters/jai/front.svg", + extra: 1645/1534, + bottom: 115/1760 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 6/12, "feet"), + default: true + }, + ] +)) //characters