From c1fd13b2a83d58e9951091b4a6f9caa72ea217f5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 25 Apr 2022 17:39:42 -0400 Subject: [PATCH] Add Cirkazi --- media/attribution.js | 12 + media/characters/cirkazi/front.svg | 2480 ++++++++++++++++++++++++++++ presets/characters.js | 37 +- 3 files changed, 2528 insertions(+), 1 deletion(-) create mode 100644 media/characters/cirkazi/front.svg diff --git a/media/attribution.js b/media/attribution.js index 2901eb97..04e900e6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22221,6 +22221,18 @@ const attributionData = { "epicoart" ] }, + { + prefix: "./media/characters/cirkazi/", + files: [ + { name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Cirkazi-897275750" } + ], + authors: [ + "epicoart" + ], + owners: [ + "epicoart" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/cirkazi/front.svg b/media/characters/cirkazi/front.svg new file mode 100644 index 00000000..12fb374a --- /dev/null +++ b/media/characters/cirkazi/front.svg @@ -0,0 +1,2480 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 303b33a9..f96b026f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -615,7 +615,7 @@ const speciesData = { }, "human": { name: "Human", - parents: ["mammal"] + parents: ["mammal", "humanoid"] }, "geth": { name: "Geth", @@ -2361,6 +2361,14 @@ const speciesData = { name: "Rusty-Spotted Cat", parents: ["cat"] }, + "elf": { + name: "Elf", + parents: ["humanoid"] + }, + "humanoid": { + name: "Humanoid", + parents: [] + }, } //species @@ -63996,6 +64004,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Cirkazi", species: ["elf"], tags: ["anthro"] }, + { + front: { + height: math.unit(1.6, "meters"), + weight: math.unit(100, "lb"), + name: "Front", + image: { + source: "./media/characters/cirkazi/front.svg", + extra: 489/477, + bottom: 0/489 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.6, "meters") + }, + { + name: "Macro", + height: math.unit(91.4, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {