From de8ce7884c9fee5cb148da916d88f95609bec485 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 17 Dec 2021 12:57:51 -0500 Subject: [PATCH] Add Ophois --- media/attribution.js | 20 + media/characters/ophois/front.svg | 1083 +++++++++++++++++++++++++++++ presets/characters.js | 27 + 3 files changed, 1130 insertions(+) create mode 100644 media/characters/ophois/front.svg diff --git a/media/attribution.js b/media/attribution.js index 1f051ddf..937804f5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19610,6 +19610,18 @@ const attributionData = { "venomhydra" ] }, + { + prefix: "./media/characters/ophois/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "lucky" + ], + owners: [ + "ophois" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27270,6 +27282,14 @@ const attributionData = { "name": "venomhydra", "url": "https://www.furaffinity.net/user/venomhydra/" }, + "ophois": { + "name": "Ophois", + "url": "https://www.furaffinity.net/user/ophois/" + }, + "lucky": { + "name": "Lucky", + "url": "https://aryion.com/g4/user/Lucky" + }, } } diff --git a/media/characters/ophois/front.svg b/media/characters/ophois/front.svg new file mode 100644 index 00000000..b0f12f20 --- /dev/null +++ b/media/characters/ophois/front.svg @@ -0,0 +1,1083 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a24e1a61..3ef6e4aa 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2057,6 +2057,10 @@ const speciesData = { name: "Mink", parents: ["mustelid"] }, + "sandcat": { + name: "Sandcat", + parents: ["cat"] + }, } //species @@ -53603,6 +53607,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ophois", species: ["jackal", "sandcat"], tags: ["anthro"] }, + { + front: { + height: math.unit(5.42999, "feet"), + weight: math.unit(100, "lb"), + name: "Front", + image: { + source: "./media/characters/ophois/front.svg", + extra: 1429/1286, + bottom: 60/1489 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5.42999, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {