diff --git a/media/attribution.js b/media/attribution.js index 2df06ce2..6dc8001b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15530,6 +15530,18 @@ const attributionData = { "nolow" ] }, + { + prefix: "./media/characters/nines/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/42131136/" } + ], + authors: [ + "wolfpsalm" + ], + owners: [ + "ninestimesfox" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21433,6 +21445,14 @@ const attributionData = { "name": "BoldlyBuilding", "url": "https://sketchfab.com/TitanicKyle" }, + "ninestimesfox": { + "name": "Nines", + "url": "https://twitter.com/NinesTimesFox" + }, + "wolfpsalm": { + "name": "WolfPsalm", + "url": "https://www.furaffinity.net/user/wolfpsalm/" + }, } } diff --git a/media/characters/nines/side.svg b/media/characters/nines/side.svg new file mode 100644 index 00000000..dba2509f --- /dev/null +++ b/media/characters/nines/side.svg @@ -0,0 +1,1061 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 49de2ecf..5672448d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -40774,6 +40774,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Nines", species: ["kitsune"], tags: ["anthro"] }, + { + side: { + height: math.unit(7, "feet"), + weight: math.unit(250, "lb"), + name: "Side", + image: { + source: "./media/characters/nines/side.svg", + extra: 1854/1735, + bottom: 93/1947 + } + }, + }, + [ + { + name: "Megamacro", + height: math.unit(99, "km"), + default: true + }, + ] +)) + //characters function makeCharacters() {