Explorar el Código

Update Beatrice Heathers

master
Fen Dweller hace 3 años
padre
commit
2358a57bf6
Se han modificado 4 ficheros con 1930 adiciones y 4 borrados
  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 Ver fichero

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


media/characters/beatrice-the-behemoth-heathers/front.svg → media/characters/beatrice-the-behemoth-heathers/dressed.svg Ver fichero


+ 1915
- 0
media/characters/beatrice-the-behemoth-heathers/nude.svg
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 13
- 3
presets/characters.js Ver fichero

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


Cargando…
Cancelar
Guardar