diff --git a/media/attribution.js b/media/attribution.js index 4af6b807..c0261c16 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14205,7 +14205,7 @@ const attributionData = { ] }, { - prefix: "./media/characters/spot-tea/", + prefix: "./media/characters/tea-spot/", files: [ { name: "fully-equipped-front.svg", source: null }, { name: "fully-equipped-back.svg", source: null }, diff --git a/media/characters/spot-tea/daily-wear.svg b/media/characters/tea-spot/daily-wear.svg similarity index 100% rename from media/characters/spot-tea/daily-wear.svg rename to media/characters/tea-spot/daily-wear.svg diff --git a/media/characters/spot-tea/fully-equipped-back.svg b/media/characters/tea-spot/fully-equipped-back.svg similarity index 100% rename from media/characters/spot-tea/fully-equipped-back.svg rename to media/characters/tea-spot/fully-equipped-back.svg diff --git a/media/characters/spot-tea/fully-equipped-front.svg b/media/characters/tea-spot/fully-equipped-front.svg similarity index 100% rename from media/characters/spot-tea/fully-equipped-front.svg rename to media/characters/tea-spot/fully-equipped-front.svg diff --git a/media/characters/spot-tea/maid-work.svg b/media/characters/tea-spot/maid-work.svg similarity index 100% rename from media/characters/spot-tea/maid-work.svg rename to media/characters/tea-spot/maid-work.svg diff --git a/presets/characters.js b/presets/characters.js index 3abc0084..15d6ddd1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -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 }