diff --git a/media/attribution.js b/media/attribution.js
index ab86f345..3e15ee08 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -13491,6 +13491,19 @@ const attributionData = {
"battyteh"
]
},
+ {
+ prefix: "./media/characters/quicksilver-ayukoti/",
+ files: [
+ { name: "side.svg", source: "https://www.newgrounds.com/art/view/kassc/quicksilver-ref?context=ratings:etm.scouted:.unscouted:1.allow_banned:1.offset:2" },
+ { name: "sitting.svg", source: "https://www.newgrounds.com/art/view/kassc/quicksilver-ref?context=ratings:etm.scouted:.unscouted:1.allow_banned:1.offset:2" }
+ ],
+ authors: [
+ "kassc"
+ ],
+ owners: [
+ "ayukoti"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -18606,6 +18619,14 @@ const attributionData = {
"name": "BattyTeh",
"url": "https://twitter.com/BattyTeh/"
},
+ "ayukoti": {
+ "name": "Quicksilver Ayukoti",
+ "url": "https://twitter.com/ayukoti"
+ },
+ "kassc": {
+ "name": "Kassc",
+ "url": "https://kassc.newgrounds.com/"
+ },
}
}
diff --git a/media/characters/quicksilver-ayukoti/side.svg b/media/characters/quicksilver-ayukoti/side.svg
new file mode 100644
index 00000000..e0dc3632
--- /dev/null
+++ b/media/characters/quicksilver-ayukoti/side.svg
@@ -0,0 +1,823 @@
+
+
+
diff --git a/media/characters/quicksilver-ayukoti/sitting.svg b/media/characters/quicksilver-ayukoti/sitting.svg
new file mode 100644
index 00000000..8cf5b318
--- /dev/null
+++ b/media/characters/quicksilver-ayukoti/sitting.svg
@@ -0,0 +1,801 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c13e2a06..b76c8840 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -35293,6 +35293,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Quicksilver Ayukoti", species: ["dragon", "wolf"], tags: ["feral"] },
+ {
+ side: {
+ height: math.unit(6 + 1/12, "feet"),
+ weight: math.unit(204, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/quicksilver-ayukoti/side.svg",
+ extra: 974/775,
+ bottom: 169/1143
+ }
+ },
+ sitting: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(204, "lb"),
+ name: "Sitting",
+ image: {
+ source: "./media/characters/quicksilver-ayukoti/sitting.svg",
+ extra: 1175/964,
+ bottom: 378/1553
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 1/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {