Просмотр исходного кода

Update Beatrice Heathers

master
Fen Dweller 3 лет назад
Родитель
Сommit
2358a57bf6
4 измененных файлов: 1930 добавлений и 4 удалений
  1. +2
    -1
      media/attribution.js
  2. +0
    -0
      media/characters/beatrice-the-behemoth-heathers/dressed.svg
  3. +1915
    -0
      media/characters/beatrice-the-behemoth-heathers/nude.svg
  4. +13
    -3
      presets/characters.js

+ 2
- 1
media/attribution.js Просмотреть файл

@@ -11950,7 +11950,8 @@ const attributionData = {
{ {
prefix: "./media/characters/beatrice-the-behemoth-heathers/", prefix: "./media/characters/beatrice-the-behemoth-heathers/",
files: [ files: [
{ name: "front.svg", source: null }
{ name: "dressed.svg", source: null },
{ name: "nude.svg", source: null },
], ],
authors: [ authors: [
"beathebehemoth" "beathebehemoth"


media/characters/beatrice-the-behemoth-heathers/front.svg → media/characters/beatrice-the-behemoth-heathers/dressed.svg Просмотреть файл


+ 1915
- 0
media/characters/beatrice-the-behemoth-heathers/nude.svg
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 13
- 3
presets/characters.js Просмотреть файл

@@ -32807,12 +32807,22 @@ characterMakers.push(() => makeCharacter(
characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter(
{ name: "Beatrice \"The Behemoth\" Heathers", species: ["husky", "kaiju"], tags: ["anthro"] }, { name: "Beatrice \"The Behemoth\" Heathers", species: ["husky", "kaiju"], tags: ["anthro"] },
{ {
front: {
dressed: {
height: math.unit(6 + 2/12, "feet"), height: math.unit(6 + 2/12, "feet"),
weight: math.unit(150, "lb"), weight: math.unit(150, "lb"),
name: "Front",
name: "Dressed",
image: {
source: "./media/characters/beatrice-the-behemoth-heathers/dressed.svg",
extra: 2620/2496,
bottom: 66/2686
}
},
nude: {
height: math.unit(6 + 2/12, "feet"),
weight: math.unit(150, "lb"),
name: "Nude",
image: { image: {
source: "./media/characters/beatrice-the-behemoth-heathers/front.svg",
source: "./media/characters/beatrice-the-behemoth-heathers/nude.svg",
extra: 2620/2496, extra: 2620/2496,
bottom: 66/2686 bottom: 66/2686
} }


Загрузка…
Отмена
Сохранить