Updated lore and symbol

This commit is contained in:
thepaperpilot 2022-12-03 01:34:21 -06:00
parent 6876d5d5b3
commit 2c899f6948

View file

@ -16,6 +16,7 @@ import trees from "./layers/trees";
import workshop from "./layers/workshop"; import workshop from "./layers/workshop";
import treeSymbol from "./symbols/tree.png"; import treeSymbol from "./symbols/tree.png";
import workshopSymbol from "./symbols/sws.png"; import workshopSymbol from "./symbols/sws.png";
import coalSymbol from "./symbols/coal.png";
import coal from "./layers/coal"; import coal from "./layers/coal";
export interface Day extends VueFeature { export interface Day extends VueFeature {
@ -106,15 +107,15 @@ export const main = createLayer("main", function (this: BaseLayer) {
day: 3, day: 3,
shouldNotify: false, shouldNotify: false,
layer: "coal", layer: "coal",
symbol: "🧝", symbol: coalSymbol,
story: "With this unbelievably large workshop complete, it's time to get the elves to work! But it appears they've forgotten how to make toys over the last 11 months - guess it's time to setup training sessions!" story: "Santa tells you that unfortunately there are quite a few naughty children out there this year, and he's going to need you to gather as coal as you can for him to give out."
})), })),
createDay(() => ({ createDay(() => ({
day: 4, day: 4,
shouldNotify: false, shouldNotify: false,
layer: null, layer: null,
symbol: "", symbol: "",
story: "" story: "With this unbelievably large workshop complete, it's time to get the elves to work! But it appears they've forgotten how to make toys over the last 11 months - guess it's time to setup training sessions!"
})), })),
createDay(() => ({ createDay(() => ({
day: 5, day: 5,