From da671f7e14f1001a652f91551a06e98d0ae80080 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 29 Sep 2021 19:11:21 -0400 Subject: [PATCH] Update Lyla's height; remove Magdalene and Skoll --- media/attribution.js | 24 -- media/characters/magdalene/front.svg | 239 ----------- media/characters/skoll/front.svg | 588 --------------------------- presets/characters.js | 51 +-- 4 files changed, 3 insertions(+), 899 deletions(-) delete mode 100644 media/characters/magdalene/front.svg delete mode 100644 media/characters/skoll/front.svg diff --git a/media/attribution.js b/media/attribution.js index cfc0b778..6ee15af0 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6085,18 +6085,6 @@ const attributionData = { "fidchell" ] }, - { - prefix: "./media/characters/skoll/", - files: [ - { name: "front.svg", source: "https://fidverse.fandom.com/wiki/Skoll" }, - ], - authors: [ - "fidchell" - ], - owners: [ - "fidchell" - ] - }, { prefix: "./media/characters/purna/", files: [ @@ -8124,18 +8112,6 @@ const attributionData = { "fidchell" ] }, - { - prefix: "./media/characters/magdalene/", - files: [ - { name: "front.svg", source: "https://fidverse.fandom.com/wiki/Magdalene" } - ], - authors: [ - "fidchell" - ], - owners: [ - "fidchell" - ] - }, { prefix: "./media/characters/mera/", files: [ diff --git a/media/characters/magdalene/front.svg b/media/characters/magdalene/front.svg deleted file mode 100644 index 6c03746c..00000000 --- a/media/characters/magdalene/front.svg +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/media/characters/skoll/front.svg b/media/characters/skoll/front.svg deleted file mode 100644 index 60088316..00000000 --- a/media/characters/skoll/front.svg +++ /dev/null @@ -1,588 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/presets/characters.js b/presets/characters.js index d8d80cf4..e8c78563 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -16062,29 +16062,6 @@ characterMakers.push(() => makeCharacter( ] )) -characterMakers.push(() => makeCharacter( - { name: "Skoll", species: ["wolf"], tags: ["anthro"] }, - { - front: { - height: math.unit(7 + 8 / 12, "feet"), - weight: math.unit(320, "lb"), - name: "Front", - image: { - source: "./media/characters/skoll/front.svg", - extra: 232 / 220, - bottom: 0.02 - } - }, - }, - [ - { - name: "Normal", - height: math.unit(7 + 8 / 12, "feet"), - default: true - }, - ] -)) - characterMakers.push(() => makeCharacter( { name: "Purna", species: ["panther"], tags: ["anthro"] }, { @@ -17690,8 +17667,8 @@ characterMakers.push(() => makeCharacter( { name: "Lyla", species: ["european-honey-buzzard"], tags: ["feral"] }, { front: { - height: math.unit(2, "feet"), - weight: math.unit(62, "lb"), + height: math.unit(3, "feet"), + weight: math.unit(100, "lb"), name: "Front", image: { source: "./media/characters/lyla/front.svg", @@ -17702,7 +17679,7 @@ characterMakers.push(() => makeCharacter( [ { name: "Normal", - height: math.unit(2, "feet"), + height: math.unit(3, "feet"), default: true }, ] @@ -20606,28 +20583,6 @@ characterMakers.push(() => makeCharacter( ] )) -characterMakers.push(() => makeCharacter( - { name: "Magdalene", species: ["mewtwo-y", "mew"], tags: ["anthro"] }, - { - front: { - height: math.unit(5 + 1 / 12, "feet"), - weight: math.unit(84, "lb"), - name: "Front", - image: { - source: "./media/characters/magdalene/front.svg", - extra: 293 / 273 - } - }, - }, - [ - { - name: "Normal", - height: math.unit(5 + 1 / 12, "feet"), - default: true - }, - ] -)) - characterMakers.push(() => makeCharacter( { name: "Mera", species: ["flying-fox", "spectral-bat"], tags: ["anthro"] }, {