diff --git a/media/attribution.js b/media/attribution.js index dae42552..e7b6b4c3 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16009,6 +16009,21 @@ const attributionData = { "scavengerfox" ] }, + { + prefix: "./media/characters/cyphin/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38919215/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/38919215/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/38919215/" }, + { name: "tailbud.svg", source: "https://www.furaffinity.net/view/38919215/" }, + ], + authors: [ + "sweetburn" + ], + owners: [ + "veluren" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22072,6 +22087,10 @@ const attributionData = { "name": "ScavengerFox", "url": "https://twitter.com/scavengerfox" }, + "sweetburn": { + "name": "sweetburn", + "url": "https://www.furaffinity.net/user/sweetburn" + }, } } diff --git a/media/characters/cyphin/back.svg b/media/characters/cyphin/back.svg new file mode 100644 index 00000000..ad40a2ed --- /dev/null +++ b/media/characters/cyphin/back.svg @@ -0,0 +1,493 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cyphin/front.svg b/media/characters/cyphin/front.svg new file mode 100644 index 00000000..66c4da3d --- /dev/null +++ b/media/characters/cyphin/front.svg @@ -0,0 +1,780 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cyphin/head.svg b/media/characters/cyphin/head.svg new file mode 100644 index 00000000..12adeab1 --- /dev/null +++ b/media/characters/cyphin/head.svg @@ -0,0 +1,884 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cyphin/tailbud.svg b/media/characters/cyphin/tailbud.svg new file mode 100644 index 00000000..a05277d6 --- /dev/null +++ b/media/characters/cyphin/tailbud.svg @@ -0,0 +1,595 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7efd0904..e35e5911 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42017,6 +42017,47 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Cyphin", species: ["spireborn"], tags: ["anthro"] }, + { + front: { + height: math.unit(18, "feet"), + name: "Front", + image: { + source: "./media/characters/cyphin/front.svg", + extra: 970/886, + bottom: 42/1012 + } + }, + back: { + height: math.unit(18, "feet"), + name: "Back", + image: { + source: "./media/characters/cyphin/back.svg", + extra: 1009/894, + bottom: 24/1033 + } + }, + head: { + height: math.unit(5.05, "feet"), + name: "Head", + image: { + source: "./media/characters/cyphin/head.svg" + } + }, + tailbud: { + height: math.unit(5, "feet"), + name: "Tailbud", + image: { + source: "./media/characters/cyphin/tailbud.svg" + } + }, + }, + [ + + ] +)) + //characters function makeCharacters() {