Sfoglia il codice sorgente

Rename Spot Tea to Tea Spot

master
Fen Dweller 5 anni fa
parent
commit
2b34091bad
6 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. +1
    -1
      media/attribution.js
  2. +0
    -0
      media/characters/tea-spot/daily-wear.svg
  3. +0
    -0
      media/characters/tea-spot/fully-equipped-back.svg
  4. +0
    -0
      media/characters/tea-spot/fully-equipped-front.svg
  5. +0
    -0
      media/characters/tea-spot/maid-work.svg
  6. +5
    -5
      presets/characters.js

+ 1
- 1
media/attribution.js Vedi File

@@ -14205,7 +14205,7 @@ const attributionData = {
] ]
}, },
{ {
prefix: "./media/characters/spot-tea/",
prefix: "./media/characters/tea-spot/",
files: [ files: [
{ name: "fully-equipped-front.svg", source: null }, { name: "fully-equipped-front.svg", source: null },
{ name: "fully-equipped-back.svg", source: null }, { name: "fully-equipped-back.svg", source: null },


media/characters/spot-tea/daily-wear.svg → media/characters/tea-spot/daily-wear.svg Vedi File


media/characters/spot-tea/fully-equipped-back.svg → media/characters/tea-spot/fully-equipped-back.svg Vedi File


media/characters/spot-tea/fully-equipped-front.svg → media/characters/tea-spot/fully-equipped-front.svg Vedi File


media/characters/spot-tea/maid-work.svg → media/characters/tea-spot/maid-work.svg Vedi File


+ 5
- 5
presets/characters.js Vedi File

@@ -37049,14 +37049,14 @@ characterMakers.push(() => makeCharacter(
)) ))


characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter(
{ name: "Spot Tea", species: ["space-springhare"], tags: ["anthro"] },
{ name: "Tea Spot", species: ["space-springhare"], tags: ["anthro"] },
{ {
fullyEquippedFront: { fullyEquippedFront: {
height: math.unit(3 + 1/12, "feet"), height: math.unit(3 + 1/12, "feet"),
weight: math.unit(24, "lb"), weight: math.unit(24, "lb"),
name: "Fully Equipped (Front)", name: "Fully Equipped (Front)",
image: { image: {
source: "./media/characters/spot-tea/fully-equipped-front.svg",
source: "./media/characters/tea-spot/fully-equipped-front.svg",
extra: 687/605, extra: 687/605,
bottom: 18/705 bottom: 18/705
} }
@@ -37066,7 +37066,7 @@ characterMakers.push(() => makeCharacter(
weight: math.unit(24, "lb"), weight: math.unit(24, "lb"),
name: "Fully Equipped (Back)", name: "Fully Equipped (Back)",
image: { image: {
source: "./media/characters/spot-tea/fully-equipped-back.svg",
source: "./media/characters/tea-spot/fully-equipped-back.svg",
extra: 689/590, extra: 689/590,
bottom: 18/707 bottom: 18/707
} }
@@ -37076,7 +37076,7 @@ characterMakers.push(() => makeCharacter(
weight: math.unit(24, "lb"), weight: math.unit(24, "lb"),
name: "Daily Wear", name: "Daily Wear",
image: { image: {
source: "./media/characters/spot-tea/daily-wear.svg",
source: "./media/characters/tea-spot/daily-wear.svg",
extra: 701/620, extra: 701/620,
bottom: 21/722 bottom: 21/722
} }
@@ -37086,7 +37086,7 @@ characterMakers.push(() => makeCharacter(
weight: math.unit(24, "lb"), weight: math.unit(24, "lb"),
name: "Maid Work", name: "Maid Work",
image: { image: {
source: "./media/characters/spot-tea/maid-work.svg",
source: "./media/characters/tea-spot/maid-work.svg",
extra: 693/609, extra: 693/609,
bottom: 15/708 bottom: 15/708
} }


Loading…
Annulla
Salva