diff --git a/media/attribution.js b/media/attribution.js index 704bcba1..b0e025c0 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10672,6 +10672,18 @@ const attributionData = { "arenovas" ] }, + { + prefix: "./media/characters/gygabite/", + files: [ + { name: "front.svg", source: "https://twitter.com/SpaceXaph/status/1261370386387800065?s=09" } + ], + authors: [ + "xaphelm" + ], + owners: [ + "xaphelm" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14708,6 +14720,10 @@ const attributionData = { "name": "Arenovas", "url": "https://www.furaffinity.net/user/arenovas", }, + "xaphelm": { + "name": "Xaphelm", + "url": "https://www.furaffinity.net/user/xaphelm/", + }, } } diff --git a/media/characters/gygabite/front.svg b/media/characters/gygabite/front.svg new file mode 100644 index 00000000..5682081e --- /dev/null +++ b/media/characters/gygabite/front.svg @@ -0,0 +1,863 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7d5a1ced..ce8fa114 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1296,8 +1296,13 @@ const speciesData = { }, "tauren": { name: "Tauren", - parents: ["cowup"] + parents: ["cow"] }, + "draconi": { + name: "Draconi", + parents: ["alien", "cat", "cyborg"] + }, + @@ -26779,6 +26784,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Gygabite", species: ["draconi"], tags: ["anthro"] }, + { + front: { + height: math.unit(9, "feet"), + weight: math.unit(10000, "lb"), + name: "Front", + image: { + source: "./media/characters/gygabite/front.svg", + bottom: 31.7/537.8, + extra: 505/370 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {