From a755b9600510368d693bf38dde5470dfc00d7485 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 25 Apr 2022 10:28:31 -0400 Subject: [PATCH] Add Amelie (pending author info) and Valence --- media/attribution.js | 32 + media/characters/amelie/front.svg | 2873 ++++++++++++++++++++++++++++ media/characters/valence/front.svg | 1516 +++++++++++++++ presets/characters.js | 60 +- 4 files changed, 4480 insertions(+), 1 deletion(-) create mode 100644 media/characters/amelie/front.svg create mode 100644 media/characters/valence/front.svg diff --git a/media/attribution.js b/media/attribution.js index d0cf0af1..f012bfc4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22174,6 +22174,30 @@ const attributionData = { "infernalspecter" ] }, + { + prefix: "./media/characters/amelie/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + + ], + owners: [ + "myriad" + ] + }, + { + prefix: "./media/characters/valence/", + files: [ + { name: "front.svg", source: "https://twitter.com/CamuuShamuu/status/1447966538674417665" } + ], + authors: [ + "camuushamuu" + ], + owners: [ + "valencebutbig" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30692,6 +30716,14 @@ const attributionData = { "name": "Buttsteak", "url": "https://twitter.com/itsaButtsteak" }, + "camuushamuu": { + "name": "CamuuShamuu", + "url": "https://twitter.com/CamuuShamuu/" + }, + "valencebutbig": { + "name": "Valence", + "url": "https://twitter.com/valencebutbig" + }, } } diff --git a/media/characters/amelie/front.svg b/media/characters/amelie/front.svg new file mode 100644 index 00000000..ea617946 --- /dev/null +++ b/media/characters/amelie/front.svg @@ -0,0 +1,2873 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/valence/front.svg b/media/characters/valence/front.svg new file mode 100644 index 00000000..2a067a41 --- /dev/null +++ b/media/characters/valence/front.svg @@ -0,0 +1,1516 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7fddfae5..fd2d72f3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2343,7 +2343,19 @@ const speciesData = { }, "skullwolf": { name: "Skullwolf", - parents: ["wolf"] + parents: ["wolf", "skullmonster"] + }, + "skulldragon": { + name: "Skulldragon", + parents: ["dragon", "skullmonster"] + }, + "skullmonster": { + name: "Skullmonster", + parents: ["monster"] + }, + "ferrin": { + name: "Ferrin", + parents: ["dragon"] }, } @@ -63922,6 +63934,52 @@ characterMakers.push(() => makeCharacter( } )) +characterMakers.push(() => makeCharacter( + { name: "Amelie", species: ["ferrin"], tags: ["anthro"] }, + { + front: { + height: math.unit(190, "cm"), + weight: math.unit(110, "kg"), + name: "Front", + image: { + source: "./media/characters/amelie/front.svg", + extra: 530/442, + bottom: 35/565 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(190, "cm"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Valence", species: ["skulldragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(21, "feet"), + weight: math.unit(30000, "lb"), + name: "Front", + image: { + source: "./media/characters/valence/front.svg", + extra: 1430/1306, + bottom: 51/1481 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(21, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {