mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-04-01 05:21:01 +00:00
Updated lore and symbol
This commit is contained in:
parent
6876d5d5b3
commit
2c899f6948
1 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue