From e917c6f35a6c7701cd3a64f1f4b4ad1d3ac6bddb Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 18 Mar 2022 15:32:28 -0400 Subject: [PATCH] Add Cialda --- media/attribution.js | 12 + media/characters/cialda/front.svg | 1161 +++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1196 insertions(+) create mode 100644 media/characters/cialda/front.svg diff --git a/media/attribution.js b/media/attribution.js index e7821e57..35902d9c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21489,6 +21489,18 @@ const attributionData = { "reiku-meow" ] }, + { + prefix: "./media/characters/cialda/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "corriezodori" + ], + owners: [ + "kotetsu" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/cialda/front.svg b/media/characters/cialda/front.svg new file mode 100644 index 00000000..fd71e9a2 --- /dev/null +++ b/media/characters/cialda/front.svg @@ -0,0 +1,1161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 709c7635..40c66fde 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -61306,6 +61306,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Cialda", species: ["zorgoia"], tags: ["anthro"] }, + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(500, "kg"), + name: "Front", + image: { + source: "./media/characters/cialda/front.svg", + extra: 912/745, + bottom: 55/967 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {