diff --git a/media/attribution.js b/media/attribution.js index ae7e0874..9b304349 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12078,6 +12078,20 @@ const attributionData = { "theonedayking" ] }, + { + prefix: "./media/characters/dascalti/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/38417637/" }, + { name: "breath.svg", source: "https://www.furaffinity.net/view/38417637/" }, + { name: "fed.svg", source: "https://www.furaffinity.net/view/38417715/" }, + ], + authors: [ + "pippuri" + ], + owners: [ + "immaturecontent" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16640,6 +16654,10 @@ const attributionData = { "name": "TheOneDayKing", "url": "https://twitter.com/TheOneDayKing" }, + "pippuri": { + "name": "Pippuri", + "url": "https://www.furaffinity.net/user/pippuri" + }, } } diff --git a/media/characters/dascalti/breath.svg b/media/characters/dascalti/breath.svg new file mode 100644 index 00000000..abc8d058 --- /dev/null +++ b/media/characters/dascalti/breath.svg @@ -0,0 +1,438 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/dascalti/fed.svg b/media/characters/dascalti/fed.svg new file mode 100644 index 00000000..4aaadbb4 --- /dev/null +++ b/media/characters/dascalti/fed.svg @@ -0,0 +1,1031 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/dascalti/side.svg b/media/characters/dascalti/side.svg new file mode 100644 index 00000000..d018c941 --- /dev/null +++ b/media/characters/dascalti/side.svg @@ -0,0 +1,1184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 549fbd38..3670561a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1410,6 +1410,10 @@ const speciesData = { name: "Plush", parents: ["construct"] }, + "draiger": { + name: "Draiger", + parents: ["dragon","tiger"] + }, } //species @@ -31162,6 +31166,42 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Dascalti", species: ["draiger"], tags: ["anthro"] }, + { + side: { + height: math.unit(3.5, "meters"), + weight: math.unit(16000, "lb"), + name: "Side", + image: { + source: "./media/characters/dascalti/side.svg", + extra: 392/273, + bottom: 47/439 + } + }, + breath: { + height: math.unit(7.4, "feet"), + name: "Breath", + image: { + source: "./media/characters/dascalti/breath.svg" + } + }, + fed: { + height: math.unit(3.6, "meters"), + weight: math.unit(16000, "lb"), + name: "Fed", + image: { + source: "./media/characters/dascalti/fed.svg", + extra: 1419/820, + bottom: 95/1514 + } + }, + }, + [ + + ] +)) + //characters function makeCharacters() {