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